feat(deps): 添加tauri打包(遗留pnpm build:file打包好的文件跨域无法访问) #94

This commit is contained in:
log1997
2025-12-09 17:52:56 +08:00
parent 2f0e3ac05b
commit f5152da190
30 changed files with 5714 additions and 659 deletions

6
src-tauri/src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_lib::run();
}