From dca0529e73e7fd4ac22822a8decb376c154fa7df Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Tue, 5 Aug 2025 02:16:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=A4=9A=E4=B8=AA=20?= =?UTF-8?q?API=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 multiple.json 文件,包含多个 API 配置 - 包含三个 API 配置,分别是 Private、PizazzGY 和 Adult --- multiple.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 multiple.json diff --git a/multiple.json b/multiple.json new file mode 100644 index 0000000..5e9edd7 --- /dev/null +++ b/multiple.json @@ -0,0 +1,16 @@ +{ + "urls": [ + { + "url": "http://104.168.19.207:3000/lwang/tvbox/raw/branch/main/api.json", + "name": "🏡Private" + }, + { + "url": "http://47.106.254.96:9120/d/home/TVBox/PizazzGY/TVBox/api.json", + "name": "🚀PizazzGY" + }, + { + "url": "http://104.168.19.207:3000/lwang/tvbox/raw/branch/main/adult.json", + "name": "🔞Adult" + } + ] +} \ No newline at end of file