node-karin 1.3.14 → 1.3.17
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 +34 -0
- package/dist/index.d.ts +2026 -1892
- package/dist/index.js +1043 -563
- package/dist/web/assets/index-BAH_YkG3.js +1 -0
- package/dist/web/assets/index-C-B8C59Q.js +1 -0
- package/dist/web/assets/index-C_Dj3lRc.js +445 -0
- package/dist/web/assets/index-Qf-xPnsA.css +7 -0
- package/dist/web/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +0 -0
- package/dist/web/icon.css +25 -0
- package/dist/web/index.html +20 -19
- package/package.json +2 -2
- package/dist/web/assets/index-BEt021xL.css +0 -7
- package/dist/web/assets/index-C26nyH7M.js +0 -1
- package/dist/web/assets/index-CyLelSAM.js +0 -458
- package/dist/web/assets/index-RLVRpi3L.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.3.17](https://github.com/KarinJS/Karin/compare/core-v1.3.16...core-v1.3.17) (2025-02-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 完善未匹配到插件的hook ([ba1869c](https://github.com/KarinJS/Karin/commit/ba1869c25d072be5832b26a7e0e0cd6602cabb8f))
|
|
9
|
+
* 完善消息hooks ([0896237](https://github.com/KarinJS/Karin/commit/089623798bc508eca0753cd6cac108f3585c9654))
|
|
10
|
+
* 完善消息发送hook ([cb65ebe](https://github.com/KarinJS/Karin/commit/cb65ebeff4242b8d320d5bac4f9e3977cda2732c))
|
|
11
|
+
|
|
12
|
+
## [1.3.16](https://github.com/KarinJS/Karin/compare/core-v1.3.15...core-v1.3.16) (2025-02-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
* ci ([7606096](https://github.com/KarinJS/Karin/commit/76060969ea778e9a79543514a2fa1f45a0d2ea3a))
|
|
18
|
+
|
|
19
|
+
## [1.3.15](https://github.com/KarinJS/Karin/compare/core-v1.3.14...core-v1.3.15) (2025-02-23)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### 🐛 Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 补充api 获取本地插件列表 ([181daf6](https://github.com/KarinJS/Karin/commit/181daf6e8ac3ca7acb41853c51e21d2c4d1b7310))
|
|
25
|
+
* 重构插件配置页面 ([47f423e](https://github.com/KarinJS/Karin/commit/47f423e37e748dee9c83ee6fa38c913e1d126545))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### 💄 Styles
|
|
29
|
+
|
|
30
|
+
* 手风琴pro ([1cc4085](https://github.com/KarinJS/Karin/commit/1cc40855c88e67be5f9cb5bd993fc9db9ddce24a))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### ✅ Tests
|
|
34
|
+
|
|
35
|
+
* 重构插件配置组件 ([e49fde0](https://github.com/KarinJS/Karin/commit/e49fde0dae4c97e7f720e8dfa849362eef38a33e))
|
|
36
|
+
|
|
3
37
|
## [1.3.14](https://github.com/KarinJS/Karin/compare/core-v1.3.13...core-v1.3.14) (2025-02-18)
|
|
4
38
|
|
|
5
39
|
|