This commit is contained in:
Sky 2024-11-19 00:37:46 +00:00
parent e0e5549c8b
commit 3320f46b64
11 changed files with 20 additions and 20 deletions

View File

@ -181,7 +181,7 @@ export class ClientApi {
{ {
from: "human", from: "human",
value: value:
"Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web", "Share from [RevoChat]: https://github.com/Yidadaa/ChatGPT-Next-Web",
}, },
]); ]);
// 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用 // 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用

View File

@ -239,7 +239,7 @@ export function Artifacts() {
shadow shadow
onClick={() => previewRef.current?.reload()} onClick={() => previewRef.current?.reload()}
/> />
<div className={styles["artifacts-title"]}>NextChat Artifacts</div> <div className={styles["artifacts-title"]}>RevoChat Artifacts</div>
<ArtifactsShareButton <ArtifactsShareButton
id={id} id={id}
getCode={() => code} getCode={() => code}

View File

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

View File

@ -231,8 +231,8 @@ export function SideBar(props: { className?: string }) {
{...props} {...props}
> >
<SideBarHeader <SideBarHeader
title="NextChat" title="RevoChat"
subTitle="Build your own AI assistant." subTitle="My AI assistant."
logo={<ChatGptIcon />} logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow} shouldNarrow={shouldNarrow}
> >

View File

@ -13,7 +13,7 @@ export const metadata: Metadata = {
title: "RevoChat", title: "RevoChat",
description: "Your personal Revo Chat Bot.", description: "Your personal Revo Chat Bot.",
appleWebApp: { appleWebApp: {
title: "NextChat", title: "RevoChat",
statusBarStyle: "default", statusBarStyle: "default",
}, },
}; };

View File

@ -28,7 +28,7 @@ const en: LocaleType = {
Later: "Later", Later: "Later",
SaasTips: "Too Complex, Use Immediately Now", SaasTips: "Too Complex, Use Immediately Now",
TopTips: TopTips:
"🥳 NextChat AI launch promotion: Instantly unlock the latest models like OpenAI o1, GPT-4o, Claude-3.5!", "🥳 RevoChat AI launch promotion: Instantly unlock the latest models like OpenAI o1, GPT-4o, Claude-3.5!",
}, },
ChatItem: { ChatItem: {
ChatItemCount: (count: number) => `${count} messages`, ChatItemCount: (count: number) => `${count} messages`,
@ -314,10 +314,10 @@ const en: LocaleType = {
}, },
Access: { Access: {
SaasStart: { SaasStart: {
Title: "Use NextChat AI", Title: "Use RevoChat AI",
Label: " (Most Cost-Effective Option)", Label: " (Most Cost-Effective Option)",
SubTitle: SubTitle:
"Maintained by NextChat, zero setup needed, unlock OpenAI o1, GPT-4o," + "Maintained by RevoChat, zero setup needed, unlock OpenAI o1, GPT-4o," +
" Claude-3.5 and more", " Claude-3.5 and more",
ChatNow: "Start Now", ChatNow: "Start Now",
}, },

View File

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

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -1983,7 +1983,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]] [[package]]
name = "nextchat" name = "revochat"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bytes", "bytes",

View File

@ -1,11 +1,11 @@
[package] [package]
name = "nextchat" name = "revochat"
version = "0.1.0" version = "0.1.0"
description = "A cross platform app for LLM ChatBot." description = "A cross platform app for LLM ChatBot."
authors = ["Yidadaa"] authors = ["Yidadaa"]
license = "mit" license = "mit"
repository = "" repository = ""
default-run = "nextchat" default-run = "revochat"
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"

View File

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