generated from kevisual/vite-react-template
feat: 更新页面语言为中文并添加评论功能的 HTML 模板
This commit is contained in:
25
public/comments.html
Normal file
25
public/comments.html
Normal 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>
|
||||
Reference in New Issue
Block a user