feat: adjust layout spacing and add comment toggle configuration

This commit is contained in:
radishzzz 2025-03-22 04:30:25 +00:00
parent 51ae238192
commit 783fb958d5
5 changed files with 16 additions and 12 deletions

View file

@ -36,7 +36,8 @@ export interface ThemeConfig {
titleGap: 1 | 2 | 3
}
comment?: {
comment: {
enabled: boolean
waline?: {
serverURL?: string
emoji?: string[]