fix
This commit is contained in:
parent
4082dbd2f3
commit
1e94207bf0
@ -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: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user