feat: 支持跟随系统深色/浅色模式(darkmode + theme.json + 主题检测)

This commit is contained in:
2026-08-06 16:40:03 +08:00
parent 06ae61f083
commit e01951cd0e
8 changed files with 66 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@ const config = {
patterns: [
{ from: 'src/img', to: 'dist/img' },
{ from: 'src/icon', to: 'dist/icon' }
,{ from: 'src/theme.json', to: 'dist/theme.json' }
],
options: {
}