@peninsula-med/beisen-ehr-plugin 3.0.1 → 3.1.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/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # 北森 EHR 加班申请插件 v3.0.0 🐉
1
+ # 北森 EHR 加班申请插件 v3.1.0 🐉
2
2
 
3
3
  专注功能:**加班申请**
4
4
 
5
+ **新增**:SKILL.md 技能文档,AI 自动识别何时调用工具!
6
+
5
7
  ## 一键安装
6
8
 
7
9
  ```bash
@@ -2,6 +2,7 @@
2
2
  "id": "beisen-ehr-plugin",
3
3
  "name": "北森 EHR - 加班申请",
4
4
  "description": "北森 EHR 加班申请插件",
5
+ "skills": ["../beisen-ehr-skill"],
5
6
  "configSchema": {
6
7
  "type": "object",
7
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peninsula-med/beisen-ehr-plugin",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",