Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2024-01-31 11:38:13 +08:00
65 changed files with 268 additions and 217 deletions

View File

@@ -28,7 +28,7 @@ export enum Theme {
export const DEFAULT_CONFIG = {
lastUpdate: Date.now(), // timestamp, to merge state
submitKey: isMacOS() ? SubmitKey.MetaEnter : SubmitKey.CtrlEnter,
submitKey: SubmitKey.Enter,
avatar: "1f603",
fontSize: 14,
theme: Theme.Auto as Theme,