feat:remove unuse components

This commit is contained in:
zyronon
2025-07-21 02:42:31 +08:00
parent a0f30a4b30
commit 0e2fc23161
12 changed files with 151 additions and 250 deletions

View File

@@ -91,7 +91,7 @@ export function useArticleOptions() {
export function syncMyDictList(dict: Dict, isCustom = true) {
const store = useBaseStore()
//任意修改,都将其变为自定义词典
dict.isCustom = isCustom
dict.custom = isCustom
if (isArticle(dict.type)) {
dict.length = dict.articles.length
} else {