feat: 实现便携版并增加一键导出功能

This commit is contained in:
TYt50
2026-01-28 14:56:28 +08:00
commit 9269b8af77
13 changed files with 3750 additions and 0 deletions

3
start.vbs Normal file
View File

@@ -0,0 +1,3 @@
Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
WshShell.Run "cmd /c npm start", 0, False