From 424bf3882f08ac61df75123a16f75f8c6b6803fa Mon Sep 17 00:00:00 2001 From: Yoursmile7 Date: Thu, 9 Feb 2023 03:48:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'sub'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub/alist.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/sub/alist.json b/sub/alist.json index 2bac505..5ca2f03 100644 --- a/sub/alist.json +++ b/sub/alist.json @@ -1,8 +1,15 @@ -[ - { - "name" : "🙋丫仙女", - "server" : "http://alist.xiaoya.pro", - "startPage" : "/", - "showAll" : false, - "search" : true - }] \ No newline at end of file +[{ + "name": "丫仙女", + "server": "http://alist.xiaoya.pro/", + "startPage": "/", + "showAll": false, + "search": true, + "params": { + "/abc": { + "password": "123" + }, + "/abc/abc": { + "password": "123" + } + } +}]