feat: giscus i18n

This commit is contained in:
shinya 2025-04-07 01:17:25 +08:00
parent 81ca27689f
commit 4c7a74c6c8
No known key found for this signature in database
GPG key ID: A27DBCC544F50A01
3 changed files with 25 additions and 5 deletions

View file

@ -53,7 +53,6 @@ export interface ThemeConfig {
categoryID: string
mapping: 'pathname' | 'url' | 'title'
inputPosition: 'top' | 'bottom'
lang: Exclude<typeof supportedLangs[number], 'zh-CN'>,
loading: 'lazy' | 'embed'
}
}