fix(文档): 修复评论组件ID并统一主页样式

- 将评论组件ID从'zcomments'改为更通用的'comments'
- 为主页评论区域添加样式约束
- 统一主页标题字符串引号格式
This commit is contained in:
anghunk
2026-01-20 10:43:34 +08:00
parent 0485b1320c
commit f4e6bf45d3
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="zcomments" ref="commentsRoot"></div>
<div id="comments" ref="commentsRoot"></div>
</template>
<script setup>