mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
feat(config): 添加 anosu随机图 API 配置在 api_config_example.py 文件中添加了 anosu 随机图的 API 配置项
(cherry picked from commit 8c9d0380dd)
This commit is contained in:
parent
fad831c912
commit
8f521145bb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue