Initial commit: Chat Z.AI Desktop App (Tauri) + Release

This commit is contained in:
admin
2026-04-02 15:13:31 +00:00
Unverified
commit 378b7382f3
36 changed files with 6070 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
tauri_app_lib::run()
}