45 | {{ bookItem.title }} 46 |
47 |48 | {{ bookItem.author ? `${bookItem.author} ` : '佚名' }} 49 | {{ 50 | _.castArray(bookItem.tags).length 51 | ? `${_.castArray(bookItem.tags)?.join(',')} ` 52 | : '' 53 | }} 54 | {{ bookItem.status || '' }} 55 |
56 |57 | {{ bookItem.intro || '暂无简介' }} 58 |
59 |44 | {{ bookItem.title }} 45 |
46 |47 | {{ bookItem.author ? `${bookItem.author} ` : '佚名' }} 48 | {{ 49 | _.castArray(bookItem.tags).length 50 | ? `${_.castArray(bookItem.tags)?.join(',')} ` 51 | : '' 52 | }} 53 | {{ bookItem.status || '' }} 54 |
55 |56 | {{ bookItem.intro || '暂无简介' }} 57 |
58 |38 | {{ comicItem.title }} 39 |
40 |41 | {{ comicItem.author ? `${comicItem.author} ` : '佚名' }} 42 | {{ 43 | _.castArray(comicItem.tags).length 44 | ? `${_.castArray(comicItem.tags)?.join(',')} ` 45 | : '' 46 | }} 47 | {{ comicItem.status || '' }} 48 |
49 |50 | {{ comicItem.intro || '暂无简介' }} 51 |
52 |39 | {{ item.title }} 40 |
41 |40 | {{ item.title }} 41 |
42 |30 | {{ videoItem.title }} 31 |
32 |36 | {{ _.castArray(videoItem.tags).join(',') }} 37 |
38 |35 | {{ videoItem.title }} 36 |
37 |41 | {{ _.castArray(videoItem.tags).join(',') }} 42 |
43 |36 | {{ version }} 37 |
38 |39 | By moshang studio 40 |
41 |