feat: Implement configurable date/time format for Alt+T shortcut

This commit is contained in:
iamvann
2025-05-18 03:14:18 +08:00
parent 56d4d7c20f
commit 4fbfcefa94
6 changed files with 136 additions and 6 deletions

View File

@@ -84,6 +84,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"redirectBareDomain",
"showLoginInShareTheme",
"splitEditorOrientation",
"customDateTimeFormatString",
// AI/LLM integration options
"aiEnabled",