-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 支持自动更新抽卡记录链接 - 支持自动下载资源文件 - 支持导出链接或 Cookie - 移除腾讯云 COS 发送私聊文件 - 完善代码注释与类型检查
- Loading branch information
1 parent
a8f6a6a
commit e2f38f3
Showing
12 changed files
with
1,108 additions
and
930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
resources_dir="/path/to/resources" | ||
gachalogs_safe_group=[987654321,123456789] | ||
gacha_expire_sec=3600 | ||
cos_bucket_name="bot-121389999" | ||
cos_bucket_region="ap-shanghai" | ||
cos_secret_id="AKIDxxxxxxxxx" | ||
cos_secret_key="asdfghjklasdfghjklxxx" | ||
resources_dir="/path/to/data" | ||
gachalogs_font="/path/to/data/fonts/pillow_use.ttf" | ||
gachalogs_pie_font="/path/to/data/fonts/matplotlib_use.ttf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.