feat: add waline comment

This commit is contained in:
radishzzz 2025-03-06 15:15:32 +00:00
parent fef42675c0
commit fa148ca0c5
10 changed files with 135 additions and 26 deletions

View file

@ -40,7 +40,7 @@ export interface ThemeConfig {
waline?: {
serverURL?: string
emoji?: string[]
search?: boolean
searchGif?: boolean
imageUploader?: boolean
}
}