创建仓库

This commit is contained in:
zw
2025-08-01 13:59:30 +08:00
parent 7f6dbe8feb
commit 4c0d5dbd75
85 changed files with 3219 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"groups": [
{
"name": "chat",
"type": "vvpkassistant.Data.WxChatParam",
"sourceType": "vvpkassistant.Data.WxChatParam"
}
],
"properties": [
{
"name": "chat.app-id",
"type": "java.lang.String",
"sourceType": "vvpkassistant.Data.WxChatParam"
},
{
"name": "chat.app-key",
"type": "java.lang.String",
"sourceType": "vvpkassistant.Data.WxChatParam"
}
],
"hints": []
}