jeechoul
jeechoul
因为没有APP,我是添加快捷方式到桌面,默认的ICO图标像换成自己喜欢的
个人使用,提交后还需要多做一步去后台通过审核,可否设置一个开关提交后直接就是“已发布”状态
https://webstack.iotheme.cn/contribute 这个页面
### Code that causes the issue delmsg = await client.delete_messages(chat_id, message_id) if delmsg: #ok # print(f"成功删除 chat_id: {chat_id}, message_id: {message_id} 的消息") return True else: return False ### Expected behavior i...
### Issues - [x] I have browsed through the Issues. 我已浏览过Issues,确定没有重复提问。 ### Umi-OCR version 程序版本 latest ### Windows version 系统版本 debian ### OCR plugins Used 使用的OCR插件 ChineseOCR ### Reproduction steps...