mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
feat: add comment system
This commit is contained in:
parent
c2ebc78045
commit
eabd33f339
6 changed files with 50 additions and 11 deletions
|
@ -9,7 +9,7 @@ export const langMap: Record<string, string[]> = {
|
|||
}
|
||||
|
||||
// Waline Language Map
|
||||
// see more at https://waline.js.org/guide/i18n.html
|
||||
// See more at https://waline.js.org/guide/i18n.html
|
||||
export const walineLocaleMap: Record<string, string> = {
|
||||
'zh': 'zh-CN',
|
||||
'zh-tw': 'zh-TW',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue