From 545e1e854ff9e2e4248ba4b187b0a63cce2e707e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 12 May 2024 17:26:04 +0800 Subject: [PATCH 1/2] chore: json --- .eslintrc-auto-import.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index de203b7..48ce039 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -82,13 +82,13 @@ "useAttrs": true, "useCssModule": true, "useCssVars": true, + "useRequest": true, "useSlots": true, + "useUpload": true, + "useUpload2": true, "watch": true, "watchEffect": true, "watchPostEffect": true, - "watchSyncEffect": true, - "useRequest": true, - "useUpload": true, - "useUpload2": true + "watchSyncEffect": true } } From 2b41626a9645048532feede84e100bae19c6783a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 12 May 2024 19:53:34 +0800 Subject: [PATCH 2/2] refine: readme --- README.app.md | 8 -------- README.md | 44 +++++++++----------------------------------- 2 files changed, 9 insertions(+), 43 deletions(-) delete mode 100644 README.app.md diff --git a/README.app.md b/README.app.md deleted file mode 100644 index 890652a..0000000 --- a/README.app.md +++ /dev/null @@ -1,8 +0,0 @@ -# **APP 打包注意事项** - -本模板使用的是 `3.8.12` 的库版本(`"@dcloudio/uni-app": "3.0.0-3081220230817001",`),所以尽量使用 `3.8.12` 版本的 `HBuilderX` 来打包,否则可能有未知的风险,出现情况如下图。 - -点击 `ignore` 后可以正常使用,万一以后出现什么特殊情况,记得看看是不是版本问题。 - -> tips: mac 可以安装多个版本的软件, ->  diff --git a/README.md b/README.md index a0ff934..94e0f01 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@