From 4b172afd2783d29f9780c99c91843054ef9e0899 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 2 Apr 2022 10:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=85=8D=E7=BD=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandCard.vue | 258 ++++++++++++++++++++++++++++++++ src/pages/ConfigurationPage.vue | 189 ++++++++--------------- 2 files changed, 318 insertions(+), 129 deletions(-) create mode 100644 src/components/CommandCard.vue diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue new file mode 100644 index 0000000..9e238b5 --- /dev/null +++ b/src/components/CommandCard.vue @@ -0,0 +1,258 @@ + + + + + diff --git a/src/pages/ConfigurationPage.vue b/src/pages/ConfigurationPage.vue index 89af5ea..627adc0 100644 --- a/src/pages/ConfigurationPage.vue +++ b/src/pages/ConfigurationPage.vue @@ -6,6 +6,7 @@ class="text-teal fixed-left" style="width: 80px; border-right: 1px solid #0000001f" > + - +
-
- -
- - 启用/停用 - - - - 选项菜单 - - - - - 导出 - - - 复制到剪贴板 - - - - - - 删除 - -
- - - -
- -
- -
-
- {{ quickcommand.features.explain }} -
-
- -
- - - -
- -
- - {{ quickcommand.program }}| - -
-
-
-
+ >
@@ -115,59 +53,31 @@ - -