1 Star 3 Fork 0

FirstUI / FirstUI-weixin

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
app.json 3.31 KB
Copy Edit Raw Blame History
FirstUI authored 2024-02-21 10:46 . V2.3.0更新
{
"pages": [
"pages/tabbar/index/index",
"pages/tabbar/layout/layout",
"pages/tabbar/template/template",
"pages/tabbar/my/my",
"pages/common/coding/coding"
],
"subPackages": [
{
"root": "pages/component",
"pages": [
"basics/color/color",
"basics/text/text",
"basics/icon/icon",
"basics/button/button",
"basics/footer/footer",
"basics/animation/animation",
"layout/layout/layout",
"layout/grid/grid",
"layout/list/list",
"layout/card/card",
"form/input/input",
"form/inputNumber/inputNumber",
"form/radio/radio",
"form/label/label",
"form/checkbox/checkbox",
"form/switch/switch",
"form/textarea/textarea",
"operate/actionsheet/actionsheet",
"operate/toast/toast",
"operate/backdrop/backdrop",
"operate/dialog/dialog",
"operate/dropdownMenu/dropdownMenu",
"operate/dropdownList/dropdownList",
"operate/loading/loading",
"operate/swipeAction/swipeAction",
"nav/pagination/pagination",
"nav/segmentedControl/segmentedControl",
"nav/tabs/tabs",
"nav/drawer/drawer",
"nav/bottomPopup/bottomPopup",
"nav/topPopup/topPopup",
"data/badge/badge",
"data/alert/alert",
"data/avatar/avatar",
"data/tag/tag",
"data/collapse/collapse",
"data/divider/divider",
"data/loadmore/loadmore",
"data/empty/empty",
"js/utils/utils",
"layout/section/section",
"layout/whiteSpace/whiteSpace",
"layout/wingBlank/wingBlank",
"basics/css/css"
]
}
],
"usingComponents": {
"fui-list-cell": "components/firstui/fui-list-cell/fui-list-cell",
"fui-icon": "components/firstui/fui-icon/fui-icon",
"fui-button": "components/firstui/fui-button/fui-button"
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "First UI",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F1F4FA",
"backgroundColorTop": "#F1F4FA",
"backgroundColorBottom": "#F1F4FA"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#465CFF",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/tabbar/index/index",
"text": "组件",
"iconPath": "static/images/tabbar/assembly_default_3x.png",
"selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
},
{
"pagePath": "pages/tabbar/layout/layout",
"text": "布局",
"iconPath": "static/images/tabbar/layout_default_3x.png",
"selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
},
{
"pagePath": "pages/tabbar/template/template",
"text": "模板",
"iconPath": "static/images/tabbar/mod_default_3x.png",
"selectedIconPath": "static/images/tabbar/mod_selected_3x.png"
},
{
"pagePath": "pages/tabbar/my/my",
"text": "我的",
"iconPath": "static/images/tabbar/my_default_3x.png",
"selectedIconPath": "static/images/tabbar/my_selected_3x.png"
}
]
},
"requiredBackgroundModes": [
"audio"
],
"resizable": true,
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/firstui/FirstUI-weixin.git
git@gitee.com:firstui/FirstUI-weixin.git
firstui
FirstUI-weixin
FirstUI-weixin
main

Search