Files
imagefind/fnos/wizard/config
T

34 lines
916 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"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": "请输入 165535 之间的端口"
}
]
}
]
}
]