This commit is contained in:
Julian Freeman
2026-03-01 19:57:21 -04:00
parent a170e2a4bd
commit 6f1d625c00
5 changed files with 382 additions and 103 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "win-cleaner"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "A Windows Cleaner"
authors = ["Julian"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -12,9 +12,9 @@
"app": {
"windows": [
{
"title": "win-cleaner",
"width": 800,
"height": 600
"title": "Windows 清理工具",
"width": 1400,
"height": 900
}
],
"security": {