feat: add comment system

This commit is contained in:
radishzzz 2025-03-06 23:06:38 +00:00
parent c2ebc78045
commit eabd33f339
6 changed files with 50 additions and 11 deletions

View file

@ -35,7 +35,7 @@ function initWaline() {
el: '#waline',
path: window.location.pathname.replace(/^\/([a-z]{2}(-[a-z]{2})?)\//, '/'),
dark: 'auto',
requiredMeta: ['nick'],
requiredMeta: ['nick', 'mail'],
highlighter: false,
texRenderer: false,
reaction: [],