-
Notifications
You must be signed in to change notification settings - Fork 4
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
4864d13
commit 07b0a81
Showing
2 changed files
with
23 additions
and
8 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: Kabuda-czh | ||
* @Date: 2023-01-29 14:28:53 | ||
* @LastEditors: Kabuda-czh [email protected] | ||
* @LastEditTime: 2023-08-30 20:13:45 | ||
* @LastEditTime: 2023-08-30 20:46:06 | ||
* @FilePath: \KBot-App\plugins\kbot\src\index.ts | ||
* @Description: | ||
* | ||
|
@@ -82,17 +82,32 @@ svg text { | |
<text x="0" y="70%"> Koishi-Plugin-KBot </text> | ||
</svg> | ||
# KBot v1.1.1 更新日志 | ||
# KBot v1.1.2 更新日志 | ||
## Note | ||
- 修复 \`guildmanage\` 插件异常问题 | ||
- 修复 \`bilibili\` 插件判断逻辑问题 | ||
- 修复 \`guildmanage\` 插件问题 | ||
- 修复 \`bilibili\` 插件问题 | ||
- 修复 \`twitter\` 插件问题 | ||
- 重构文件路径方法 | ||
- 更新 \`download\` 的路径下载 | ||
- 更新插件首页显示小动画, 以及部分内容 | ||
## Bug Fix | ||
- 修复 \`guildmanage\` 因为数据结构错误问题, 导致 \`WebUI\` 中无法正常使用屏蔽词和加群校验设置 | ||
- 修复 \`bilibili\` 因为判断 \`code\` 出现问题, 导致未能正确提供报错信息 | ||
详细更新日志请看: [Release](https://github.com/Kabuda-czh/koishi-plugin-kbot/releases/tag/1.1.1) | ||
- 修复 \`guildmanage\` 因为 ref 绑定错误导致对应按钮无法打开 | ||
- 修复 \`guildmanage\` 监听 \`message\` 问题 | ||
- 修复文件路径, 使用单例模式来创建对应路径, 以及增加判断 \`kbot\` 文件夹 | ||
- 修复 \`bilibili\` 增加在 \`pptr\` 中, 跳转到网页后使用自带 \`cookie\` 的功能 | ||
- 修复 \`bilibili\` 对于 \`vup\` 以及 \`danmu\` 功能, 在关闭图片功能中, 无法正确使用的情况, 增加了单独使用图片的方法 | ||
- 在 \`bilibili\` 中, 增加 \`try-catch\` 对于渲染动态的报错捕获 | ||
## Feature | ||
- 更改 \`download\` 文件下载的对应文件路径包 | ||
- 更新插件配置页面的小动画以及部分内容 | ||
详细更新日志请看: [Release](https://github.com/Kabuda-czh/koishi-plugin-kbot/releases/tag/1.1.2) | ||
## 如果你觉得这个插件还不错, 可以考虑支持一下我 | ||
## [爱发电](https://afdian.net/a/kbd-dev) | ||
|