From 80dace18e9fe0dbc4c17e93d28de9d26d203621f Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 14 Apr 2021 10:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BA=93=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=8C=89=E5=BC=95=E7=94=A8=E6=AC=A1=E6=95=B0=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Source/Index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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';