From 6defb9e0acb8e04c597c8fbdaa7e96ea69771a42 Mon Sep 17 00:00:00 2001 From: heixiansen Date: Mon, 17 Feb 2025 16:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=AC=E5=9C=B0=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E5=88=97=E8=A1=A8=E5=AD=98=E5=82=A8=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=B9=B6=E5=85=BC=E5=AE=B9=E8=80=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composables/icon.ts | 1 - pages/gameList.vue | 101 ++++++++++++++++++++++++++++---------------- stores/index.ts | 2 +- 3 files changed, 66 insertions(+), 38 deletions(-) diff --git a/composables/icon.ts b/composables/icon.ts index 8f6442a..ceb61f2 100644 --- a/composables/icon.ts +++ b/composables/icon.ts @@ -21,7 +21,6 @@ export const getIcon = async function (sourcePath: string, icoDirPath: string) { if (res.code == 0) { let icoPath = icoDirPath + "\\" + (await basename(sourcePath)); icoPath = icoPath.replace(`.${await extname(sourcePath)}`, "_1.ico"); - console.log(icoPath) if (await exists(icoPath)) { return icoPath; } else { diff --git a/pages/gameList.vue b/pages/gameList.vue index ee02003..94a6cae 100644 --- a/pages/gameList.vue +++ b/pages/gameList.vue @@ -37,7 +37,7 @@