feat(success): 添加外部链接打开功能并优化页面样式- 集成 tauri-plugin-opener 插件以支持外部链接打开

- 新增 handleExternalLink 方法处理链接点击事件
- 更新 success 页面样式,增强视觉效果
- 添加 MiSans 字体支持
- 引入最新资源列表展示功能
- 优化按钮交互效果和页面布局
This commit is contained in:
Chaos
2025-11-13 17:24:07 +08:00
parent bfe579bfd3
commit 345acdee91
10 changed files with 395 additions and 12 deletions

View File

@@ -30,3 +30,5 @@ thiserror = "2.0.17"
zip = "4.2.0"
async-runtime = "0.0.0"
tokio = { version = "1.48.0", features = ["time"] }
tauri-plugin-shell = "2.3.3"
tauri-plugin-opener = "2.5.2"