diff --git a/pages_tool/article/detail.wxml b/pages_tool/article/detail.wxml index 41c4107..f423ddc 100644 --- a/pages_tool/article/detail.wxml +++ b/pages_tool/article/detail.wxml @@ -1 +1,20 @@ -{{detail.article_title}}{{"发表时间: "+$root.g0}}阅读:{{detail.read_num+detail.initial_read_num}}{{detail.dianzan_num+detail.initial_dianzan_num}}人已赞 \ No newline at end of file + + + {{detail.article_title}} + + {{"发表时间: "+$root.g0}} + + + + + + + 阅读:{{detail.read_num+detail.initial_read_num}} + + + {{detail.dianzan_num+detail.initial_dianzan_num}}人已赞 + + + + + \ No newline at end of file diff --git a/project.config.json b/project.config.json index 142b78f..f1dc6e5 100644 --- a/project.config.json +++ b/project.config.json @@ -1,62 +1,62 @@ -{ - "description": "项目配置文件。", - "packOptions": { - "ignore": [], - "include": [] - }, - "setting": { - "urlCheck": false, - "es6": true, - "postcss": false, - "minified": true, - "newFeature": true, - "bigPackageSizeSupport": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "ignoreUploadUnusedFiles": true, - "compileWorklet": false, - "uglifyFileName": false, - "uploadWithSourceMap": true, - "enhance": false, - "packNpmManually": false, - "packNpmRelationList": [], - "minifyWXSS": true, - "minifyWXML": true, - "localPlugins": false, - "disableUseStrict": false, - "useCompilerPlugins": false, - "condition": false, - "swc": false, - "disableSWC": true - }, - "compileType": "miniprogram", - "libVersion": "2.27.3", - "appid": "wx29215aa1bd97bbd6", - "projectname": "lucky_weapp", - "condition": { - "search": { - "current": -1, - "list": [] - }, - "conversation": { - "current": -1, - "list": [] - }, - "game": { - "current": -1, - "list": [] - }, - "miniprogram": { - "current": -1, - "list": [] - } - }, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - }, - "simulatorPluginLibVersion": {} +{ + "description": "项目配置文件。", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "urlCheck": false, + "es6": true, + "postcss": false, + "minified": true, + "newFeature": true, + "bigPackageSizeSupport": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "ignoreUploadUnusedFiles": true, + "compileWorklet": false, + "uglifyFileName": false, + "uploadWithSourceMap": true, + "enhance": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "minifyWXML": true, + "localPlugins": false, + "disableUseStrict": false, + "useCompilerPlugins": false, + "condition": false, + "swc": false, + "disableSWC": true + }, + "compileType": "miniprogram", + "libVersion": "2.27.3", + "appid": "wx29215aa1bd97bbd6", + "projectname": "lucky_weapp", + "condition": { + "search": { + "current": -1, + "list": [] + }, + "conversation": { + "current": -1, + "list": [] + }, + "game": { + "current": -1, + "list": [] + }, + "miniprogram": { + "current": -1, + "list": [] + } + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, + "simulatorPluginLibVersion": {} } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 309420c..63d45a0 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1 +1,24 @@ -{"description":"项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html","setting":{"urlCheck":false,"coverView":false,"lazyloadPlaceholderEnable":false,"skylineRenderEnable":false,"preloadBackgroundData":false,"autoAudits":false,"useApiHook":true,"useApiHostProcess":true,"showShadowRootInWxmlPanel":false,"useStaticServer":false,"useLanDebug":false,"showES6CompileOption":false,"compileHotReLoad":true,"checkInvalidKey":true,"ignoreDevUnusedFiles":true,"bigPackageSizeSupport":true},"condition":{},"libVersion":"2.27.3","projectname":"lucky_weapp"} \ No newline at end of file +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "setting": { + "urlCheck": false, + "coverView": false, + "lazyloadPlaceholderEnable": false, + "skylineRenderEnable": false, + "preloadBackgroundData": false, + "autoAudits": false, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": false, + "useStaticServer": false, + "useLanDebug": false, + "showES6CompileOption": false, + "compileHotReLoad": true, + "checkInvalidKey": true, + "ignoreDevUnusedFiles": true, + "bigPackageSizeSupport": true + }, + "condition": {}, + "libVersion": "2.27.3", + "projectname": "lucky_weapp" +} \ No newline at end of file