diff --git a/public/index.html b/public/index.html index 8aa5c44..7c59930 100644 --- a/public/index.html +++ b/public/index.html @@ -85,7 +85,12 @@ display: flex; justify-content: space-between; align-items: center; - margin-bottom: 10px; + margin: 0 0 10px 0; + } + + .stats-header h3 { + margin: 0; + padding: 0; } .refresh-icon { @@ -190,7 +195,7 @@ const summaryHtml = `
-

📊 接口调用统计 🔄

+

📊 接口调用次数 🔄

今日总调用:${todayCalls} 次
diff --git a/public/index.md b/public/index.md index 5cae903..a4d87d3 100644 --- a/public/index.md +++ b/public/index.md @@ -1,12 +1,14 @@ # Random-Api 随机文件API -## 接口统计 +## 统计
-## 图片接口 +--- + +## 图片接口说明 | 种类 | 请求地址 | | ---------- | ---------------- | @@ -19,9 +21,9 @@ | AI绘图 | [https://random-api.czl.net/pic/ai](https://random-api.czl.net/pic/ai) | | 加载 | [https://random-api.czl.net/pic/loading](https://random-api.czl.net/pic/loading) | ---- -## 视频接口 + +## 视频接口说明 | 种类 | 请求地址 | | ---------- | ---------------- | | 所有 | [https://random-api.czl.net/video/all](https://random-api.czl.net/video/all) |