mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 02:37:16 +08:00
feat: 优化跑分算法
This commit is contained in:
@@ -2,5 +2,5 @@ import { http } from '@/utils'
|
||||
|
||||
export default {
|
||||
// 运行评分
|
||||
test: (name: string, multi: boolean): any => http.Post('/toolbox_benchmark/test', { name, multi })
|
||||
test: (name: string): any => http.Post('/toolbox_benchmark/test', { name })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user