fix: 修复子字段值为空时导致字段丢失的问题

This commit is contained in:
Junyan Qin
2024-10-16 16:08:58 +08:00
parent a313ae5f97
commit 3db52282b8
5 changed files with 56 additions and 31 deletions
+3 -1
View File
@@ -5,6 +5,7 @@
"platform-adapters": {
"type": "array",
"title": "消息平台适配器",
"default": {},
"items": {
"type": "object",
"oneOf": [
@@ -236,7 +237,8 @@
},
"font-path": {
"type": "string",
"description": "image的渲染字体。未设置时,如果在windows下,会尝试寻找系统的微软雅黑字体,若找不到,则转为forward策略。未设置时,若不是windows系统,则直接转为forward策略"
"description": "image的渲染字体。未设置时,如果在windows下,会尝试寻找系统的微软雅黑字体,若找不到,则转为forward策略。未设置时,若不是windows系统,则直接转为forward策略",
"default": ""
}
}
},