项目合并为单仓库:设备端(根) + 管理端(control/)。 两端 git 历史完整保留(git subtree 合并)。 git-subtree-dir: control git-subtree-mainline:923ab10d5cgit-subtree-split:70738edb31
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"name": "test-template",
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"fps": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"body": {
|
|
"global": {
|
|
"fps": "{{fps}}"
|
|
}
|
|
}
|
|
} |