dwxh
dwxh
## Refer I was inspired by https://github.com/SuMaiKaDe/bot/tree/main/jbot: 1. He separated into two modules: 1. `bot`: There he realized` the functions he wants. 2. `diy`: There users who wants to add...
## Propagation First, I think propagation a **chain** that have same `EventBuilder`, but now `_event_builders` is a list, not server chains, so now it stop all the lasted handler. If...
Besides, I think if someone is in `conversation` with bot, the bot shouldn't response anything except the conversation, especially conv is `exclusive=True`. ~~~python async with client.conversation(...) as conv: await conv.send_message('Hey,...
Yes, the higher priority one is in front of the lower one (ordered firstly); if two have same priority, they could be run at random order(It means that we could...
Thanks for your time and efforts!
感谢pr。我周末看看,测试一下~
抱歉,我考虑了考虑,觉得直接在数据底层存储转换后的url不是很妥当,因为“自定义域名”的稳定性通常低于原始域名,当自定义域名出现问题时,已有的图片都不是很好使用。 https://github.com/Molunerfinn/PicGo/issues/1281#issuecomment-2408908096 已经向 PicGo 侧提供其他解决思路,还请稍后下那边的回复。 再次感谢你的工作。
> 另外,不知道是不是 GitLab 的机制问题,GitLab 不用 api 而用 token,上传日志说权限不够的,已经是按这里设置了。  这个我周末看看吧
> 另外,不知道是不是 GitLab 的机制问题,GitLab 不用 api 而用 token,上传日志说权限不够的,已经是按这里设置了。  https://docs.gitlab.com/ee/api/repository_files.html 按照官方最新说明,需要 “api" 权限,仅配置写仓库权限是不足的了。
参考这里 https://github.com/d-w-x/picgo-plugin-gitlab-files/pull/11#issuecomment-2408908722 。 一样的问题。实际上URL hack 应该是发生在导出图片链接时候的动作,而不应该是存储图片原始链接时候的动作。当前的实现都会导致直接存储重写后的路径。