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

@@ -7,7 +7,7 @@ use std::io;
use std::path::PathBuf;
use serde::Serialize;
use tauri::Emitter;
use tokio::time::{sleep, Duration};
// --- 2. (新增) 定义事件的有效负载 (Payload) ---
// 这个结构体将作为事件发送给 Svelte