1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-26 22:00:28 +08:00

optimize delfile in filelist & prepare for analyze

This commit is contained in:
源文雨
2023-03-15 20:44:19 +08:00
parent 8a63418dab
commit feca597c14
3 changed files with 23 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
import { randomInt } from 'crypto'
import { MockMethod } from 'vite-plugin-mock'
import { resultError, resultSuccess, getRequestToken, requestParams } from '../_util'
@@ -16,7 +15,7 @@ function createFileList() {
questions: 10,
author: '课程组长',
datetime: '2020-11-26 17:39',
percent: randomInt(0, 100) + 1,
percent: 0,
})
}
return lst