2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 15:37:14 +08:00

feat: 补全文档

This commit is contained in:
耗子
2024-12-14 04:29:50 +08:00
parent 82cc03f791
commit 483882eeb2
9 changed files with 151 additions and 158 deletions

View File

@@ -3,7 +3,7 @@ export default {
const resp = await (await fetch('https://panel.haozi.net/api/versions')).json()
if (!resp.message || resp.message !== 'success') return []
return resp.data.map((item: any) => {
return resp.data.slice(0, 10).map((item: any) => {
return {
params: {
version: item.version,