diff --git a/src/forge/Source/Index.jsx b/src/forge/Source/Index.jsx index f3c68217c..e754c7eea 100644 --- a/src/forge/Source/Index.jsx +++ b/src/forge/Source/Index.jsx @@ -12,8 +12,7 @@ import axios from 'axios'; const { Search } = Input; const sort = [ "按上传时间排序", - "按下载次数排序", - "按引用排序" + "按下载次数排序" ] const limit = 15; const https = 'https://testfiles.trustie.net';