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": "项目配置文件。",
|
"description": "项目配置文件。",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false,
|
"urlCheck": false,
|
||||||
"es6": true,
|
"es6": true,
|
||||||
"postcss": false,
|
"postcss": false,
|
||||||
"minified": true,
|
"minified": true,
|
||||||
"newFeature": true,
|
"newFeature": true,
|
||||||
"bigPackageSizeSupport": true,
|
"bigPackageSizeSupport": true,
|
||||||
"babelSetting": {
|
"babelSetting": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"disablePlugins": [],
|
"disablePlugins": [],
|
||||||
"outputPath": ""
|
"outputPath": ""
|
||||||
},
|
},
|
||||||
"ignoreUploadUnusedFiles": true,
|
"ignoreUploadUnusedFiles": true,
|
||||||
"compileWorklet": false,
|
"compileWorklet": false,
|
||||||
"uglifyFileName": false,
|
"uglifyFileName": false,
|
||||||
"uploadWithSourceMap": true,
|
"uploadWithSourceMap": true,
|
||||||
"enhance": false,
|
"enhance": false,
|
||||||
"packNpmManually": false,
|
"packNpmManually": false,
|
||||||
"packNpmRelationList": [],
|
"packNpmRelationList": [],
|
||||||
"minifyWXSS": true,
|
"minifyWXSS": true,
|
||||||
"minifyWXML": true,
|
"minifyWXML": true,
|
||||||
"localPlugins": false,
|
"localPlugins": false,
|
||||||
"disableUseStrict": false,
|
"disableUseStrict": false,
|
||||||
"useCompilerPlugins": false,
|
"useCompilerPlugins": false,
|
||||||
"condition": false,
|
"condition": false,
|
||||||
"swc": false,
|
"swc": false,
|
||||||
"disableSWC": true
|
"disableSWC": true
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.27.3",
|
"libVersion": "2.27.3",
|
||||||
"appid": "wx29215aa1bd97bbd6",
|
"appid": "wx29215aa1bd97bbd6",
|
||||||
"projectname": "lucky_weapp",
|
"projectname": "lucky_weapp",
|
||||||
"condition": {
|
"condition": {
|
||||||
"search": {
|
"search": {
|
||||||
"current": -1,
|
"current": -1,
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"current": -1,
|
"current": -1,
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"game": {
|
"game": {
|
||||||
"current": -1,
|
"current": -1,
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"miniprogram": {
|
"miniprogram": {
|
||||||
"current": -1,
|
"current": -1,
|
||||||
"list": []
|
"list": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editorSetting": {
|
"editorSetting": {
|
||||||
"tabIndent": "insertSpaces",
|
"tabIndent": "insertSpaces",
|
||||||
"tabSize": 2
|
"tabSize": 2
|
||||||
},
|
},
|
||||||
"simulatorPluginLibVersion": {}
|
"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