mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
隐藏配置
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { SubmitKey } from "../store/app";
|
||||
|
||||
import { isMobileScreen } from "../utils";
|
||||
const cn = {
|
||||
WIP: "该功能仍在开发中……",
|
||||
Error: {
|
||||
@@ -25,6 +25,9 @@ const cn = {
|
||||
if (submitKey === String(SubmitKey.Enter)) {
|
||||
inputHints += ",Shift + Enter 换行";
|
||||
}
|
||||
if (isMobileScreen()) {
|
||||
return "与ta对话吧";
|
||||
}
|
||||
return inputHints + ",/ 触发补全提示词咒语";
|
||||
},
|
||||
Send: "发送",
|
||||
|
Reference in New Issue
Block a user