refactor: 更新应用配置与样式依赖

This commit is contained in:
Ray.Hao
2026-04-14 14:46:48 +08:00
parent ca3711e66d
commit e87c2cad53
28 changed files with 370 additions and 359 deletions

View File

@@ -1,26 +1,26 @@
{
"light": {
"bgColor": "#F8F8F8",
"bgColorBottom": "#F8F8F8",
"bgColorTop": "#F8F8F8",
"bgColor": "#F5F5F5",
"bgColorBottom": "#F5F5F5",
"bgColorTop": "#F5F5F5",
"bgTxtStyle": "dark",
"navBgColor": "#FFF",
"navBgColor": "#FFFFFF",
"navTxtStyle": "black",
"tabBgColor": "#ffffff",
"tabBorderStyle": "black",
"tabColor": "#bfbfbf",
"tabSelectedColor": "#0165FF"
"tabColor": "#9ca3af",
"tabSelectedColor": "#4d80f0"
},
"dark": {
"bgColor": "#000",
"bgColorBottom": "#000",
"bgColorTop": "#000",
"bgColor": "#1f2937",
"bgColorBottom": "#1f2937",
"bgColorTop": "#1f2937",
"bgTxtStyle": "light",
"navBgColor": "#000000",
"navBgColor": "#1f2937",
"navTxtStyle": "white",
"tabBgColor": "#1a1a1a",
"tabBgColor": "#111827",
"tabBorderStyle": "white",
"tabColor": "#bfbfbf",
"tabSelectedColor": "#0165FF"
"tabColor": "#9ca3af",
"tabSelectedColor": "#3b82f6"
}
}