This commit is contained in:
949036910@qq.com
2026-05-30 18:44:16 +08:00
parent e10a66ccf2
commit 9c6650373f
162 changed files with 624 additions and 26788 deletions

View File

@@ -55,6 +55,8 @@ const APP_COMMANDS: &[&str] = &[
];
fn main() {
// 勿再用 winrestauri-build 已写入 VERSION 资源,重复会导致 LNK1123 / CVT1100。
// 本地版本比对优先读同目录 aiclient.version见 zip-portable.cjs、updater engine
tauri_build::try_build(
tauri_build::Attributes::new()
.app_manifest(tauri_build::AppManifest::new().commands(APP_COMMANDS)),