优化调整、BT下载(有bug)

This commit is contained in:
zhongluofeng
2026-08-27 18:25:45 +08:00
parent 4dd60f42a1
commit d21649c60e
34 changed files with 4991 additions and 198 deletions
+16 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "thing"
version = "26.8.2"
version = "26.8.3"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
@@ -45,6 +45,8 @@ base64 = "0.22"
image = { version = "0.25", default-features = false, features = ["png"] }
walkdir = "2"
notify = { version = "6", features = [] }
librqbit = "9"
bytes = "1"
[target.'cfg(windows)'.dependencies]
winreg = "0.52"
@@ -67,7 +69,7 @@ windows-sys = { version = "0.52", features = [
"Win32_Storage_Xps",
"Win32_Storage_FileSystem",
] }
# Explorer 蜑榊床逶ョ蠖墓」€豬具シ・ShellWindows COM・会シ壻サ・シ募・逕ィ蛻ー逧・feature・梧而蛻カ郛冶ッ台ス鍋ァ
# Explorer 陷第ヲ雁コ企€カ・ョ陟門「難ス」ツ€雎ャ蜈キ・シ繝サShellWindows COM繝サ莨夲スシ螢サ・サ繝サ・シ蜍溘・騾包スィ陋サ・ー騾ァ繝サfeature繝サ譴ァ閠瑚崕・カ驛帛・・ッ蜿ー・ス骰具スァ・
windows = { version = "0.52", features = [
"Win32_Foundation",
"Win32_System_Com",
@@ -80,3 +82,15 @@ windows = { version = "0.52", features = [
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = "2"
# ===== 构建性能 =====
# dev 增量编译加速:仅保留行号级调试信息(panic 仍显示 文件:行号),
# 显著减少本 crate 的代码生成量与链接体积,加快 `tauri dev` 的 Rust 重编。
[profile.dev]
incremental = true
debug = "line-tables-only"
# release 构建瘦身:去符号 + LTO,减小安装包体积
[profile.release]
strip = true
lto = true