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 清理工具
用 Gemini CLI 生成。
用 Gemini CLI & Codex 生成。

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

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