10.16 修改今日日期样式,增加风险提示,禁掉相关标的分时图tooltip展示

This commit is contained in:
尚政杰
2025-10-16 00:35:38 +08:00
parent b53bb9715e
commit 48f49c6cf0
23 changed files with 118 additions and 101 deletions

View File

@@ -1,37 +1,36 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
"description": "项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx0edeaab76d4fa414",
"projectname": "JiaZhiQianYan",
"condition": {
"search": {
"current": -1,
"list": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"minifyWXML": true
"conversation": {
"current": -1,
"list": []
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx0edeaab76d4fa414",
"projectname": "JiaZhiQianYan",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}