diff --git a/.env b/.env deleted file mode 100644 index 8e81bad..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -VITE_CONFIG_PATH=com.ChatGPT-Desktop \ No newline at end of file diff --git a/README.md b/README.md index d69ed36..6464407 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ - **Windows**: Windows 7 - Windows 11 - **Linux**: x64 -theme + diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 41a55cf..996c641 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -409,7 +409,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chat_gpt" -version = "0.0.7" +version = "1.0.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 80ba894..f4536e1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chat_gpt" -version = "0.0.7" +version = "1.0.0" description = "ChatGPT-Desktop" authors = ["orangelckc", "bilibili-ayang"] license = "MIT" diff --git a/src/assets/image/qq.png b/src/assets/image/qq.png new file mode 100644 index 0000000..02d4f4c Binary files /dev/null and b/src/assets/image/qq.png differ diff --git a/src/components/Avatar/index.vue b/src/components/Avatar/index.vue index a43691a..dc16ada 100644 --- a/src/components/Avatar/index.vue +++ b/src/components/Avatar/index.vue @@ -1,11 +1,16 @@