mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 08:39:56 +00:00
update
This commit is contained in:
parent
477f0a1eed
commit
c3c5f1a08f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue