@sjtdev/koishi-plugin-dota2tracker 2.5.8 → 2.6.0
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 +32 -0
- package/lib/index.js +445 -285
- package/lib/templates/hero/hero_1/base.css +1 -1
- package/lib/templates/hero/hero_1.ejs +3 -28
- package/lib/templates/player/player_1.ejs +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [2.6.0](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.5.9...v2.6.0) (2026-04-09)
|
|
4
|
+
|
|
5
|
+
### ✨ 新增功能
|
|
6
|
+
|
|
7
|
+
* **commands/query-hero:** 现在会在英雄模板中展示英雄面板、天赋、技能改动历史,提供配置项修改获取的版本范围 ([3357f28](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/3357f28b4ede94b55e57248c747f7e29a1c935db))
|
|
8
|
+
|
|
9
|
+
### 🚀 功能优化
|
|
10
|
+
|
|
11
|
+
* **templates/hero_1:** 现在在模板底部显示生成版本与时间 ([b89ab6c](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/b89ab6c192199f8cafe0339b3270b182e87e0d40))
|
|
12
|
+
|
|
13
|
+
### 🐛 Bug 修复
|
|
14
|
+
|
|
15
|
+
* **templates/player_1:** 修复玩家模板因命石相关代码删除导致位置图标显示失败 ([1198d42](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/1198d42646fd4cba2a043f0cec7ce75202f99699))
|
|
16
|
+
|
|
17
|
+
### 📝 文档
|
|
18
|
+
|
|
19
|
+
* 重建新版展示图 ([a487cec](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/a487cecd0f7f57fa73c5eb0eb2868bacfa435db7))
|
|
20
|
+
|
|
21
|
+
### [2.5.9](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.5.8...v2.5.9) (2026-04-06)
|
|
22
|
+
|
|
23
|
+
### 🚀 功能优化
|
|
24
|
+
|
|
25
|
+
* **hero:** 重构精简数据处理逻辑,并进一步解决部分情况下的异常显示问题 ([a2dd5d4](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/a2dd5d4143b49ace1254031b43bd5c2f6b9a5a7c))
|
|
26
|
+
|
|
27
|
+
### 🎨 样式
|
|
28
|
+
|
|
29
|
+
* **templates/hero:** 微调样式 ([89523c2](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/89523c2353f7f4166674dd21d322cda82cad9584))
|
|
30
|
+
|
|
31
|
+
### 🐛 Bug 修复
|
|
32
|
+
|
|
33
|
+
* **weekly-report:** 修复文件名不匹配导致的周报发送失败的问题 ([1ed3270](https://github.com/sjtdev/koishi-plugin-dota2tracker/commit/1ed3270122987e0924176b04fb8d5f537f9a5048)), closes [#19](https://github.com/sjtdev/koishi-plugin-dota2tracker/issues/19)
|
|
34
|
+
|
|
3
35
|
### [2.5.8](https://github.com/sjtdev/koishi-plugin-dota2tracker/compare/v2.5.7...v2.5.8) (2026-03-31)
|
|
4
36
|
|
|
5
37
|
### 🚀 功能优化
|