9433cfb9创建于 2025年12月31日历史提交
{
  "light": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#007AFF",
    "backgroundColorContent": "#efeff4",
    "tabBarPagebackgroundColorContent": "#efeff4",
    "backgroundColor": "#efeff4",
    "backgroundTextStyle": "dark",

    "tabBarColor": "#7A7E83",
    "tabBarSelectedColor": "#007AFF",
    "tabBarBorderStyle": "black",
    "tabBarBackgroundColor": "#F8F8F8",

    "tabBarHomeIconPath": "static/test/tabBarIcon/home.png",
    "tabBarHomeSelectedIconPath": "static/test/tabBarIcon/homeHL.png",
    "tabBarWechatIconPath": "static/test/tabBarIcon/wechat.png",
    "tabBarWechatSelectedIconPath": "static/test/tabBarIcon/wechatHL.png",
    "tabBarPayIconPath": "static/test/tabBarIcon/pay.png",
    "tabBarPaySelectedIconPath": "static/test/tabBarIcon/payHL.png",
    "tabBarLookIconPath": "static/test/tabBarIcon/look.png",
    "tabBarLookSelectedIconPath": "static/test/tabBarIcon/lookHL.png",
	"tabBarCenterIconPath": "static/test/tabBarIcon/center.png",
	"tabBarCenterSelectedIconPath": "static/test/tabBarIcon/centerHL.png"
  },
  "dark": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#1F1F1F",
    "backgroundColor": "#1F1F1F",
    "backgroundColorContent": "#646464",
    "tabBarPagebackgroundColorContent": "#1F1F1F",
    "backgroundTextStyle": "light",

    "tabBarColor": "#cacaca",
    "tabBarSelectedColor": "#007AFF",
    "tabBarBorderStyle": "white",
    "tabBarBackgroundColor": "#1F1F1F",

    "tabBarHomeIconPath": "static/test/tabBarIcon/home.png",
    "tabBarHomeSelectedIconPath": "static/test/tabBarIcon/homeHL.png",
    "tabBarWechatIconPath": "static/test/tabBarIcon/wechat.png",
    "tabBarWechatSelectedIconPath": "static/test/tabBarIcon/wechatHL.png",
    "tabBarPayIconPath": "static/test/tabBarIcon/pay.png",
    "tabBarPaySelectedIconPath": "static/test/tabBarIcon/payHL.png",
    "tabBarLookIconPath": "static/test/tabBarIcon/look.png",
    "tabBarLookSelectedIconPath": "static/test/tabBarIcon/lookHL.png",
	"tabBarCenterIconPath": "static/test/tabBarIcon/center.png",
	"tabBarCenterSelectedIconPath": "static/test/tabBarIcon/centerHL.png"
  }
}