fix(qqbot): add stream config (#63746)

This commit is contained in:
Sliverp
2026-04-09 21:23:33 +08:00
committed by GitHub
parent 604777e441
commit 65b781f9ae
5 changed files with 41 additions and 1 deletions

View File

@@ -100,6 +100,17 @@
"upgradeMode": {
"type": "string",
"enum": ["doc", "hot-reload"]
},
"streaming": {
"type": "object",
"additionalProperties": false,
"properties": {
"mode": {
"type": "string",
"enum": ["off", "partial"],
"default": "partial"
}
}
}
}
}
@@ -129,6 +140,17 @@
"type": "string",
"enum": ["doc", "hot-reload"]
},
"streaming": {
"type": "object",
"additionalProperties": false,
"properties": {
"mode": {
"type": "string",
"enum": ["off", "partial"],
"default": "partial"
}
}
},
"accounts": {
"type": "object",
"additionalProperties": {