chore: update theme config

This commit is contained in:
radishzzz 2025-03-15 20:47:38 +00:00
parent a94ff5b266
commit dc260f3f6c
6 changed files with 32 additions and 30 deletions

View file

@ -35,7 +35,7 @@ export interface ThemeConfig {
moreLocales: typeof supportedLangs[number][]
fontStyle: 'sans' | 'serif'
dateFormat: 'YYYY-MM-DD' | 'MM-DD-YYYY' | 'DD-MM-YYYY' | 'MONTH DAY YYYY' | 'DAY MONTH YYYY'
titleSpace: 1 | 2 | 3
titleGap: 1 | 2 | 3
}
comment?: {