fix: 优化主题切换功能,实现即时生效和代码优化

This commit is contained in:
Guo Tiantian
2025-09-09 21:49:03 +08:00
parent 8bb5134cb2
commit 3d4a8fd7b0
6 changed files with 178 additions and 31 deletions
-2
View File
@@ -48,8 +48,6 @@ declare module 'vue' {
WdTabbarItem: typeof import('wot-design-uni/components/wd-tabbar-item/wd-tabbar-item.vue')['default']
WdTag: typeof import('wot-design-uni/components/wd-tag/wd-tag.vue')['default']
WdText: typeof import('wot-design-uni/components/wd-text/wd-text.vue')['default']
WdTextarea: typeof import('wot-design-uni/components/wd-textarea/wd-textarea.vue')['default']
WdToast: typeof import('wot-design-uni/components/wd-toast/wd-toast.vue')['default']
WdUpload: typeof import('wot-design-uni/components/wd-upload/wd-upload.vue')['default']
}
}