@peninsula-med/beisen-ehr-plugin 1.1.4 → 1.1.6

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
@@ -4,6 +4,28 @@
4
4
 
5
5
  ## 快速开始
6
6
 
7
+ ### 重要提示
8
+
9
+ 安装后需要在配置文件中启用工具,在 `~/.openclaw/openclaw.json` 中添加:
10
+
11
+ ```json
12
+ {
13
+ "tools": {
14
+ "allow": ["beisen_submit_overtime", "beisen_get_leave_balance", "beisen_query_attendance", "beisen_get_approval_status"]
15
+ }
16
+ }
17
+ ```
18
+
19
+ 或者启用整个插件的所有工具:
20
+
21
+ ```json
22
+ {
23
+ "tools": {
24
+ "allow": ["beisen-ehr-plugin"]
25
+ }
26
+ }
27
+ ```
28
+
7
29
  ### 方式一:使用配置向导(推荐)
8
30
 
9
31
  ```bash
package/dist/index.cjs.js CHANGED
@@ -3461,7 +3461,7 @@ const Type = TypeBuilder;
3461
3461
  */
3462
3462
  // 插件元数据
3463
3463
  const pluginId = 'beisen-ehr-plugin';
3464
- const pluginVersion = '1.1.3';
3464
+ const pluginVersion = '1.1.6';
3465
3465
  /**
3466
3466
  * 默认配置
3467
3467
  */