From bcfd505f2821dcc2854924d575ab052b0cd338df Mon Sep 17 00:00:00 2001 From: yangjian Date: Thu, 19 Dec 2024 11:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debug.log | 1 + pages/logs/logs.js | 15 ----- pages/logs/logs.json | 4 -- pages/logs/logs.wxml | 6 -- pages/logs/logs.wxss | 9 --- project.config.json | 107 ++++++++++++++++-------------------- project.private.config.json | 4 ++ 7 files changed, 53 insertions(+), 93 deletions(-) create mode 100644 debug.log delete mode 100644 pages/logs/logs.js delete mode 100644 pages/logs/logs.json delete mode 100644 pages/logs/logs.wxml delete mode 100644 pages/logs/logs.wxss create mode 100644 project.private.config.json diff --git a/debug.log b/debug.log new file mode 100644 index 0000000..a720177 --- /dev/null +++ b/debug.log @@ -0,0 +1 @@ +[1219/114416.139:ERROR:registration_protocol_win.cc(102)] CreateFile: ϵͳҲָļ (0x2) diff --git a/pages/logs/logs.js b/pages/logs/logs.js deleted file mode 100644 index b2b967d..0000000 --- a/pages/logs/logs.js +++ /dev/null @@ -1,15 +0,0 @@ -//logs.js -const util = require('../../utils/util.js') - -Page({ - data: { - logs: [] - }, - onLoad: function () { - this.setData({ - logs: (wx.getStorageSync('logs') || []).map(log => { - return util.formatTime(new Date(log)) - }) - }) - } -}) diff --git a/pages/logs/logs.json b/pages/logs/logs.json deleted file mode 100644 index 3ee76c1..0000000 --- a/pages/logs/logs.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "navigationBarTitleText": "查看启动日志", - "usingComponents": {} -} \ No newline at end of file diff --git a/pages/logs/logs.wxml b/pages/logs/logs.wxml deleted file mode 100644 index b5a85ac..0000000 --- a/pages/logs/logs.wxml +++ /dev/null @@ -1,6 +0,0 @@ - - - - {{index + 1}}. {{log}} - - diff --git a/pages/logs/logs.wxss b/pages/logs/logs.wxss deleted file mode 100644 index c861f57..0000000 --- a/pages/logs/logs.wxss +++ /dev/null @@ -1,9 +0,0 @@ -.log-list { - display: flex; - flex-direction: column; - padding: 40rpx; -} - -.log-item { - margin: 10rpx; -} diff --git a/project.config.json b/project.config.json index 5f14b5e..35c7a21 100644 --- a/project.config.json +++ b/project.config.json @@ -1,62 +1,51 @@ { - "description": "项目配置文件", - "packOptions": { - "ignore": [] - }, - "setting": { - "urlCheck": true, - "scopeDataCheck": false, - "coverView": true, - "es6": false, - "postcss": true, - "compileHotReLoad": false, - "lazyloadPlaceholderEnable": false, - "preloadBackgroundData": false, - "minified": true, - "autoAudits": false, - "newFeature": false, - "uglifyFileName": false, - "uploadWithSourceMap": true, - "useIsolateContext": false, - "nodeModules": false, - "enhance": true, - "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": true, - "showShadowRootInWxmlPanel": true, - "packNpmManually": false, - "packNpmRelationList": [], - "minifyWXSS": true, - "disableUseStrict": false, - "ignoreUploadUnusedFiles": true, - "minifyWXML": true - }, - "compileType": "miniprogram", - "libVersion": "2.23.2", - "appid": "wx6fa71e69231a4fa4", - "projectname": "mall4j", - "debugOptions": { - "hidedInDevtools": [] - }, - "isGameTourist": false, - "simulatorType": "wechat", - "simulatorPluginLibVersion": {}, - "condition": { - "search": { - "list": [] - }, - "conversation": { - "list": [] - }, - "plugin": { - "list": [] - }, - "game": { - "currentL": -1, - "list": [] - }, - "miniprogram": { - "list": [] - } + "description": "项目配置文件", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "urlCheck": true, + "scopeDataCheck": false, + "coverView": true, + "es6": false, + "postcss": true, + "compileHotReLoad": false, + "lazyloadPlaceholderEnable": false, + "preloadBackgroundData": false, + "minified": true, + "autoAudits": false, + "newFeature": false, + "uglifyFileName": false, + "uploadWithSourceMap": true, + "useIsolateContext": false, + "nodeModules": false, + "enhance": true, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": true, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "disableUseStrict": false, + "ignoreUploadUnusedFiles": true, + "minifyWXML": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" } + }, + "compileType": "miniprogram", + "libVersion": "2.23.2", + "appid": "wx6fa71e69231a4fa4", + "projectname": "mall4j", + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..be7c039 --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,4 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "mall4j" +} \ No newline at end of file