feat(config): 添加 anosu随机图 API 配置在 api_config_example.py 文件中添加了 anosu 随机图的 API 配置项

(cherry picked from commit 8c9d0380dd)
This commit is contained in:
SlyAimer 2025-03-14 11:23:33 +08:00
parent fad831c912
commit 8f521145bb

View file

@ -12,6 +12,9 @@ smms_image_upload_history= "https://sm.ms/api/v2/upload_history" # sm.ms图床
ju_he_token= "<KEY>" # 聚合图床的token ju_he_token= "<KEY>" # 聚合图床的token
ju_he_image_list= "https://api.superbed.cn/timeline" # 聚合图床获取上传图片历史API地址 ju_he_image_list= "https://api.superbed.cn/timeline" # 聚合图床获取上传图片历史API地址
#随机图 anosu
anosu_url = "https://image.anosu.top/pixiv/json"
""" """
AI AI
""" """