diff --git a/src/components/BaseTable.vue b/src/components/BaseTable.vue index c1f1a9ae..6e56b5d8 100644 --- a/src/components/BaseTable.vue +++ b/src/components/BaseTable.vue @@ -1,51 +1,46 @@ - + diff --git a/src/components/BaseTable2.vue b/src/components/BaseTable2.vue index d37bd4e9..5b13bbc7 100644 --- a/src/components/BaseTable2.vue +++ b/src/components/BaseTable2.vue @@ -1,6 +1,6 @@ - + diff --git a/src/components/ConflictNotice.vue b/src/components/ConflictNotice.vue index 2bc740c8..c6807dbf 100644 --- a/src/components/ConflictNotice.vue +++ b/src/components/ConflictNotice.vue @@ -4,6 +4,7 @@ import { defineAsyncComponent, onMounted, watch } from "vue"; import { useSettingStore } from "@/stores/setting.ts"; import { jump2Feedback } from "@/utils"; import { useDisableEventListener } from "@/hooks/event.ts"; +import ConflictNoticeText from "@/components/ConflictNoticeText.vue"; const Dialog = defineAsyncComponent(() => import('@/components/dialog/Dialog.vue')) @@ -27,29 +28,14 @@ useDisableEventListener(() => show) v-model="show" title="重要提示" footer + padding :closeOnClickBg="false" cancel-button-text="不再提醒" confirm-button-text="关闭" @cancel="settingStore.conflictNotice = false" > -
-
- 如果您安装了 “调速” “Vim” 等插件/脚本,它们会拦截键盘按下事件,导致在本网站练习时按 'A'、 'S' 、'D' 等键无反应,您可以根据以下步骤解决冲突: -
- +
+
diff --git a/src/components/ConflictNoticeText.vue b/src/components/ConflictNoticeText.vue new file mode 100644 index 00000000..f6079cca --- /dev/null +++ b/src/components/ConflictNoticeText.vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/src/components/SettingDialog.vue b/src/components/SettingDialog.vue deleted file mode 100644 index ad5c7b0e..00000000 --- a/src/components/SettingDialog.vue +++ /dev/null @@ -1,349 +0,0 @@ - - -