feat(installer): 实现游戏安装程序页面
- 添加选择安装目录功能,支持 Windows 默认路径 - 集成 Rust 后端 install_game 命令 - 实现安装进度提示与结果反馈- 移除旧网络工具页面与关于页面 - 更新全局样式配置,引入 daisyUI 主题 - 调整窗口控制栏布局与样式 - 添加 Tauri 插件权限配置 (fs, dialog) - 升级依赖库并添加系统组件支持
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-theme="black">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
Reference in New Issue
Block a user