Enhanced mobile version UI UX

This commit is contained in:
2023-06-28 02:10:33 +08:00
parent bfd6b8d760
commit 515527efd9
4 changed files with 114 additions and 51 deletions
+1
View File
@@ -20,6 +20,7 @@ export enum Theme {
export const DEFAULT_CONFIG = {
// submitKey: SubmitKey.CtrlEnter as SubmitKey,
submitKey: SubmitKey.Enter,
mobileSubmitKey: SubmitKey.CtrlEnter,
avatar: "1f603",
fontSize: 14,
theme: Theme.Auto as Theme,