generated from LiteLoaderQQNT/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ad8fe2
commit 29a1b8c
Showing
1 changed file
with
6 additions
and
3 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,4 +1,7 @@ | ||
### 修复 | ||
|
||
- #261 在启用消息靠左功能后气泡插入位置错误的问题 | ||
- 阻止撤回功能图片下载模块无法正确下载图片的问题,目前大部分图片需要配置 `自定义rkey获取地址` 后才能正常下载 | ||
|
||
> [!NOTE] | ||
> 目前可以通过 `插件配置>自定义rkey获取地址` 功能来使阻止撤回和图片搜索功能恢复正常,前提是需要用户自行搭建此服务,\ | ||
> 该功能依赖于 [Lagrange.Core](https://github.com/linyuchen/Lagrange.Core) 的 [Operation("get_rkey")](https://github.com/linyuchen/Lagrange.Core/blob/dca7d569d0dd05d3f031e8cd5893bb2d1bfab65d/Lagrange.OneBot/Core/Operation/Generic/FetchRkeyOperation.cs#L8) \ | ||
> 接口,可在请求返回中添加 `expired_time` 属性用于避免频繁更新 \ | ||
> 针对此功能的逻辑在 [getRkey.js](https://github.com/xiyuesaves/LiteLoaderQQNT-lite_tools/blob/v4/src/main_modules/getRkey.js) 模块中 |