yumoqing e26cf53c71 初始化蜀锦传媒智能体系统独立模块项目结构
- wwwroot/index.ui: 首页入口
- wwwroot/menu.ui: 侧边菜单
- scripts/: 后端逻辑脚本目录
- json/: CRUD数据模型定义目录
- docs/: 项目文档目录
- README.md: 项目说明
- .gitignore: Git忽略规则
2026-06-03 10:53:38 +08:00

60 lines
1.9 KiB
XML

{
"widgettype": "VBox",
"id": "shujin_media_root",
"options": {
"width": "100%",
"height": "100%",
"bgcolor": "var(--sage-bg-primary, transparent)"
},
"subwidgets": [
{
"widgettype": "VScrollPanel",
"options": {
"css": "filler"
},
"subwidgets": [
{
"widgettype": "HBox",
"options": {
"width": "100%",
"alignItems": "center",
"marginBottom": "16px"
},
"subwidgets": [
{
"widgettype": "Title2",
"options": {
"fontWeight": "700",
"otext": "蜀锦传媒智能体系统",
"i18n": true
}
},
{
"widgettype": "Filler"
}
]
},
{
"widgettype": "VBox",
"options": {
"css": "card",
"width": "100%",
"borderRadius": "12px",
"padding": "24px"
},
"subwidgets": [
{
"widgettype": "Text",
"options": {
"fontSize": "15px",
"otext": "欢迎使用蜀锦传媒智能体系统。本模块提供智能传媒管理与自动化服务。",
"i18n": true
}
}
]
}
]
}
]
}