mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
UPDATE README.md
This commit is contained in:
parent
d2dccfebc5
commit
6c93769838
@ -280,6 +280,7 @@ PS: **ARM平台** 请使用全量版 同时 **如果你的机器 RAM < 1G 可能
|
|||||||
### 2022/8/22
|
### 2022/8/22
|
||||||
|
|
||||||
* 修复首次安装时词条旧表出错(因为根本就没有这张表!)
|
* 修复首次安装时词条旧表出错(因为根本就没有这张表!)
|
||||||
|
* 取消配置替换定时任务,统一存储
|
||||||
* 对米游社cookie进行判断,整合米游社签到信息 [@pull/1014](https://github.com/HibiKier/zhenxun_bot/pull/1014)
|
* 对米游社cookie进行判断,整合米游社签到信息 [@pull/1014](https://github.com/HibiKier/zhenxun_bot/pull/1014)
|
||||||
* 修正尘歌壶和质变仪图片获取地址 [@pull/1010](https://github.com/HibiKier/zhenxun_bot/pull/1010)
|
* 修正尘歌壶和质变仪图片获取地址 [@pull/1010](https://github.com/HibiKier/zhenxun_bot/pull/1010)
|
||||||
* 修复词库问答 **很多** 问题[@pull/1012](https://github.com/HibiKier/zhenxun_bot/pull/1012)
|
* 修复词库问答 **很多** 问题[@pull/1012](https://github.com/HibiKier/zhenxun_bot/pull/1012)
|
||||||
|
|||||||
@ -53,8 +53,6 @@ async def _(event: MessageEvent, state: T_State, arg: Message = CommandArg()):
|
|||||||
if img_list:
|
if img_list:
|
||||||
state["img_list"] = arg
|
state["img_list"] = arg
|
||||||
|
|
||||||
print(Config.get_config("image_management", "IMAGE_DIR_LIST"))
|
|
||||||
|
|
||||||
|
|
||||||
@upload_img.got(
|
@upload_img.got(
|
||||||
"path",
|
"path",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user