From 7c47e946e5cb578284256aab575d7088120f9a61 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 29 Aug 2022 15:58:42 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9DAdd=20option=20to=20change=20API=20?= =?UTF-8?q?url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ini b/config.ini index 25408f5..2c14282 100644 --- a/config.ini +++ b/config.ini @@ -11,6 +11,8 @@ Http_proxy = http://45.167.124.5:9992 Https_proxy = https://45.167.124.5:9992 [Web_API] +# API链接 如:http://127.0.0.1:2333 或 http://api.douyin.wtf (末尾不要留斜杠) +URL = http://api.douyin.wtf # API默认运行端口 Port = 2333 # 是否启用API的/video功能