1 Star 5 Fork 0

黄先生 / 小程序日历组件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 547 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
黄先生 提交于 2020-08-25 12:21 . '小程序仿美团日历组件'
{
"pages":[
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "主页"
},
{
"pagePath":"pages/logs/logs",
"text":"日志"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"usingComponents":{
"calendar":"/components/calendar/carlendar"
}
}
1
https://gitee.com/mr_zhang123123/calendar.git
git@gitee.com:mr_zhang123123/calendar.git
mr_zhang123123
calendar
小程序日历组件
master

搜索帮助