diff --git a/registry/catalog.v1.json b/registry/catalog.v1.json index 1443618..87d9a04 100644 --- a/registry/catalog.v1.json +++ b/registry/catalog.v1.json @@ -18,6 +18,24 @@ "trust": "third-party", "type": "external-adapter" }, + { + "details": "extensions/369431.wechat-recording-bot.json", + "detailsSha256": "1b84a2e7482b4de46cb461e6aadb85e15ad6aab4931e9e5e16691a99570b6c44", + "id": "369431.wechat-recording-bot", + "latestVersion": "1.0.0", + "name": "PackingProof 微信录像机器人", + "publisher": { + "displayName": "369431", + "id": "369431" + }, + "riskLabels": [ + "external-program" + ], + "sourceAvailability": "open-source", + "summary": "在企业微信群发送快递单号即可查询并回传打包录像,频道化架构可扩展接入更多聊天平台", + "trust": "third-party", + "type": "external-adapter" + }, { "details": "extensions/packingproof.kdzs.json", "detailsSha256": "6d7de27b65f87ec29a777766a26727f0d0ce973147fd97999b5035c947e50be1", @@ -54,6 +72,6 @@ } ], "schemaVersion": 1, - "sourceDigest": "e1863a7fcf71349f79ad3fdab0f53d104fe0af19c3a1041a90d29c11df6f2e58", - "updatedAt": "2026-08-31T12:50:23+08:00" + "sourceDigest": "fdb9feb482574025a35aed18f460e5c5db59fed935e2d5aababbdb132cc115ac", + "updatedAt": "2026-09-05T16:08:09Z" } diff --git a/registry/catalog.v1.sig b/registry/catalog.v1.sig index 2bed949..95ac752 100644 --- a/registry/catalog.v1.sig +++ b/registry/catalog.v1.sig @@ -1,7 +1,7 @@ { "algorithm": "ECDSA-P256-SHA256", - "catalogSha256": "85a53be3ea30aec29452636a3b25cc3fc6af95e309df0a160cbf6db5802ccadf", + "catalogSha256": "da8e55ec8beb0dd89d26d1c0be99c0f3bfbfb313037d4df5ea5dab1c34d3c02c", "keyId": "6d14589c4a213deb", "schemaVersion": 1, - "signature": "uEwB0/76QzQGMacQC1S8xOSi4SWsA7pHE1y3JNGyRJs+Xdcxx2OnyGlLfnC8040VZ72eWKzV48M1KdcbidtSeg==" + "signature": "Qz0w3TkiMSndI1crD70JH0rSZmf26qJV6ADHtTqM2jCk5M1nhYa3mBLEZYeI7ncrcoApKc9BabEQKfALLwUhxA==" } diff --git a/registry/extensions/369431.wechat-recording-bot.json b/registry/extensions/369431.wechat-recording-bot.json new file mode 100644 index 0000000..54f0e43 --- /dev/null +++ b/registry/extensions/369431.wechat-recording-bot.json @@ -0,0 +1,80 @@ +{ + "extension": { + "description": "连接 PackingProof 与企业微信智能机器人。群内 @机器人发送快递单号,机器人通过扩展 API v1 查询录像;未超限直接下载原片,超过平台上限时请求主机生成受控转码副本并逐段回传群聊。核心流程与聊天平台解耦,内置企业微信与本地调试频道,可按频道契约扩展接入新平台。仅通过扩展 API 通信,不读取数据库、录像目录或 NAS 凭据。", + "homepage": "https://github.com/369431/gProof-WechatRecordingBot", + "id": "369431.wechat-recording-bot", + "license": { + "sourceUrl": "https://github.com/369431/gProof-WechatRecordingBot/blob/main/LICENSE", + "spdx": "AGPL-3.0-only" + }, + "name": "PackingProof 微信录像机器人", + "publisherId": "369431", + "releaseSources": [ + { + "name": "gProof-WechatRecordingBot", + "owner": "369431", + "provider": "github" + } + ], + "repository": { + "name": "gProof-WechatRecordingBot", + "owner": "369431", + "provider": "github" + }, + "schemaVersion": 1, + "sourceAvailability": "open-source", + "summary": "在企业微信群发送快递单号即可查询并回传打包录像,频道化架构可扩展接入更多聊天平台", + "type": "external-adapter" + }, + "publisher": { + "accounts": { + "github": "369431" + }, + "displayName": "369431", + "homepage": "https://github.com/369431", + "id": "369431", + "schemaVersion": 1 + }, + "riskLabels": [ + "external-program" + ], + "schemaVersion": 1, + "trust": "third-party", + "versions": [ + { + "advisory": null, + "release": { + "access": { + "packingProofCapabilities": [], + "packingProofPermissions": [], + "systemAccess": [] + }, + "compatibility": { + "minPackingProofVersion": "0.0.63", + "platforms": { + "windows": [ + "any" + ] + } + }, + "downloads": { + "github": { + "provider": "github", + "url": "https://github.com/369431/gProof-WechatRecordingBot/releases/download/v1.0.0/369431.wechat-recording-bot-1.0.0.ppext" + } + }, + "extensionId": "369431.wechat-recording-bot", + "publishedAt": "2026-09-05T16:08:09Z", + "schemaVersion": 1, + "sha256": "045500fed4de1cf57a5ad1aa77dc1310b2b9c0ff9549df861c576ad3cd19dd28", + "size": 31806, + "source": { + "commit": "9a15c990ea74fcef055ddeda71e37cca54f56fe7", + "tag": "v1.0.0" + }, + "version": "1.0.0" + }, + "status": "available" + } + ] +}