From 8f521145bb689cb0487bdff74199facf18f29ded Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Fri, 14 Mar 2025 11:23:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=20anosu?= =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E5=9B=BE=20API=20=E9=85=8D=E7=BD=AE=E5=9C=A8?= =?UTF-8?q?=20api=5Fconfig=5Fexample.py=20=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=20anosu=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E5=9B=BE=E7=9A=84=20API=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8c9d0380dd0448804b3a17949edac83d36fc6964) --- src/configs/api_config_example.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configs/api_config_example.py b/src/configs/api_config_example.py index a728334..bfa2a00 100644 --- a/src/configs/api_config_example.py +++ b/src/configs/api_config_example.py @@ -12,6 +12,9 @@ smms_image_upload_history= "https://sm.ms/api/v2/upload_history" # sm.ms图床 ju_he_token= "" # 聚合图床的token ju_he_image_list= "https://api.superbed.cn/timeline" # 聚合图床获取上传图片历史API地址 +#随机图 anosu +anosu_url = "https://image.anosu.top/pixiv/json" + """ AI """