@sjtdev/koishi-plugin-dota2tracker 2.3.1 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # 更新日志
2
2
 
3
+ ### [2.3.3](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.3.2...v2.3.3) (2026-01-16)
4
+
5
+ ### ✨ 新增功能
6
+
7
+ * **command:** 新增`TaskMessenger`实现调用指令时在回复正文或错误信息后将**撤回/删除**如“正在查询****,请稍候……”之类的提示语句。 ([bc987d2](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/bc987d2b3ee2774d9f9cc1894892333a398629cf))
8
+ * **config/autoRecallTips:** 为新增的**提示消息撤回**功能添加配置项`autoRecallTips`,默认启用。 ([31e173a](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/31e173a2e47a5b5b92535e8a93f54514f2ef9890))
9
+
10
+ ### 🚀 功能优化
11
+
12
+ * **command/hero-of-the-day:** 适配提示消息撤回;增加了提示等待信息与错误提示信息。 ([43b9aa5](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/43b9aa5fd4364637148b34ff407f75faad0320ac))
13
+ * **command/query-hero:** 适配提示消息撤回;增加了查询失败的错误提示信息。 ([d7e577c](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/d7e577c749a19768f8852cbe9eacee24ffa9f150))
14
+ * **command/query-item:** 适配提示消息撤回;优化判断逻辑。 ([f3ae006](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/f3ae006eb93b49661cc10c58c201ffa279fb3462))
15
+ * **command/query-match:** 适配提示消息撤回;增加了查询失败时的错误提示信息。 ([b7a9d77](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/b7a9d774bd95ea0836bfe8d133a2c1a4a11c2050))
16
+ * **command/query-player:** 适配提示消息撤回;增加了查询失败时的错误提示信息。 ([476a7bc](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/476a7bc98fe275e3049e1f0f7a2efbee154e0699))
17
+ * **command/query-recent-match:** 适配提示消息撤回;优化了错误处理逻辑。 ([4ad88a3](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/4ad88a32f2bb9a053f757cda986c8fa6e4ceb27e))
18
+ * **configs:** 移除此前声明**已弃用**的配置项`suppressStratzNetworkErrors`。 ([f602ec3](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/f602ec34d8b5c37d9d936d82c9420e80ab1965a7))
19
+ * **console:** 移除**控制台**相关减小📦体积。想不到这玩意能做什么。 ([3002a03](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/3002a035adcdd87eb882c21ef32473bd167a521b))
20
+
21
+ ### 🐛 Bug 修复
22
+
23
+ * **templates/match_2+:** 尝试修复部分场景下t4时间标签错误显示的问题。 ([92f2521](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/92f2521f47a8483889ca632f4abed3f10ee64092))
24
+ * **templates/match_2+:** 使`opendota-adapter`支持使用**opendota数据源**时正确渲染小地图图标与时间 ([2bedf8d](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/2bedf8d10071b4043eece1e4431ce2bdf86460c8))
25
+ * **templates/match_2+:** 修复`v2.3.0`添加小地图后,未解析提示、opendota数据提示样式不正确的问题。 ([4559509](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/455950977cce0f51648f2378f4cb46a21f4361d1))
26
+
27
+ ### [2.3.2](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.3.1...v2.3.2) (2025-12-18)
28
+
29
+ ### 🚀 功能优化
30
+
31
+ * **templates/match_2+:** 更换至`7.40`版地图,并调整了建筑坐标使位置更合理;修复了部分近战/远程兵营位置错乱的问题。 ([cb88644](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/cb88644d0f519d44bc983f975d62c8aea33879eb))
32
+
33
+ ### 🐛 Bug 修复
34
+
35
+ * **locale:** 补充新英雄在`本地化`词典中的词条。 ([8a72813](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/8a728134e15ca1f570d06dd8c215c25fcab23286))
36
+
37
+ ### 📝 文档
38
+
39
+ * 更新图片构建、补充对`match_2+`的说明。 ([9193c21](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/9193c21981c5ced74f6c759c82f137871efd163c))
40
+
3
41
  ### [2.3.1](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.3.0...v2.3.1) (2025-12-17)
4
42
 
5
43
  ### 🐛 Bug 修复