隐藏配置

This commit is contained in:
xuzhenjun
2023-04-11 00:57:50 +08:00
parent e1eb70cf71
commit 8ec37bc7f1
2 changed files with 14 additions and 20 deletions

View File

@@ -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: "发送",