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 @@