From c242018ee8b8fb1e049a1e98b5d6c293bfe6de19 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 25 Sep 2023 18:01:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fromAuthor=E4=BC=A0=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/main/custom/hotkey.ts | 2 +- src/core/main/setting.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/main/custom/hotkey.ts b/src/core/main/custom/hotkey.ts index 0af9c55..5698d61 100644 --- a/src/core/main/custom/hotkey.ts +++ b/src/core/main/custom/hotkey.ts @@ -37,7 +37,7 @@ export class Hotkey extends EventEmitter { constructor(id: string, storage: boolean = true) { super(); if (storage) { - this.storage = new GameStorage(GameStorage.fromAuthor('Mota', id)); + this.storage = new GameStorage(GameStorage.fromAuthor('AncTe', id)); } } diff --git a/src/core/main/setting.ts b/src/core/main/setting.ts index c6f87a4..6efcd05 100644 --- a/src/core/main/setting.ts +++ b/src/core/main/setting.ts @@ -403,7 +403,7 @@ interface SettingStorage { } const storage = new GameStorage( - GameStorage.fromAuthor('Mota', 'setting') + GameStorage.fromAuthor('AncTe', 'setting') ); loading.once('coreInit', () => {