资源库不需要按引用次数排序
This commit is contained in:
parent
dc05f9ce35
commit
5477c41f78
|
@ -12,8 +12,7 @@ import axios from 'axios';
|
||||||
const { Search } = Input;
|
const { Search } = Input;
|
||||||
const sort = [
|
const sort = [
|
||||||
"按上传时间排序",
|
"按上传时间排序",
|
||||||
"按下载次数排序",
|
"按下载次数排序"
|
||||||
"按引用排序"
|
|
||||||
]
|
]
|
||||||
const limit = 15;
|
const limit = 15;
|
||||||
const https = 'https://testfiles.trustie.net';
|
const https = 'https://testfiles.trustie.net';
|
||||||
|
|
Loading…
Reference in New Issue