This commit is contained in:
mujie 2023-04-21 00:45:14 +08:00
parent ee0f847827
commit be04fa05df
3 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
const buildConfig = getBuildConfig(); const buildConfig = getBuildConfig();
export const metadata = { export const metadata = {
title: "ChatGPT Next Web", title: "ChatGPT XF",
description: "Your personal ChatGPT Chat Bot.", description: "Your personal ChatGPT Chat Bot.",
appleWebApp: { appleWebApp: {
title: "ChatGPT Next Web", title: "ChatGPT XF",
statusBarStyle: "default", statusBarStyle: "default",
}, },
themeColor: "#fafafa", themeColor: "#fafafa",

View File

@ -3,7 +3,7 @@ import { SubmitKey } from "../store/app";
const cn = { const cn = {
WIP: "该功能仍在开发中……", WIP: "该功能仍在开发中……",
Error: { Error: {
Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。", Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。\n需要密码请联系QQ: 1960813545或邮箱: mu-jie@qq.com¥5包月畅用。",
}, },
ChatItem: { ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`, ChatItemCount: (count: number) => `${count} 条对话`,

View File

@ -1,5 +1,5 @@
{ {
"name": "ChatGPT Next Web", "name": "ChatGPT XF",
"short_name": "ChatGPT", "short_name": "ChatGPT",
"icons": [ "icons": [
{ {