diff --git a/src/forge/Source/Index.jsx b/src/forge/Source/Index.jsx index 815f52b6c..a4284827e 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';