NumberSir / nonebot_plugin_arktools

基于 OneBot 适配器的 NoneBot2 明日方舟小工具箱插件
MIT License
69 stars 15 forks source link

配置项出错 #29

Closed AquamarineCyan closed 1 year ago

AquamarineCyan commented 1 year ago

.env 配置项

# 具体见 https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list
arknights_baidu_app_id="xxx"    # 【必填】百度 OCR APP ID
arknights_baidu_api_key="xxx"   # 【必填】百度 OCR API KEY
github_raw="xxx"   # 默认为 https://raw.githubusercontent.com,如有镜像源可以替换
github_site="xxx"  # 默认为 https://github.com,如有镜像源可以替换
...

arknights_baidu_app_id 实际为API Key arknights_baidu_api_key 实际为 Secret Key

本地测试已通过

NumberSir commented 1 year ago
https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list

已修改为 ..._api_key..._secret_key