资源库不需要按引用次数排序

This commit is contained in:
caishi 2021-04-14 10:28:43 +08:00
parent dc05f9ce35
commit 5477c41f78
1 changed files with 1 additions and 2 deletions

View File

@ -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';