1 Star 0 Fork 1

一柱/FinanceInterestCalculator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
小帅丶 提交于 2019-12-13 12:23 . :sparkles:初始提交
{
"pages": [
"pages/nfpcal/nfpcal",
"pages/fpcal/fpcal"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#007DDC",
"navigationBarTitleText": "理财利息试算",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#007DDC",
"list": [{
"pagePath": "pages/nfpcal/nfpcal",
"text": "个人存款",
"iconPath": "/images/nfpcal.png",
"selectedIconPath": "/images/nfpcalHL.png"
},
{
"pagePath": "pages/fpcal/fpcal",
"text": "理财产品",
"iconPath": "/images/fpcal.png",
"selectedIconPath": "/images/fpcalHL.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shyizhu/FinanceInterestCalculator.git
[email protected]:shyizhu/FinanceInterestCalculator.git
shyizhu
FinanceInterestCalculator
FinanceInterestCalculator
master

搜索帮助