feat(comments): 添加 Waline 自定义样式文件以适配网站主题

fix(blog): 删除不再使用的博客工具函数文件
This commit is contained in:
joyzhao
2026-01-12 14:36:11 +08:00
parent 78c468a7d2
commit b8a8cc474b
3 changed files with 343 additions and 309 deletions

View File

@@ -2,6 +2,7 @@ import { useEffect, useRef } from 'react';
import type { WalineInstance, WalineInitOptions } from '@waline/client';
import { init } from '@waline/client';
import '@waline/client/style';
import '@/styles/waline-custom.css';
import type { Lang } from '@/types/i18n';