This commit is contained in:
Folltoshe 2023-04-27 22:13:26 +08:00
parent 4082dbd2f3
commit 1e94207bf0

View File

@ -38,7 +38,7 @@ type Tags = Partial<Record<LX.OnlineSource, TagInfo>>
export const tags = shallowReactive<Tags>({}) export const tags = shallowReactive<Tags>({})
export declare interface ListInfoItem { export declare interface ListInfoItem {
play_count: string playCountInfo: { count: number, language: string }
id: string id: string
author: string author: string
name: string name: string
@ -106,7 +106,7 @@ export const listDetailInfo = reactive<ListDetailInfo>({
}) })
export const selectListInfo = markRaw<ListInfoItem>({ export const selectListInfo = markRaw<ListInfoItem>({
play_count: '', playCountInfo: { count: 0, language: 'play_count_none' },
id: '', id: '',
author: '', author: '',
name: '', name: '',