From 39ac64b837535644c01739e0d3f8ec3754d9e048 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 23 Mar 2022 02:50:56 +0900 Subject: [PATCH] =?UTF-8?q?feat(WIP):=20=ED=84=B4=20=EC=A1=B0=EC=9E=91?= =?UTF-8?q?=EA=B8=B0=20=EA=B3=A0=EA=B8=89=20=EA=B8=B0=EB=8A=A5=20-=20?= =?UTF-8?q?=EC=9E=98=EB=9D=BC=EB=82=B4=EA=B8=B0,=20=EB=B3=B5=EC=82=AC?= =?UTF-8?q?=ED=95=98=EA=B8=B0,=20=EB=B6=99=EC=97=AC=EB=84=A3=EA=B8=B0=20-?= =?UTF-8?q?=20=EB=B0=98=EB=B3=B5=ED=95=98=EA=B8=B0=20-=20=EB=B9=84?= =?UTF-8?q?=EC=9A=B0=EA=B8=B0=20-=20=EC=A7=80=EC=9A=B0=EA=B3=A0=20?= =?UTF-8?q?=EB=8B=B9=EA=B8=B0=EA=B8=B0,=20=EB=92=A4=EB=A1=9C=20=EB=B0=80?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PartialReservedCommand.vue | 281 ++++++++++++++++++--- hwe/ts/components/ChiefReservedCommand.vue | 2 +- hwe/ts/util/StoredActionsHelper.ts | 6 +- 3 files changed, 252 insertions(+), 37 deletions(-) diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index 20d3591c..5b49c090 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -32,6 +32,11 @@
+
+ + + +
해제 @@ -54,37 +59,33 @@
-
- - - -
+
- +  잘라내기 - +  복사하기 - +  붙여넣기  보관하기 - +  반복하기 - +  비우기 - +  지우고 당기기 - +  뒤로 밀기 @@ -263,11 +264,7 @@ selectTurn(...$event);
- - {{ - flippedMaxTurn == viewMaxTurn ? "펼치기" : "접기" - }} - + {{ flippedMaxTurn == viewMaxTurn ? "펼치기" : "접기" }}
@@ -302,7 +299,7 @@ declare const staticValues: {