| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-halo",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tabbar/home/home",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "pages/tabbar/category/category",
- "style": {
- "navigationBarTitleText": "分类",
- "enablePullDownRefresh": false,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "pages/tabbar/gallery/gallery",
- "style": {
- "navigationBarTitleText": "图库",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "pages/tabbar/links/links",
- "style": {
- "navigationBarTitleText": "友链",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "pages/tabbar/about/about",
- "style": {
- "navigationBarTitleText": "关于",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
- "style": {
- "disableScroll": true,
- "app-plus": {
- "backgroundColorTop": "transparent",
- "background": "transparent",
- "titleNView": false,
- "scrollIndicator": false,
- "popGesture": "none",
- "animationType": "fade-in",
- "animationDuration": 200
- }
- }
- }
- ],
- //此配置为小程序的分包加载机制。在5+App里始终为整包。
- "subPackages": [{
- "root": "pagesA",
- "pages": [{
- "path": "start/start",
- "style": {
- "navigationBarTitleText": "uni-halo",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "article-detail/article-detail",
- "style": {
- "navigationBarTitleText": "文章详情",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "love/love",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "archives/archives",
- "style": {
- "navigationBarTitleText": "文章归档",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "journal/journal",
- "style": {
- "navigationBarTitleText": "个人日记",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "leaving/leaving",
- "style": {
- "navigationBarTitleText": "留言板",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "articles/articles",
- "style": {
- "navigationBarTitleText": "文章列表",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "category-detail/category-detail",
- "style": {
- "navigationBarTitleText": "分类详情",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- }
- }, {
- "path": "comment/comment",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- },
- "meta": {
- "auth": "login"
- }
- }, {
- "path": "disclaimers/disclaimers",
- "style": {
- "navigationBarTitleText": "免责声明",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "contact/contact",
- "style": {
- "navigationBarTitleText": "联系博主",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "about/about",
- "style": {
- "navigationBarTitleText": "关于博客",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "setting/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pagesB",
- "pages": [{
- "path": "login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "admin/admin",
- "style": {
- "navigationBarTitleText": "工作台",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "settings/settings",
- "style": {
- "navigationBarTitleText": "系统设置",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "journal/journal",
- "style": {
- "navigationBarTitleText": "日记管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "journal/journal-edit",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "articles/articles",
- "style": {
- "navigationBarTitleText": "文章管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "articles/article-edit",
- "style": {
- "navigationBarTitleText": "写文章",
- "enablePullDownRefresh": false
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "articles/article-setting",
- "style": {
- "navigationBarTitleText": "文章设置",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "category/category",
- "style": {
- "navigationBarTitleText": "分类管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "tags/tags",
- "style": {
- "navigationBarTitleText": "标签管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "attachment/attachment",
- "style": {
- "navigationBarTitleText": "附件管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "links/links",
- "style": {
- "navigationBarTitleText": "友链管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "photos/photos",
- "style": {
- "navigationBarTitleText": "图库管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "photos/photos-edit",
- "style": {
- "navigationBarTitleText": "新增/编辑图片",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "comments/comments",
- "style": {
- "navigationBarTitleText": "评论管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "menus/menus",
- "style": {
- "navigationBarTitleText": "菜单管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "password/password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "profile/profile",
- "style": {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }, {
- "path": "logs/logs",
- "style": {
- "navigationBarTitleText": "日志管理",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "color": "#03a9f4",
- "style": "circle"
- }
- }
- },
- "meta": {
- "auth": "admin"
- }
- }]
- }, {
- "root": "pagesC",
- "pages": [{
- "path": "website/website",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-halo",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "backgroundColor": "white",
- "borderStyle": "white",
- "color": "#303133",
- "selectedColor": "#03a9f4",
- "list": [{
- "iconPath": "static/tabbar/select_home.png",
- "selectedIconPath": "static/tabbar/select_home_active.png",
- "pagePath": "pages/tabbar/home/home",
- "text": "首页"
- },
- {
- "iconPath": "static/tabbar/select_category.png",
- "selectedIconPath": "static/tabbar/select_category_active.png",
- "pagePath": "pages/tabbar/category/category",
- "text": "分类"
- }, {
- "iconPath": "static/tabbar/select_gallery.png",
- "selectedIconPath": "static/tabbar/select_gallery_active.png",
- "pagePath": "pages/tabbar/gallery/gallery",
- "text": "图库"
- }, {
- "iconPath": "static/tabbar/select_links.png",
- "selectedIconPath": "static/tabbar/select_links_active.png",
- "pagePath": "pages/tabbar/links/links",
- "text": "友链"
- }, {
- "iconPath": "static/tabbar/select_mine.png",
- "selectedIconPath": "static/tabbar/select_mine_active.png",
- "pagePath": "pages/tabbar/about/about",
- "text": "关于"
- }
- ]
- }
- }
|