From 0d3d6ee5f745d92dfa7e962c013940345439a9b3 Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 29 Jan 2026 20:31:27 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=95=B0=E6=8D=AE=E8=A7=86=E5=9B=BE):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E5=85=A5=E9=80=89=E9=A1=B9=E5=92=8C?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将导入源默认值改为 "cwd" 并添加 CWD (.json) 选项 - 扩展描述文本以支持更多评论框架迁移 - 调整下拉选择框宽度以适应新选项 --- cwd-admin/src/views/DataView.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cwd-admin/src/views/DataView.vue b/cwd-admin/src/views/DataView.vue index 7c1c250..797bd2e 100644 --- a/cwd-admin/src/views/DataView.vue +++ b/cwd-admin/src/views/DataView.vue @@ -12,7 +12,7 @@

评论数据

-

管理评论内容,支持从 Twikoo / Artalk 迁移数据。

+

管理评论内容,支持从其他评论框架迁移数据。

导出: @@ -24,7 +24,8 @@
导入: - + @@ -123,7 +124,7 @@ import { const exporting = ref(false); const importing = ref(false); -const importSource = ref("twikoo"); +const importSource = ref("cwd"); const fileInput = ref(null); const toastMessage = ref(""); const toastType = ref<"success" | "error">("success");