feat(installer): 实现游戏安装程序页面
- 添加选择安装目录功能,支持 Windows 默认路径 - 集成 Rust 后端 install_game 命令 - 实现安装进度提示与结果反馈- 移除旧网络工具页面与关于页面 - 更新全局样式配置,引入 daisyUI 主题 - 调整窗口控制栏布局与样式 - 添加 Tauri 插件权限配置 (fs, dialog) - 升级依赖库并添加系统组件支持
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "it-tools",
|
||||
"productName": "NoPJ安装器",
|
||||
"version": "0.1.0",
|
||||
"identifier": "cn.nopj.ittools",
|
||||
"identifier": "cn.nopj.gametools",
|
||||
"build": {
|
||||
"frontendDist": "../build",
|
||||
"devUrl": "http://localhost:5173",
|
||||
@@ -12,14 +12,13 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "IT Tools",
|
||||
"title": "Game Install",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
"resizable": false,
|
||||
"fullscreen": false,
|
||||
"decorations": false,
|
||||
"minWidth": 400 ,
|
||||
"minHeight": 300
|
||||
"decorations": false
|
||||
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
@@ -30,7 +29,7 @@
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/logo.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
|
||||
Reference in New Issue
Block a user