+ 修改主页的变更日志获取地址
+ 修改主页关于内容
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<script type="module">
|
||||
import { IO } from "./statics/modules/tools.js"
|
||||
let page = 10
|
||||
let url = `http://solidaim.cn:3000/api/v1/repos/hbk01/qctool/commits?page=1&limit=${page}`
|
||||
let url = `https://solidaim.cn:3000/api/v1/repos/hbk01/qctool/commits?page=1&limit=${page}`
|
||||
|
||||
let functions = [
|
||||
{
|
||||
@@ -88,9 +88,6 @@
|
||||
<h4>关于</h4>
|
||||
<div class="about">
|
||||
<p>建议使用系统自带浏览器,以完善使用体验!</p>
|
||||
本项目开源于
|
||||
<a href="https://github.com/hbk01/hbk01.github.io">Github</a> ,并由
|
||||
<a href="https://docs.github.com/en/pages">Github Pages</a> 提供页面构建及部署服务。
|
||||
</div>
|
||||
<h4 id="changelog_title">变更日志</h4>
|
||||
<div class="changelog" style="width: 100%;"></div>
|
||||
|
||||
Reference in New Issue
Block a user