first commit
All checks were successful
build / build (api, amd64, linux) (push) Successful in -47s
build / build (api, arm64, linux) (push) Successful in -48s
build / build (api.exe, amd64, windows) (push) Successful in -47s

This commit is contained in:
CN-JS-HuiBai
2026-04-17 09:49:16 +08:00
commit 1ed31b9292
73 changed files with 16458 additions and 0 deletions

View File

@@ -0,0 +1,99 @@
{
"name": "Nebula",
"description": "Nebula rebuilt user theme",
"version": "2.0.0",
"images": "",
"configs": [
{
"label": "主题配色",
"placeholder": "选择主题主色方案",
"field_name": "theme_color",
"field_type": "select",
"select_options": {
"aurora": "极光蓝",
"sunset": "日落橙",
"ember": "余烬红",
"violet": "星云紫"
},
"default_value": "aurora"
},
{
"label": "左侧自定义文字",
"placeholder": "显示在登录页左侧主视觉下方的大标题文案",
"field_name": "hero_slogan",
"field_type": "input"
},
{
"label": "登录欢迎目标文字",
"placeholder": "将显示为 WELCOME TO 下方的名称,例如 CloudYun",
"field_name": "welcome_target",
"field_type": "input"
},
{
"label": "注册标题",
"placeholder": "注册面板顶部标题文案",
"field_name": "register_title",
"field_type": "input"
},
{
"label": "登录页背景图地址",
"placeholder": "可选,填写外部背景图片链接",
"field_name": "background_url",
"field_type": "input"
},
{
"label": "指标接口域名",
"placeholder": "例如https://your-domain.com",
"field_name": "metrics_base_url",
"field_type": "input"
},
{
"label": "默认主题模式",
"placeholder": "选择默认显示的主题模式",
"field_name": "default_theme_mode",
"field_type": "select",
"select_options": {
"system": "跟随系统",
"dark": "黑夜模式",
"light": "白日模式"
},
"default_value": "system"
},
{
"label": "白日模式 Logo",
"placeholder": "白日模式下显示的 Logo 地址",
"field_name": "light_logo_url",
"field_type": "input"
},
{
"label": "黑夜模式 Logo",
"placeholder": "黑夜模式下显示的 Logo 地址",
"field_name": "dark_logo_url",
"field_type": "input"
},
{
"label": "ICP备案号",
"placeholder": "例如:粤 ICP 备 12345678 号",
"field_name": "icp_no",
"field_type": "input"
},
{
"label": "公安备案号",
"placeholder": "例如:粤公网安备 12345678901234 号",
"field_name": "psb_no",
"field_type": "input"
},
{
"label": "自定义 HTML",
"placeholder": "可选,用于统计代码或自定义挂件",
"field_name": "custom_html",
"field_type": "textarea"
},
{
"label": "静态资源 CDN 地址",
"placeholder": "例如https://cdn.example.com/nebula (末尾不要带 /)",
"field_name": "static_cdn_url",
"field_type": "input"
}
]
}