feat(URL协议): 增强URL协议注册健壮性

- 新增check_url_protocol_status命令检测注册状态
- 新增unregister_url_protocol命令取消注册
- 改进register_url_protocol命令增加验证逻辑
- 前端增加状态检测、自动重试和操作日志功能
- 更新多语言翻译支持新功能
This commit is contained in:
Yukino_fox
2026-05-04 12:11:18 +08:00
parent 3e85c32c9c
commit a2ec923788
28 changed files with 3246 additions and 429 deletions
+2
View File
@@ -4221,6 +4221,7 @@ dependencies = [
"chrono",
"dirs",
"hex",
"libc",
"once_cell",
"parking_lot",
"rand 0.8.5",
@@ -4242,6 +4243,7 @@ dependencies = [
"tracing-subscriber",
"urlencoding",
"uuid",
"windows-sys 0.59.0",
"winreg 0.52.0",
]