1 Star 2 Fork 6

ganshisheng / 266_股票分时图K线图小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:08 . first commit
{
"pages": [
"pages/index/index",
"pages/ts/ts",
"pages/kl/kl",
"pages/setting/setting"
],
"window": {
"navigationBarBackgroundColor": "#262834",
"navigationBarTitleText": "wxChart-demo",
"navigationBarTextStyle": "white",
"backgroundColor": "#1C1F27"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "Home",
"iconPath": "images/home0.png",
"selectedIconPath": "images/home.png"
},
{
"pagePath": "pages/ts/ts",
"text": "分时图",
"iconPath": "images/ts0.png",
"selectedIconPath": "images/ts.png"
},
{
"pagePath": "pages/kl/kl",
"text": "K线",
"iconPath": "images/kl0.png",
"selectedIconPath": "images/kl.png"
},
{
"pagePath": "pages/setting/setting",
"text": "设置",
"iconPath": "images/setting0.png",
"selectedIconPath": "images/setting.png"
}
],
"color": "#c2c4d0",
"selectedColor": "#3483e9",
"backgroundColor": "#252934"
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/ganshisheng/wxapp_266.git
git@gitee.com:ganshisheng/wxapp_266.git
ganshisheng
wxapp_266
266_股票分时图K线图小程序模板
master

搜索帮助