update tv page css

This commit is contained in:
lei 2024-11-20 17:06:07 +08:00
parent 288374991a
commit b5c44e7153
2 changed files with 1049 additions and 227 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,7 @@ export const useTvStore = defineStore('tv', {
}
},
persist: {
storage: persistedState.localStorage
storage: persistedState.localStorage,
paths: ['tvCategory', 'alistUrl', 'alistPath', 'alistCurrentPlayIndex', 'alistData']
},
})