@honor-claw/yoyo 1.3.0-beta.9 → 1.3.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/dist/utils/version.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//#region src/utils/version.ts
|
|
2
2
|
var e = null;
|
|
3
3
|
function t() {
|
|
4
|
-
return e === null && (e = "1.3.0
|
|
4
|
+
return e === null && (e = "1.3.0".includes("beta") || "1.3.0".includes("alpha")), !!e;
|
|
5
5
|
}
|
|
6
6
|
//#endregion
|
|
7
7
|
export { t as isBetaVersion };
|
package/package.json
CHANGED
|
@@ -145,8 +145,7 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
|
|
|
145
145
|
|
|
146
146
|
| 工具名称 | 工具说明 | 支持的设备ID列表 (nodeID, 逗号分隔) |
|
|
147
147
|
| ------- | ------- | --------------- |
|
|
148
|
-
|
|
149
|
-
<!-- yoyo-mcp-tools:end -->
|
|
148
|
+
{{full-mcp-tool-list}}
|
|
150
149
|
|
|
151
150
|
**当工具支持的设备ID列表中包含当前设备ID时,该工具才可被调用。**
|
|
152
151
|
|