mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
feat: giscus i18n
This commit is contained in:
parent
81ca27689f
commit
4c7a74c6c8
3 changed files with 25 additions and 5 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue