From 2605c8b5651352c1c5895285574e8fde50612700 Mon Sep 17 00:00:00 2001 From: kebin <36288369+kebin628@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:35:40 +0900 Subject: [PATCH 01/82] =?UTF-8?q?=E6=8B=A1=E5=A4=A7=E7=B8=AE=E5=B0=8F?= =?UTF-8?q?=E3=81=AE=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=BC=E3=83=88=E3=82=AB=E3=83=83=E3=83=88=E3=82=92?= =?UTF-8?q?=E5=85=A8=E3=81=A6=E5=89=8A=E9=99=A4=20(#2402)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/howtouse.md | 4 ---- src/type/preload.ts | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/public/howtouse.md b/public/howtouse.md index a4b98d8367..f90bd232b3 100644 --- a/public/howtouse.md +++ b/public/howtouse.md @@ -236,10 +236,6 @@ GPU をお持ちの方は、音声の生成がずっと速い GPU モードを - 元に戻す - `Ctrl` + `Y` - やり直す -- `Ctrl` + `+` - - 拡大 -- `Ctrl` + `-` - - 縮小 - `Esc` - テキスト欄からカーソルを外す - 1 diff --git a/src/type/preload.ts b/src/type/preload.ts index 67a03c5a53..a339b660fa 100644 --- a/src/type/preload.ts +++ b/src/type/preload.ts @@ -118,11 +118,11 @@ export const defaultHotkeySettings: HotkeySettingType[] = [ }, { action: "拡大", - combination: HotkeyCombination(!isMac ? "Ctrl +" : "Meta +"), + combination: HotkeyCombination(""), }, { action: "縮小", - combination: HotkeyCombination(!isMac ? "Ctrl -" : "Meta -"), + combination: HotkeyCombination(""), }, { action: "拡大率のリセット", From f4982e9590ff471be229e31ddd8e0716cbd2baa2 Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Wed, 11 Dec 2024 04:03:03 +0900 Subject: [PATCH 02/82] =?UTF-8?q?Fix:=20node=E3=81=AEpath=E3=82=92import?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=A8=E3=81=93=E3=82=8D?= =?UTF-8?q?=E3=81=8C=E6=AE=8B=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E7=9B=B4=E3=81=99=20(#2408)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/audio.ts b/src/store/audio.ts index 2d802665ee..8fc45d7c7b 100644 --- a/src/store/audio.ts +++ b/src/store/audio.ts @@ -1,4 +1,3 @@ -import path from "path"; import Encoding from "encoding-japanese"; import { createUILockAction, withProgress } from "./ui"; import { @@ -64,6 +63,7 @@ import { uuid4 } from "@/helpers/random"; import { cloneWithUnwrapProxy } from "@/helpers/cloneWithUnwrapProxy"; import { UnreachableError } from "@/type/utility"; import { errorToMessage } from "@/helpers/errorHelper"; +import path from "@/helpers/path"; function generateAudioKey() { return AudioKey(uuid4()); From 7d2ef38c793b67e5a670a6a6994e8ac6a1bf63ea Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Wed, 11 Dec 2024 04:05:22 +0900 Subject: [PATCH 03/82] =?UTF-8?q?Fix:=20=E3=82=BD=E3=83=B3=E3=82=B0?= =?UTF-8?q?=E3=82=A8=E3=83=87=E3=82=A3=E3=82=BF=E3=81=AE=E3=82=AD=E3=83=A3?= =?UTF-8?q?=E3=83=A9=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=81=AE=E3=82=B9?= =?UTF-8?q?=E3=82=B1=E3=83=AB=E3=83=88=E3=83=B3=E3=82=92=E7=9B=B4=E3=81=99?= =?UTF-8?q?=20(#2407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .../CharacterMenuButton/SelectedCharacter.vue | 17 +++++++++++------ ...347\224\273\351\235\242-browser-win32.png" | Bin 31242 -> 31607 bytes 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/Sing/CharacterMenuButton/SelectedCharacter.vue b/src/components/Sing/CharacterMenuButton/SelectedCharacter.vue index 926ad94ce8..5cbb5ba7be 100644 --- a/src/components/Sing/CharacterMenuButton/SelectedCharacter.vue +++ b/src/components/Sing/CharacterMenuButton/SelectedCharacter.vue @@ -1,7 +1,7 @@