34 lines
916 B
Plaintext
34 lines
916 B
Plaintext
[
|
||
{
|
||
"stepTitle": "ImageFind 访问方式",
|
||
"items": [
|
||
{
|
||
"type": "tips",
|
||
"helpText": "飞牛桌面始终通过统一网关访问。需要继续使用 http://NAS_IP:8765 或 REST API 客户端时,可额外开启直接访问。"
|
||
},
|
||
{
|
||
"type": "switch",
|
||
"field": "wizard_direct_access",
|
||
"label": "启用直接 Web/API 访问",
|
||
"initValue": "false"
|
||
},
|
||
{
|
||
"type": "text",
|
||
"field": "wizard_direct_port",
|
||
"label": "直接访问端口",
|
||
"initValue": "8765",
|
||
"rules": [
|
||
{
|
||
"required": true,
|
||
"message": "请输入端口"
|
||
},
|
||
{
|
||
"pattern": "^(?:[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$",
|
||
"message": "请输入 1–65535 之间的端口"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|