@peninsula-med/beisen-ehr-plugin 1.1.0 → 1.1.2
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/openclaw.plugin.json +1 -3
- package/package.json +1 -1
- package/scripts/configure.js +2 -2
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/scripts/configure.js
CHANGED
|
@@ -74,9 +74,9 @@ async function main() {
|
|
|
74
74
|
email: email.trim(),
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
//
|
|
77
|
+
// 查找配置文件(OpenClaw 使用 openclaw.json)
|
|
78
78
|
const homeDir = os.homedir();
|
|
79
|
-
const configPath = path.join(homeDir, '.openclaw', '
|
|
79
|
+
const configPath = path.join(homeDir, '.openclaw', 'openclaw.json');
|
|
80
80
|
|
|
81
81
|
console.log('✅ 配置信息验证通过');
|
|
82
82
|
console.log('');
|