Merge branch 'main' of https://git.aigc-quickapp.com/Uniapp/mp-weixin-2285-xcx.aigc-quickapp.com
This commit is contained in:
@@ -1 +1,20 @@
|
||||
<page-meta page-style="{{themeColor}}"></page-meta><view class="page"><view class="help-title">{{detail.article_title}}</view><block wx:if="{{detail.is_show_release_time==1}}"><view class="help-meta"><text class="help-time">{{"发表时间: "+$root.g0}}</text></view></block><view class="help-content"><rich-text nodes="{{content}}"></rich-text></view><view class="bottom-area"><block wx:if="{{detail.is_show_read_num==1}}"><view>阅读:<text class="price-font">{{detail.read_num+detail.initial_read_num}}</text></view></block><block wx:if="{{detail.is_show_dianzan_num==1}}"><view><text class="price-font">{{detail.dianzan_num+detail.initial_dianzan_num}}</text>人已赞</view></block></view><loading-cover class="vue-ref" vue-id="479ee6be-1" data-ref="loadingCover" bind:__l="__l"></loading-cover><privacy-popup class="vue-ref" vue-id="479ee6be-2" data-ref="privacyPopup" bind:__l="__l"></privacy-popup></view>
|
||||
<page-meta page-style="{{themeColor}}"></page-meta>
|
||||
<view class="page">
|
||||
<view class="help-title">{{detail.article_title}}</view>
|
||||
<block wx:if="{{detail.is_show_release_time==1}}">
|
||||
<view class="help-meta"><text class="help-time">{{"发表时间: "+$root.g0}}</text></view>
|
||||
</block>
|
||||
<view class="help-content">
|
||||
<rich-text nodes="{{content}}"></rich-text>
|
||||
</view>
|
||||
<view class="bottom-area">
|
||||
<block wx:if="{{detail.is_show_read_num==1}}">
|
||||
<view>阅读:<text class="price-font">{{detail.read_num+detail.initial_read_num}}</text></view>
|
||||
</block>
|
||||
<block wx:if="{{detail.is_show_dianzan_num==1}}">
|
||||
<view><text class="price-font">{{detail.dianzan_num+detail.initial_dianzan_num}}</text>人已赞</view>
|
||||
</block>
|
||||
</view>
|
||||
<loading-cover class="vue-ref" vue-id="479ee6be-1" data-ref="loadingCover" bind:__l="__l"></loading-cover>
|
||||
<privacy-popup class="vue-ref" vue-id="479ee6be-2" data-ref="privacyPopup" bind:__l="__l"></privacy-popup>
|
||||
</view>
|
||||
@@ -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": {}
|
||||
}
|
||||
@@ -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"}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user