Merge branch 'Yidadaa:main' into main

This commit is contained in:
Wei Xia 2023-04-19 08:08:08 +08:00 committed by GitHub
commit b984a05fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -708,6 +708,7 @@ export function Chat(props: {
className={styles["chat-body"]}
ref={scrollRef}
onScroll={(e) => onChatBodyScroll(e.currentTarget)}
onMouseDown={() => inputRef.current?.blur()}
onWheel={(e) => setAutoScroll(hitBottom && e.deltaY > 0)}
onTouchStart={() => {
inputRef.current?.blur();

View File

@ -108,7 +108,7 @@ const cn = {
Modal: {
Title: "提示词列表",
Add: "增加一条",
Search: "搜尋提示詞",
Search: "搜索提示词",
},
},
HistoryCount: {

View File

@ -109,9 +109,9 @@ const jp = {
`組み込み ${builtin} 件、ユーザー定義 ${custom}`,
Edit: "編集",
Modal: {
Title: "提示词列表",
Add: "增加一条",
Search: "搜尋提示詞",
Title: "プロンプトリスト",
Add: "新規追加",
Search: "プロンプトワード検索",
},
},
HistoryCount: {

View File

@ -108,7 +108,7 @@ const tw: LocaleType = {
Modal: {
Title: "提示詞列表",
Add: "增加一條",
Search: "搜索提示词",
Search: "搜尋提示詞",
},
},
HistoryCount: {