[云炬小程序实战笔记] 第3章 云炬博客小程序全局配置
生活随笔
收集整理的這篇文章主要介紹了
[云炬小程序实战笔记] 第3章 云炬博客小程序全局配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
app.json
{"pages": ["pages/index/index", //首頁"pages/category/category", //分類頁"pages/search/search", //搜索頁"pages/me/me", //我"pages/data/data", "pages/category/categ_lisst","pages/friend/friend","pages/tags/tags","pages/weblist/weblist","pages/about/about","pages/wxmore/wxmore","pages/questions/questions","pages/questions/questions-list","pages/download/download"],"subPackages": [],"window": {"navigationBarTextStyle": "@navTxtStyle","backgroundColor": "@bgColor","navigationBarBackgroundColor": "@navBgColor","navigationBarTitleText": "云炬博客"},"tabBar": {"color": "#7A7E83","selectedColor": "#000000","borderStyle": "white","backgroundColor": "@bgColor","list": [ {"pagePath": "pages/index/index","iconPath": "static/tabar/home.png","selectedIconPath": "static/tabar/home_h.png","text": "首頁"},{"pagePath": "pages/category/category","iconPath": "static/tabar/catelog.png","selectedIconPath": "static/tabar/catelog_h.png","text": "專題"},{"pagePath": "pages/search/search","iconPath": "static/tabar/res.png","selectedIconPath": "static/tabar/res_h.png","text": "發現"},{"pagePath": "pages/me/me","iconPath": "static/tabar/my.png","selectedIconPath": "static/tabar/my_h.png","text": "我的"}]},"darkmode": true,"themeLocation": "theme.json","usingComponents": {},"sitemapLocation": "sitemap.json" }app.wxss
@import './common/main.wxss';[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}app.js
require('./common/runtime.js') require('./common/vendor.js') require('./common/main.js')project.config.json
{"description": "項目配置文件。","packOptions": {"ignore": []},"setting": {"urlCheck": false,"es6": true,"enhance": true,"postcss": true,"preloadBackgroundData": false,"minified": true,"newFeature": false,"coverView": true,"nodeModules": false,"autoAudits": false,"showShadowRootInWxmlPanel": true,"scopeDataCheck": false,"uglifyFileName": false,"checkInvalidKey": true,"checkSiteMap": true,"uploadWithSourceMap": true,"compileHotReLoad": false,"lazyloadPlaceholderEnable": false,"useMultiFrameRuntime": true,"useApiHook": true,"useApiHostProcess": true,"babelSetting": {"ignore": [],"disablePlugins": [],"outputPath": ""},"useIsolateContext": true,"userConfirmedBundleSwitch": false,"packNpmManually": false,"packNpmRelationList": [],"minifyWXSS": true,"disableUseStrict": false,"showES6CompileOption": false,"useCompilerPlugins": false,"ignoreUploadUnusedFiles": true,"minifyWXML": true},"compileType": "miniprogram","libVersion": "","appid": "xxxxxxxxxxxxxxxxx","projectname": "云炬博客","condition": {"search": {"list": []},"conversation": {"list": []},"game": {"list": []},"miniprogram": {"list": []}} }效果預覽
?
總結
以上是生活随笔為你收集整理的[云炬小程序实战笔记] 第3章 云炬博客小程序全局配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 拼装机器人感想_机器人心得体会(2019
- 下一篇: 云炬金融每日一题20211012