收藏
回答

【已解决】DarkMode:提示字段不存在,明明就有啊?

※ 报错信息:

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"
  }
}

为啥呢?好奇怪啊...不支持?

最后一次编辑于  2022-12-18
回答关注问题邀请回答
收藏

1 个回答

  • 启年
    启年
    2020-07-03

    不要用white改成#fff

    2020-07-03
    有用 1
    回复 1
    • Mr.宏
      Mr.宏
      2020-07-03
      解决了,谢谢(✪ω✪)
      2020-07-03
      回复
登录 后发表内容
问题标签