1 Star 0 Fork 0

haloged/博客制作工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update_log.html 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
haloged 提交于 2023-08-25 09:38 +08:00 . [fix]修改评论系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://haloged.github.io/haloged1/logo001.ico" type="image/x-icon">
<link href="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@waline/client@v2/dist/waline.css"/>
<title>预览版更新日志</title>
</head>
<body>
<center><h1 class="text-info">博客生成器预览版更新日志</h1></center>
</br>
</br>
<div class="container mt-3">
<table class="table">
<thead>
<tr>
<th>更新日期</th>
<th>更新内容</th>
<th>负责人</th>
</tr>
</thead>
<tbody>
<tr>
<td>2023年7月7日</td>
<td>注册页面</td>
<td>haloged</td>
</tr>
<tr>
<td>2023年7月14日</td>
<td>仪表盘页面</td>
<td>haloged</td>
</tr>
<tr>
<td>2023年7月19日</td>
<td>更新文档</td>
<td>haloged</td>
</tr>
</tbody>
</table>
<div id="waline"></div>
</div>
<script type="module">
import { init } from 'https://unpkg.com/@waline/client@v2/dist/waline.mjs';
init({
el: '#waline',
serverURL: 'https://blog-builder-waline.haloged.eu.org',
});
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/haloged/Blog-Builder.git
git@gitee.com:haloged/Blog-Builder.git
haloged
Blog-Builder
博客制作工具
main

搜索帮助