1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 08:39:56 +00:00
This commit is contained in:
Silent YANG 2024-06-09 18:57:18 +08:00
parent 477f0a1eed
commit c3c5f1a08f

View file

@ -70,7 +70,7 @@ onMounted(async () => {
let functions = await (await fetch('https://k5.vicicode.com/diyapi/function.json?v=' + (new Date()).getTime())).text()
functions = JSON.parse(functions)
let _newfunc: any = []
let _showSort = []
let _showSort: any = []
functions.map((e: any) => {
_newfunc[e[e.length - 1] - 1] = e
_showSort.push(e[e.length - 1] - 1)