Date: Tue, 14 May 2024 21:36:25 +0800
Subject: [PATCH 08/25] Update constant.ts
---
app/constant.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/constant.ts b/app/constant.ts
index 0d37a420b82..8c8e363a348 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -1,5 +1,7 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT-Next-Web";
+export const BLOG_URL = `https://blog.aerr.cn`;
+export const FAKA_URL = `http://fk.ikun.bf`;
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
export const UPDATE_URL = `${REPO_URL}#keep-updated`;
From 6f7483c607fd7de7fda98f99144ee53d2ce3609a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 21:39:36 +0800
Subject: [PATCH 09/25] Update cn.ts
---
app/locales/cn.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index cacabd59825..16dac140cc8 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -411,6 +411,8 @@ const cn = {
Sysmessage: "你是一个助手",
},
Mask: {
+ blog: "博客",
+ faka: "卡密",
Name: "面具",
Page: {
Title: "预设角色面具",
From c414c9efd383b99b61b119300bb420eb4e2d6a80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 21:40:28 +0800
Subject: [PATCH 10/25] Update en.ts
---
app/locales/en.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app/locales/en.ts b/app/locales/en.ts
index 3136b82d168..04265edc288 100644
--- a/app/locales/en.ts
+++ b/app/locales/en.ts
@@ -418,7 +418,9 @@ const en: LocaleType = {
Sysmessage: "You are an assistant that",
},
Mask: {
- Name: "Mask",
+ blog: "博客",
+ faka: "卡密",
+ Name: "面具",
Page: {
Title: "Prompt Template",
SubTitle: (count: number) => `${count} prompt templates`,
From e759a6b8d229fadee5b3d74696c76553798ea4fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 21:43:26 +0800
Subject: [PATCH 11/25] Update tw.ts
---
app/locales/tw.ts | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/app/locales/tw.ts b/app/locales/tw.ts
index f81a3140e0e..741ba4b2483 100644
--- a/app/locales/tw.ts
+++ b/app/locales/tw.ts
@@ -7,17 +7,18 @@ const tw = {
WIP: "該功能仍在開發中……",
Error: {
Unauthorized: isApp
- ? "檢測到無效 API Key,請前往[設定](/#/settings)頁檢查 API Key 是否設定正確。"
- : "存取密碼不正確或未填寫,請前往[登入](/#/auth)頁輸入正確的存取密碼,或者在[設定](/#/settings)頁填入你自己的 OpenAI API Key。",
+ ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)"
+ : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
},
-
Auth: {
- Title: "需要密碼",
- Tips: "管理員開啟了密碼驗證,請在下方填入存取密碼",
- SubTips: "或者輸入你的 OpenAI 或 Google API 金鑰",
- Input: "在此處填寫存取密碼",
- Confirm: "確認",
- Later: "稍候再說",
+ Title: "需要访问密码或者key",
+ Tips: "管理员开启了验证,请在下方填入访问密码",
+ Tips1: "访问密码和key只需填一个即可",
+ SubTips1: "如果自己没有key联系QQ:1422756921",
+ SubTips: "或者输入你的 OpenAI API key",
+ Input: "在此处填写访问密码",
+ Confirm: "确认",
+ Later: "稍后再说",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 則對話`,
From 05d84031a55bad4ebf286dd67c10c7c92dda8dd7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 21:43:45 +0800
Subject: [PATCH 12/25] Update en.ts
---
app/locales/en.ts | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/app/locales/en.ts b/app/locales/en.ts
index 04265edc288..c961bbe1f49 100644
--- a/app/locales/en.ts
+++ b/app/locales/en.ts
@@ -9,18 +9,18 @@ const en: LocaleType = {
WIP: "Coming Soon...",
Error: {
Unauthorized: isApp
- ? "Invalid API Key, please check it in [Settings](/#/settings) page."
- : "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.",
+ ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)"
+ : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
},
Auth: {
- Title: "Need Access Code",
- Tips: "Please enter access code below",
- Tips1: "密码和key只需填一个即可",
+ Title: "需要访问密码或者key",
+ Tips: "管理员开启了验证,请在下方填入访问密码",
+ Tips1: "访问密码和key只需填一个即可",
SubTips1: "如果自己没有key联系QQ:1422756921",
- SubTips: "Or enter your OpenAI or Google API Key",
- Input: "access code",
- Confirm: "Confirm",
- Later: "Later",
+ SubTips: "或者输入你的 OpenAI API key",
+ Input: "在此处填写访问密码",
+ Confirm: "确认",
+ Later: "稍后再说",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} messages`,
From be79df4853d8fca35d10d9a810d1454b8a7c7474 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 22:02:33 +0800
Subject: [PATCH 13/25] Update auth.tsx
---
app/components/auth.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/components/auth.tsx b/app/components/auth.tsx
index 57118349bac..61a8d175a6c 100644
--- a/app/components/auth.tsx
+++ b/app/components/auth.tsx
@@ -38,6 +38,7 @@ export function AuthPage() {
{Locale.Auth.Title}
{Locale.Auth.Tips}
+
{Locale.Auth.Tips1}
{Locale.Auth.SubTips}
+
{Locale.Auth.SubTips1}
Date: Fri, 13 Dec 2024 10:12:30 +0800
Subject: [PATCH 14/25] Update auth.tsx
---
app/components/auth.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/auth.tsx b/app/components/auth.tsx
index 61a8d175a6c..f2777ad47a8 100644
--- a/app/components/auth.tsx
+++ b/app/components/auth.tsx
@@ -38,7 +38,7 @@ export function AuthPage() {
{Locale.Auth.Title}
{Locale.Auth.Tips}
-
{Locale.Auth.Tips1}
+
{Locale.Auth.SubTips}
-
{Locale.Auth.SubTips1}
+
Date: Fri, 13 Dec 2024 10:13:38 +0800
Subject: [PATCH 15/25] Update sidebar.tsx
---
app/components/sidebar.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 81f56379a85..5d9ba8321db 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -23,8 +23,6 @@ import {
MIN_SIDEBAR_WIDTH,
NARROW_SIDEBAR_WIDTH,
Path,
- BLOG_URL,
- FAKA_URL,
REPO_URL,
} from "../constant";
From a1fe280b292cacdd1c93e7c88cf8845883c8f783 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:14:15 +0800
Subject: [PATCH 16/25] Update sidebar.tsx
---
app/components/sidebar.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 5d9ba8321db..4b35f62dd11 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -155,10 +155,10 @@ export function SideBar(props: { className?: string }) {
>
- ChatGPT-青云依兮
+ NextChat
- 构建自己的人工智能助手。
+ Build your own AI assistant.
From 44dfa91746bd0a864648210689b0ac49a575310f Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:14:53 +0800
Subject: [PATCH 17/25] Update sidebar.tsx
---
app/components/sidebar.tsx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 4b35f62dd11..0bf9d464186 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -186,12 +186,7 @@ export function SideBar(props: { className?: string }) {
onClick={() => showToast(Locale.WIP)}
shadow
/>
-
-
-
+
Date: Fri, 13 Dec 2024 10:17:02 +0800
Subject: [PATCH 18/25] Update constant.ts
---
app/constant.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/constant.ts b/app/constant.ts
index 8c8e363a348..7449c20ce6b 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -1,7 +1,6 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT-Next-Web";
-export const BLOG_URL = `https://blog.aerr.cn`;
-export const FAKA_URL = `http://fk.ikun.bf`;
+
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
export const UPDATE_URL = `${REPO_URL}#keep-updated`;
From 966e69c4640247a117ba15e73937dcca9bd74ff8 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:19:08 +0800
Subject: [PATCH 19/25] Update cn.ts
---
app/locales/cn.ts | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 16dac140cc8..7be53bed929 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -7,16 +7,13 @@ const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp
- ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)"
- : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
- },
+ ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
+ : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", },
Auth: {
- Title: "需要访问密码或者key",
- Tips: "管理员开启了验证,请在下方填入访问密码",
- Tips1: "访问密码和key只需填一个即可",
- SubTips1: "如果自己没有key联系QQ:1422756921",
- SubTips: "或者输入你的 OpenAI API key",
- Input: "在此处填写访问密码",
+ Title: "需要密码",
+ Tips: "管理员开启了密码验证,请在下方填入访问码",
+ SubTips: "或者输入你的 OpenAI 或 Google API 密钥",
+ Input: "在此处填写访问码",
Confirm: "确认",
Later: "稍后再说",
},
@@ -379,7 +376,7 @@ const cn = {
},
Store: {
DefaultTopic: "新的聊天",
- BotHello: "有什么可以帮你的吗,如有问题请联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)",
+ BotHello: "有什么可以帮你的吗",
Error: "出错了,稍后重试吧",
Prompt: {
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
@@ -411,8 +408,7 @@ const cn = {
Sysmessage: "你是一个助手",
},
Mask: {
- blog: "博客",
- faka: "卡密",
+
Name: "面具",
Page: {
Title: "预设角色面具",
From 8da99372cddc145ad88e00a3e49377404a1d4494 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:22:51 +0800
Subject: [PATCH 20/25] Update layout.tsx
---
app/layout.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/layout.tsx b/app/layout.tsx
index 2da1d3d9a7b..5898b21a1fa 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
- title: "ChatGPT-青云依兮",
+ title: "NextChat",
description: "Your personal ChatGPT Chat Bot.",
viewport: {
width: "device-width",
@@ -22,7 +22,7 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
],
appleWebApp: {
- title: "ChatGPT-青云依兮",
+ title: "NextChat",
statusBarStyle: "default",
},
};
From 27f1ded7024bc6d5b0446956227939dec7d7ac3a Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:23:29 +0800
Subject: [PATCH 21/25] Update cn.ts
---
app/locales/cn.ts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 7be53bed929..b1054bb8219 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -7,8 +7,9 @@ const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp
- ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
- : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", },
+ ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
+ : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。",
+ },
Auth: {
Title: "需要密码",
Tips: "管理员开启了密码验证,请在下方填入访问码",
From 797124a160387406e65198ea717eda843d748964 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:23:53 +0800
Subject: [PATCH 22/25] Update cn.ts
---
app/locales/cn.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index b1054bb8219..d46895b9642 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -11,7 +11,7 @@ const cn = {
: "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。",
},
Auth: {
- Title: "需要密码",
+ Title: "需要密码",
Tips: "管理员开启了密码验证,请在下方填入访问码",
SubTips: "或者输入你的 OpenAI 或 Google API 密钥",
Input: "在此处填写访问码",
From f176fd8fb7740f5612da1c3eff1fd5c77b9a0327 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:24:29 +0800
Subject: [PATCH 23/25] Update cn.ts
---
app/locales/cn.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index d46895b9642..892d6f0ec75 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -377,7 +377,7 @@ const cn = {
},
Store: {
DefaultTopic: "新的聊天",
- BotHello: "有什么可以帮你的吗",
+ BotHello: "有什么可以帮你的吗",
Error: "出错了,稍后重试吧",
Prompt: {
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
From 55a131b51fcb7413c1621fc55355d00cdab5d531 Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:26:18 +0800
Subject: [PATCH 24/25] Update en.ts
---
app/locales/en.ts | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/app/locales/en.ts b/app/locales/en.ts
index c961bbe1f49..c922e20b8bb 100644
--- a/app/locales/en.ts
+++ b/app/locales/en.ts
@@ -9,18 +9,15 @@ const en: LocaleType = {
WIP: "Coming Soon...",
Error: {
Unauthorized: isApp
- ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)"
- : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
- },
+ ? "Invalid API Key, please check it in [Settings](/#/settings) page."
+ : "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.", },
Auth: {
- Title: "需要访问密码或者key",
- Tips: "管理员开启了验证,请在下方填入访问密码",
- Tips1: "访问密码和key只需填一个即可",
- SubTips1: "如果自己没有key联系QQ:1422756921",
- SubTips: "或者输入你的 OpenAI API key",
- Input: "在此处填写访问密码",
- Confirm: "确认",
- Later: "稍后再说",
+ Title: "Need Access Code",
+ Tips: "Please enter access code below",
+ SubTips: "Or enter your OpenAI or Google API Key",
+ Input: "access code",
+ Confirm: "Confirm",
+ Later: "Later",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} messages`,
@@ -418,9 +415,7 @@ const en: LocaleType = {
Sysmessage: "You are an assistant that",
},
Mask: {
- blog: "博客",
- faka: "卡密",
- Name: "面具",
+ Name: "Mask",
Page: {
Title: "Prompt Template",
SubTitle: (count: number) => `${count} prompt templates`,
From 5c59490c4b8105cc5960a874bc3a14b07051b77e Mon Sep 17 00:00:00 2001
From: Qingyun Yixi <1422756921@qq.com>
Date: Fri, 13 Dec 2024 10:28:46 +0800
Subject: [PATCH 25/25] Update tw.ts
---
app/locales/tw.ts | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/app/locales/tw.ts b/app/locales/tw.ts
index 741ba4b2483..36cca926e46 100644
--- a/app/locales/tw.ts
+++ b/app/locales/tw.ts
@@ -7,18 +7,16 @@ const tw = {
WIP: "該功能仍在開發中……",
Error: {
Unauthorized: isApp
- ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。需要key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)"
- : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者填入你自己的 OpenAI API Key。如果自己没有key联系QQ:[1422756921](http://wpa.qq.com/msgrd?v=3&uin=1422756921&site=qq&menu=yes)。[青云博客](https://blog.aerr.cn)",
+ ? "檢測到無效 API Key,請前往[設定](/#/settings)頁檢查 API Key 是否設定正確。"
+ : "存取密碼不正確或未填寫,請前往[登入](/#/auth)頁輸入正確的存取密碼,或者在[設定](/#/settings)頁填入你自己的 OpenAI API Key。",
},
Auth: {
- Title: "需要访问密码或者key",
- Tips: "管理员开启了验证,请在下方填入访问密码",
- Tips1: "访问密码和key只需填一个即可",
- SubTips1: "如果自己没有key联系QQ:1422756921",
- SubTips: "或者输入你的 OpenAI API key",
- Input: "在此处填写访问密码",
- Confirm: "确认",
- Later: "稍后再说",
+ Title: "需要密碼",
+ Tips: "管理員開啟了密碼驗證,請在下方填入存取密碼",
+ SubTips: "或者輸入你的 OpenAI 或 Google API 金鑰",
+ Input: "在此處填寫存取密碼",
+ Confirm: "確認",
+ Later: "稍候再說",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 則對話`,
@@ -408,9 +406,7 @@ const tw = {
Plugin: { Name: "外掛" },
FineTuned: { Sysmessage: "你是一個助手" },
Mask: {
- blog: "青云博客",
- faka: "购买卡密",
- Name: "面具",
+ Name: "角色範本",
Page: {
Title: "預設角色角色範本",
SubTitle: (count: number) => `${count} 個預設角色定義`,