diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue
index 3e1774a..417d9d0 100644
--- a/src/desktop/Content.vue
+++ b/src/desktop/Content.vue
@@ -37,7 +37,7 @@ function copy() {
>
复制
- 重置
+ 清空
diff --git a/src/desktop/File.vue b/src/desktop/File.vue
index 2085383..d7cab43 100644
--- a/src/desktop/File.vue
+++ b/src/desktop/File.vue
@@ -12,7 +12,7 @@ import {
- 重置
+ 清空
增加5个
先运行
再下载
diff --git a/src/mobile/Header.vue b/src/mobile/Header.vue
index 518aa1c..406b20e 100644
--- a/src/mobile/Header.vue
+++ b/src/mobile/Header.vue
@@ -23,7 +23,7 @@ function handleShare() {
const menu: DropdownOption[] = [
{ label: "复制", key: "copy", props: { onClick: copy } },
- { label: "重置", key: "reset", props: { onClick: reset } },
+ { label: "清空", key: "reset", props: { onClick: reset } },
{ label: "分享", key: "share", props: { onClick: handleShare } },
]