WechatOnCloud/fnos/woc/wizard/install
Kris e35f1d64cf feat: 初始化项目,添加完整的微信云部署方案与面板实现
包含以下核心内容:
1.  完整的Docker容器化部署方案,支持多架构amd64/arm64
2.  自研Web管理面板,包含登录认证、实例管理、权限控制
3.  微信实例容器镜像,内置中文字体与输入法修复
4.  飞牛OS应用打包适配
5.  完整的文档与运维指南
2026-07-05 03:50:30 +08:00

38 lines
895 B
Plaintext

[
{
"stepTitle": "管理员账号",
"items": [
{
"type": "string",
"field": "WOC_USER",
"label": "管理员用户名",
"defaultValue": "admin",
"rules": [{ "required": true, "message": "请输入管理员用户名" }]
},
{
"type": "password",
"field": "WOC_PASSWORD",
"label": "管理员密码(务必修改默认值)",
"rules": [{ "required": true, "message": "请输入管理员密码" }]
}
]
},
{
"stepTitle": "运行参数",
"items": [
{
"type": "string",
"field": "WOC_HTTP_PORT",
"label": "对外访问端口",
"defaultValue": "36080"
},
{
"type": "string",
"field": "WOC_VERSION",
"label": "镜像版本(建议钉到具体版本)",
"defaultValue": "latest"
}
]
}
]