※ 报错信息:
Fri Jul 03 2020 16:43:03 GMT+0800 (中国标准时间) app.json or ext.json 文件内容错误
VM544:1 ["window"]["navigationBarTextStyle"]: "@navTxtStyle" 定义的变量未在 /static/theme.json["light"] 中找到对应的值
※ 开发者工具:1.03.2006090
※ app.json 相关代码:
"darkmode": true,
"themeLocation": "/static/theme.json",
"window": {
"backgroundTextStyle": "@bgTxtStyle",
"backgroundColor": "@bgColor",
"backgroundColorTop": "@bgColorTop",
"backgroundColorBottom": "@bgColorBottom",
"navigationBarBackgroundColor": "@navBgColor",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "酒在酒市"
},
※ theme.json 相关代码:
{
"light": {
"navBgColor": "#F44336",
"navTxtStyle": "white",
"bgColor": "#F44336",
"bgTxtStyle": "light",
"bgColorTop": "#fff",
"bgColorBottom": "#fff"
},
"dark": {
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#f6f6f6",
"bgTxtStyle": "black",
"bgColorTop": "#191919",
"bgColorBottom": "#191919"
}
}
为啥呢?好奇怪啊...不支持?
不要用white改成#fff