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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user