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

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}