logo名称调整

This commit is contained in:
zhangkuo
2024-07-13 18:58:58 +08:00
parent b86383e91c
commit 403f3009ea
17 changed files with 20 additions and 17 deletions

View File

@@ -106,7 +106,7 @@ export const useUpdateStore = createPersistStore(
if (version === remoteId) {
// Show a notification using Tauri
window.__TAURI__?.notification.sendNotification({
title: "NextChat",
title: "BuouChat",
body: `${Locale.Settings.Update.IsLatest}`,
icon: `${ChatGptIcon.src}`,
sound: "Default",
@@ -116,7 +116,7 @@ export const useUpdateStore = createPersistStore(
Locale.Settings.Update.FoundUpdate(`${remoteId}`);
// Show a notification for the new version using Tauri
window.__TAURI__?.notification.sendNotification({
title: "NextChat",
title: "BuouChat",
body: updateMessage,
icon: `${ChatGptIcon.src}`,
sound: "Default",