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

@ -1,7 +1,7 @@
<div align="center">
<img src="./docs/images/icon.svg" alt="预览"/>
<h1 align="center">NextChat</h1>
<h1 align="center">BuouChat</h1>
一键免费部署你的私人 ChatGPT 网页应用,支持 GPT3, GPT4 & Gemini Pro 模型。

View File

@ -539,7 +539,7 @@ export function ImagePreviewer(props: {
</div>
<div>
<div className={styles["main-title"]}>NextChat</div>
<div className={styles["main-title"]}>BuouChat</div>
<div className={styles["sub-title"]}>
github.com/Yidadaa/ChatGPT-Next-Web
</div>

View File

@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
>
<div className={styles["sidebar-header"]} data-tauri-drag-region>
<div className={styles["sidebar-title"]} data-tauri-drag-region>
NextChat
BuouChat
</div>
<div className={styles["sidebar-sub-title"]}>
Build your own AI assistant.

View File

@ -18,7 +18,7 @@ export const BAIDU_BASE_URL = "https://aip.baidubce.com";
export const BAIDU_OATUH_URL = `${BAIDU_BASE_URL}/oauth/2.0/token`;
export const BASE_URL = `https://buoucoding.com/ai/api`;
export const BASE_URL = `https://buoucoding.com/ai`;
export enum Login {
Register = "/register",

View File

@ -10,10 +10,10 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
title: "NextChat",
title: "BuouChat",
description: "Your personal ChatGPT Chat Bot.",
appleWebApp: {
title: "NextChat",
title: "BuouChat",
statusBarStyle: "default",
},
};
@ -37,7 +37,10 @@ export default function RootLayout({
<html lang="en">
<head>
<meta name="config" content={JSON.stringify(getClientConfig())} />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="manifest" href="/site.webmanifest"></link>
<script src="/serviceWorkerRegister.js" defer></script>
</head>

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",

View File

@ -23,7 +23,7 @@ Docker 버전은 사실상 안정된 버전과 같습니다. latest Docker는
## Vercel 환경 변수를 어떻게 수정하나요?
- Vercel의 제어판 페이지로 이동합니다.
- NextChat 프로젝트를 선택합니다.
- BuouChat 프로젝트를 선택합니다.
- 페이지 상단의 Settings 옵션을 클릭합니다.
- 사이드바의 Environment Variables 옵션을 찾습니다.
- 해당 값을 수정합니다.

View File

@ -1,5 +1,5 @@
{
"name": "nextchat",
"name": "BuouChat",
"private": false,
"license": "mit",
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 719 B

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,6 +1,6 @@
{
"name": "NextChat",
"short_name": "NextChat",
"name": "BuouChat",
"short_name": "BuouChat",
"icons": [
{
"src": "/android-chrome-192x192.png",

View File

@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
"productName": "NextChat",
"productName": "BuouChat",
"version": "2.12.4"
},
"tauri": {
@ -68,7 +68,7 @@
"icons/icon.ico"
],
"identifier": "com.yida.chatgpt.next.web",
"longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"longDescription": "BuouChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
@ -77,7 +77,7 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "NextChat App",
"shortDescription": "BuouChat App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
@ -105,7 +105,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "NextChat",
"title": "BuouChat",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"