添加 'data/fields/dronesstationmode.json'

This commit is contained in:
2024-08-05 11:37:17 +08:00
parent 4e5d4e92e1
commit 058d7f2e4c

View File

@@ -0,0 +1,12 @@
{
"key": "dronesstationmode",
"type": "combo",
"label": "dronesstationmode",
"strings": {
"options": {
"A": "A",
"B": "B",
"C": "C"
}
}
}