feat: 重构前端架构并添加主题支持
删除旧的示例代码和资源文件 添加新的主题样式和全局CSS配置 更新Tauri窗口配置和权限 引入SolidJS路由并优化入口文件
This commit is contained in:
@@ -13,8 +13,14 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "comfy-downloader",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"width": 1200,
|
||||
"height": 800,
|
||||
"minWidth": 1200,
|
||||
"minHeight": 800,
|
||||
"resizable": true,
|
||||
"hiddenTitle": true,
|
||||
"titleBarStyle": "Overlay",
|
||||
"theme": "Dark"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
@@ -32,4 +38,4 @@
|
||||
"icons/icon.ico"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user