feat: add ImageFind application and release pipelines

This commit is contained in:
2026-08-11 18:02:40 +08:00
commit 16239d7525
270 changed files with 59163 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
[
{
"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 之间的端口"
}
]
}
]
}
]