From 28e0c4664a5e4a692d1960cfe4db368ea23262ff Mon Sep 17 00:00:00 2001 From: zhongluofeng Date: Thu, 27 Aug 2026 18:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 12 ++++++------ src-tauri/tauri.conf.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 511cfcf..b121997 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thing", "private": true, - "version": "26.8.3", + "version": "26.8.4", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index eef8eca..70f9e5b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5951,7 +5951,7 @@ dependencies = [ [[package]] name = "thing" -version = "26.8.3" +version = "26.8.4" dependencies = [ "axum 0.7.9", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9e8aa12..5442008 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thing" -version = "26.8.3" +version = "26.8.4" description = "A Tauri App" authors = ["you"] edition = "2021" @@ -69,7 +69,7 @@ windows-sys = { version = "0.52", features = [ "Win32_Storage_Xps", "Win32_Storage_FileSystem", ] } -# Explorer 陷第ヲ雁コ企€カ・ョ陟門「難ス」ツ€雎ャ蜈キ・シ繝サShellWindows COM繝サ莨夲スシ螢サ・サ繝サ・シ蜍溘・騾包スィ陋サ・ー騾ァ繝サfeature繝サ譴ァ閠瑚崕・カ驛帛・・ッ蜿ー・ス骰具スァ・ッ +# Explorer 髯キ隨ャ・ヲ髮・スコ莨・€・カ繝サ・ョ髯滄摩・「髮」・ス・」・つ€髮趣スャ陷茨スキ繝サ・シ郢晢スサShellWindows COM郢晢スサ闔ィ螟イ・ス・シ陞「・サ繝サ・サ郢晢スサ繝サ・シ陷肴コ倥・鬨セ蛹・スス・ィ髯具スサ繝サ・ー鬨セ・ァ郢晢スサfeature郢晢スサ隴エ・ァ髢迹壼エ輔・・カ鬩帛ク帙・繝サ・ッ陷ソ・ー繝サ・ス鬪ー蜈キ・ス・ァ繝サ・ッ windows = { version = "0.52", features = [ "Win32_Foundation", "Win32_System_Com", @@ -82,14 +82,14 @@ windows = { version = "0.52", features = [ [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-autostart = "2" -# ===== 构建性能 ===== -# dev 增量编译加速:仅保留行号级调试信息(panic 仍显示 文件:行号), -# 显著减少本 crate 的代码生成量与链接体积,加快 `tauri dev` 的 Rust 重编。 +# ===== 编译优化 ===== +# dev 构建启用增量编译 + 行号级调试(提速本地迭代),仅影响 `tauri dev` + [profile.dev] incremental = true debug = "line-tables-only" -# release 构建瘦身:去符号 + LTO,减小安装包体积 +# release 譫・サコ逖ヲ霄ォ・壼悉隨ヲ蜿キ + LTO・悟㍼蟆丞ョ芽」・桁菴鍋ァッ [profile.release] strip = true lto = true diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7178c75..7849c85 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "thing", - "version": "26.8.3", + "version": "26.8.4", "identifier": "thing.lfeng.me", "build": { "beforeDevCommand": "bun run dev",