2 Star 0 Fork 0

jiangrongrong/job-wechat-applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
jiangrongrong 提交于 2023-07-22 21:48 . 习惯打卡
{
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-icon": "@vant/weapp/icon/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-toast": "@vant/weapp/toast/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-search": "@vant/weapp/search/index",
"van-divider": "@vant/weapp/divider/index",
"van-count-down": "@vant/weapp/count-down/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-tag": "@vant/weapp/tag/index",
"van-card": "@vant/weapp/card/index",
"van-progress": "@vant/weapp/progress/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-field": "@vant/weapp/field/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-sidebar": "@vant/weapp/sidebar/index",
"van-sidebar-item": "@vant/weapp/sidebar-item/index",
"van-empty": "@vant/weapp/empty/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-popup": "@vant/weapp/popup/index",
"van-picker": "@vant/weapp/picker/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-sticky": "@vant/weapp/sticky/index",
"van-swipe-cell": "@vant/weapp/swipe-cell/index",
"van-calendar": "@vant/weapp/calendar/index",
"van-switch": "@vant/weapp/switch/index",
"van-rate": "@vant/weapp/rate/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-image": "@vant/weapp/image/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-overlay": "@vant/weapp/overlay/index",
"van-datetime-picker": "@vant/weapp/datetime-picker/index",
"van-area": "@vant/weapp/area/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-nav-bar":"@vant/weapp/nav-bar/index"
},
"darkmode": true,
"themeLocation": "theme.json",
"pages": [
"pages/index/index",
"pages/my/index",
"pages/clockIn/index",
"pages/concentrate/index",
"pages/message/index",
"pages/home/index",
"pages/login/index",
"pages/addClockIn/index",
"pages/habit/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "@navBackgroundColor",
"navigationBarTitleText": "",
"navigationBarTextStyle": "@navTextStyle",
"onReachBottomDistance": 50
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#00c135",
"backgroundColor": "#1D1F24",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/nav/home.png",
"selectedIconPath": "images/nav/homes-on.png"
},
{
"pagePath": "pages/clockIn/index",
"text": "打卡",
"iconPath": "images/nav/clockIn.png",
"selectedIconPath": "images/nav/clockIn-on.png"
},
{
"pagePath": "pages/concentrate/index",
"text": "专注",
"iconPath": "images/nav/attention.png",
"selectedIconPath": "images/nav/attention-on.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "images/nav/user.png",
"selectedIconPath": "images/nav/user-on.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gracej/job-wechat-applet.git
[email protected]:gracej/job-wechat-applet.git
gracej
job-wechat-applet
job-wechat-applet
master

搜索帮助