This commit is contained in:
zyronon
2023-11-20 13:53:28 +08:00
parent 4e56d45ed7
commit e866f0e528
6 changed files with 27 additions and 19 deletions

View File

@@ -33,7 +33,6 @@ watch(settingStore.$state, (n) => {
//检测几个特定词典
watch(store.collect.originWords, (n) => {
console.log('watch(store.collect.originWords', n)
store.collect.words = cloneDeep(n)
store.collect.chapterWords = [store.collect.words]
})