From 13433258dafcc23cab9357a67a02c44d32755c10 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sat, 2 Sep 2023 07:32:50 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A4=87=E6=95=B0=E9=81=B8=E6=8A=9E=EF=BC=9A?= =?UTF-8?q?=E9=81=B8=E6=8A=9E=E3=81=A0=E3=81=91=E5=AE=9F=E8=A3=85=20(#1470?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba Co-authored-by: Hiroshiba --- src/components/AudioCell.vue | 253 ++++++++++++++---- src/components/SettingDialog.vue | 28 ++ src/store/audio.ts | 33 +++ src/store/setting.ts | 1 + src/store/type.ts | 10 + src/type/preload.ts | 2 + src/views/EditorHome.vue | 20 +- ...6\225\260\351\201\270\346\212\236.spec.ts" | 194 ++++++++++++++ tests/e2e/navigators.ts | 21 ++ tests/unit/store/Vuex.spec.ts | 1 + 10 files changed, 511 insertions(+), 52 deletions(-) create mode 100644 "tests/e2e/browser/\350\244\207\346\225\260\351\201\270\346\212\236.spec.ts" diff --git a/src/components/AudioCell.vue b/src/components/AudioCell.vue index c71e5f6637..0d6bcfc03f 100644 --- a/src/components/AudioCell.vue +++ b/src/components/AudioCell.vue @@ -1,5 +1,23 @@