mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 03:56:37 +08:00
Merge branch 'Yidadaa:main' into main
This commit is contained in:
commit
b984a05fb7
@ -708,6 +708,7 @@ export function Chat(props: {
|
|||||||
className={styles["chat-body"]}
|
className={styles["chat-body"]}
|
||||||
ref={scrollRef}
|
ref={scrollRef}
|
||||||
onScroll={(e) => onChatBodyScroll(e.currentTarget)}
|
onScroll={(e) => onChatBodyScroll(e.currentTarget)}
|
||||||
|
onMouseDown={() => inputRef.current?.blur()}
|
||||||
onWheel={(e) => setAutoScroll(hitBottom && e.deltaY > 0)}
|
onWheel={(e) => setAutoScroll(hitBottom && e.deltaY > 0)}
|
||||||
onTouchStart={() => {
|
onTouchStart={() => {
|
||||||
inputRef.current?.blur();
|
inputRef.current?.blur();
|
||||||
|
@ -108,7 +108,7 @@ const cn = {
|
|||||||
Modal: {
|
Modal: {
|
||||||
Title: "提示词列表",
|
Title: "提示词列表",
|
||||||
Add: "增加一条",
|
Add: "增加一条",
|
||||||
Search: "搜尋提示詞",
|
Search: "搜索提示词",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
HistoryCount: {
|
HistoryCount: {
|
||||||
|
@ -109,9 +109,9 @@ const jp = {
|
|||||||
`組み込み ${builtin} 件、ユーザー定義 ${custom} 件`,
|
`組み込み ${builtin} 件、ユーザー定義 ${custom} 件`,
|
||||||
Edit: "編集",
|
Edit: "編集",
|
||||||
Modal: {
|
Modal: {
|
||||||
Title: "提示词列表",
|
Title: "プロンプトリスト",
|
||||||
Add: "增加一条",
|
Add: "新規追加",
|
||||||
Search: "搜尋提示詞",
|
Search: "プロンプトワード検索",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
HistoryCount: {
|
HistoryCount: {
|
||||||
|
@ -108,7 +108,7 @@ const tw: LocaleType = {
|
|||||||
Modal: {
|
Modal: {
|
||||||
Title: "提示詞列表",
|
Title: "提示詞列表",
|
||||||
Add: "增加一條",
|
Add: "增加一條",
|
||||||
Search: "搜索提示词",
|
Search: "搜尋提示詞",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
HistoryCount: {
|
HistoryCount: {
|
||||||
|
Loading…
Reference in New Issue
Block a user