feat: 更新页面语言为中文并添加评论功能的 HTML 模板

This commit is contained in:
2026-02-20 04:02:53 +08:00
parent 6750a8858d
commit a934a7620d
5 changed files with 128 additions and 39 deletions

25
public/comments.html Normal file
View File

@@ -0,0 +1,25 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="https://kevisual.xiongxiao.me/root/center/panda.jpg" />
<title>Comments</title>
</head>
<body>
<script
src="https://commit.cool/client.js"
repo="kevisual/kevisual"
issue-term="custom"
issue-id="comments"
theme="light"
layout="classic"
crossorigin="anonymous"
async
></script>
</body>
</html>