openclaw-sync-assistant 0.0.9 → 0.0.11
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/index.js +1 -5
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -31,12 +31,8 @@ module.exports = {
|
|
|
31
31
|
|
|
32
32
|
// 如果未配置,则在安装/首次加载时触发引导向导
|
|
33
33
|
if (!hasConfigured) {
|
|
34
|
-
await
|
|
34
|
+
await module.exports.runSetupWizard(context);
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
// 根据模式启动后台服务的逻辑占位
|
|
38
|
-
// if (config.syncMethod === 'p2p') startP2PService(context);
|
|
39
|
-
// else if (config.syncMethod === 'github') startGitSyncService(context);
|
|
40
36
|
},
|
|
41
37
|
|
|
42
38
|
/**
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED