diff --git a/AGENTS.md b/AGENTS.md index 5ec6045..a6dba66 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# AGENTS.md - Tauri Demo 项目开发指南 +# AGENTS.md - Tauri Shell 项目开发指南 本文档为 AI 编程助手和开发者提供项目规范、构建命令和代码风格指南。 diff --git a/Cargo.toml b/Cargo.toml index 7c97527..b894acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "tauri-shell" version = "0.1.0" description = "A Tauri App" -authors = ["you"] +authors = ["imbytecat"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/sidecar.rs b/src/sidecar.rs index ef88459..3ed6843 100644 --- a/src/sidecar.rs +++ b/src/sidecar.rs @@ -68,7 +68,7 @@ pub fn spawn_sidecar(app_handle: tauri::AppHandle) { "main", tauri::WebviewUrl::External(url.parse().unwrap()), ) - .title("Tauri Application") + .title("Tauri App") .inner_size(1200.0, 800.0) .center() .build()