From ce85d707583099150d68bb62f78371abd3e819aa Mon Sep 17 00:00:00 2001 From: sladro Date: Sat, 28 Feb 2026 19:51:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20introduce=20UniversalConverter=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=94=AF=E6=8C=81STP=E8=BD=ACGLTF=E5=92=8CIF?= =?UTF-8?q?C=E8=BD=ACSTP=E6=96=87=E4=BB=B6=E8=BD=AC=E6=8D=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/UniversalConverter.vue | 176 +++++++++++++++++--- 命令.md | 3 + 2 files changed, 160 insertions(+), 19 deletions(-) create mode 100644 命令.md diff --git a/src/components/pages/UniversalConverter.vue b/src/components/pages/UniversalConverter.vue index 67ae103..b771e75 100644 --- a/src/components/pages/UniversalConverter.vue +++ b/src/components/pages/UniversalConverter.vue @@ -69,14 +69,12 @@
-
+
-

拖拽STP文件到此处

-

拖拽IFC文件到此处

+

拖拽STP文件到此处

或点击选择文件

- - +
+
+
+ + +
+
+ + +
+
+

转换选项

@@ -148,27 +157,29 @@
- -
-
+
-
- +
+ + +
-

正在转换...

-
-
+

{{ progressTitle }}

+
+
-

准备转换...

+

{{ progressStatus }}

@@ -176,14 +187,80 @@ \ No newline at end of file diff --git a/命令.md b/命令.md new file mode 100644 index 0000000..135cdfc --- /dev/null +++ b/命令.md @@ -0,0 +1,3 @@ +### 打包 +$env:Path += ";$env:USERPROFILE\.cargo\bin" +npm run tauri:build \ No newline at end of file