diff --git a/src/desktop/TestPanel.vue b/src/composables/file.ts
similarity index 50%
rename from src/desktop/TestPanel.vue
rename to src/composables/file.ts
index 314728a..21a1296 100644
--- a/src/desktop/TestPanel.vue
+++ b/src/composables/file.ts
@@ -1,23 +1,27 @@
-
-
-
-
- 增加5个
- 先运行
- 再下载
-
-
-
- {{ index + 1 }}.in
- onChange(v, index, 'in')"
- />
-
-
- {{ index + 1 }}.out
- onChange(v, index, 'out')"
- :status="it.error ? 'error' : 'success'"
- />
-
-
- 删除
-
-
-
-
diff --git a/src/desktop/File.vue b/src/desktop/File.vue
new file mode 100644
index 0000000..41fce0c
--- /dev/null
+++ b/src/desktop/File.vue
@@ -0,0 +1,48 @@
+
+
+
+
+ 重置
+ 增加5个
+ 先运行
+ 再下载
+
+
+
+ {{ index + 1 }}.in
+ onChange(v, index, 'in')"
+ />
+
+
+ {{ index + 1 }}.out
+ onChange(v, index, 'out')"
+ :status="it.error ? 'error' : 'success'"
+ />
+
+
+ 删除
+
+
+
+
+
diff --git a/src/desktop/index.vue b/src/desktop/index.vue
index 5704226..3f7b0d9 100644
--- a/src/desktop/index.vue
+++ b/src/desktop/index.vue
@@ -8,22 +8,19 @@
:mask-closable="false"
title="测试用例文件生成器"
>
-
+