feat: 项目优化,丛商对接完成

This commit is contained in:
Ben
2025-05-16 18:37:15 +08:00
parent 432ca043c0
commit 26c10f3bc6
66 changed files with 414 additions and 192 deletions

28
src-tauri/Cargo.lock generated
View File

@@ -2,6 +2,20 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "DevReport"
version = "0.1.0"
dependencies = [
"git2",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-http",
"tauri-plugin-opener",
]
[[package]]
name = "addr2line"
version = "0.24.2"
@@ -665,20 +679,6 @@ dependencies = [
"typenum",
]
[[package]]
name = "cs-auto-report"
version = "0.1.0"
dependencies = [
"git2",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-http",
"tauri-plugin-opener",
]
[[package]]
name = "cssparser"
version = "0.27.2"