This commit is contained in:
Julian Freeman
2026-04-17 12:26:35 -04:00
parent 4e40fa9f80
commit dab7209a69
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# Windows 清理工具 # Windows 清理工具
用 Gemini CLI 生成。 用 Gemini CLI & Codex 生成。

View File

@@ -1,7 +1,7 @@
{ {
"name": "win-cleaner", "name": "win-cleaner",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -4594,7 +4594,7 @@ dependencies = [
[[package]] [[package]]
name = "win-cleaner" name = "win-cleaner"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"jwalk", "jwalk",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "win-cleaner" name = "win-cleaner"
version = "0.1.0" version = "0.1.1"
description = "A Windows Cleaner" description = "A Windows Cleaner"
authors = ["Julian"] authors = ["Julian"]
edition = "2021" edition = "2021"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "win-cleaner", "productName": "win-cleaner",
"version": "0.1.0", "version": "0.1.1",
"identifier": "top.volan.win-cleaner", "identifier": "top.volan.win-cleaner",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",