From bb0219dc676d6c0dda36ab5c118f83edbc913747 Mon Sep 17 00:00:00 2001 From: Aether Chen <15167799+chenjunyu19@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:16:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8C=88=20style:=20fix=20prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 99bb5d4..c15cb98 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,10 +24,10 @@ const usePreJS = process.argv.includes('--prejs') || false // isCI const useSWC = isCI ? 'false' : process.argv.includes('--no-swc') - ? 'false' - : process.argv.includes('--no-swc-minify') - ? 'compile' - : 'true' + ? 'false' + : process.argv.includes('--no-swc-minify') + ? 'compile' + : 'true' const useSentry = false // !process.argv.includes('--no-sentry') && process.env.NODE_ENV === 'production' && !!process.env.SENTRY_KEY process.env.VUE_APP_BUILD = require('dayjs')().format('YYMMDDHHmm') From 334392e8c199def905e1af849567132368cb502b Mon Sep 17 00:00:00 2001 From: Aether Chen <15167799+chenjunyu19@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:09:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9E=20fix:=20broken=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit introduced in https://github.com/YuehaiTeam/cocogoat/pull/72 --- src/components/UncompatibleDialog.vue | 2 +- src/views/Achievement/AchievementDetail.vue | 2 +- src/views/Achievement/ExportDropdown.vue | 2 +- src/views/Achievement/Index.vue | 2 +- src/views/Achievement/ScannerDialog.vue | 2 +- src/views/Options/Sync.vue | 2 +- src/views/Options/User.vue | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/UncompatibleDialog.vue b/src/components/UncompatibleDialog.vue index badbd57..4a24940 100644 --- a/src/components/UncompatibleDialog.vue +++ b/src/components/UncompatibleDialog.vue @@ -1,6 +1,6 @@ - + diff --git a/src/views/Achievement/ScannerDialog.vue b/src/views/Achievement/ScannerDialog.vue index cae60f2..352c887 100644 --- a/src/views/Achievement/ScannerDialog.vue +++ b/src/views/Achievement/ScannerDialog.vue @@ -10,7 +10,7 @@ 以下为失败和识别到的未完成成就列表,您可以自行检查确认后手动添加。 diff --git a/src/views/Options/Sync.vue b/src/views/Options/Sync.vue index 76c2865..a47d2f3 100644 --- a/src/views/Options/Sync.vue +++ b/src/views/Options/Sync.vue @@ -87,7 +87,7 @@