日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

[云炬小程序实战笔记] 第3章 云炬博客小程序全局配置

發布時間:2025/3/15 编程问答 23 豆豆
生活随笔 收集整理的這篇文章主要介紹了 [云炬小程序实战笔记] 第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章 云炬博客小程序全局配置的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。