From dd0650200489dfa31ec96aef027ca5d1cf58f904 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 3 Feb 2026 17:35:50 +0800 Subject: [PATCH] Complete all UI designs (P0/P1/P2) and add UI design specification - Add 23 complete UI screens for Creator, Agency, and Brand portals - Include mobile (402x874) and desktop (1440x900) layouts - Create UIDesignSpec.md with: - Design tokens (colors, typography, spacing) - Icon mapping using Lucide icons - Component specifications - Screen inventory with node IDs - Tailwind CSS configuration - Development checklist Co-Authored-By: Claude Opus 4.5 --- UIDesignSpec.md | 391 + pencil-new.pen | 32646 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 26885 insertions(+), 6152 deletions(-) create mode 100644 UIDesignSpec.md diff --git a/UIDesignSpec.md b/UIDesignSpec.md new file mode 100644 index 0000000..cc206ab --- /dev/null +++ b/UIDesignSpec.md @@ -0,0 +1,391 @@ +# UIDesignSpec.md - UI设计规范 + +| 文档类型 | **UI Design Specification** | +| --- | --- | +| **项目名称** | SmartAudit (AI 营销内容合规审核平台) | +| **版本号** | V1.0 | +| **发布日期** | 2026-02-03 | +| **设计稿文件** | `pencil-new.pen` | +| **设计风格** | Apple-style 暗色主题,商业级/高端质感 | + +--- + +## 1. 设计令牌 (Design Tokens) + +### 1.1 颜色系统 + +```css +/* 背景色 */ +--bg-page: #0B0B0E; /* 页面背景 */ +--bg-card: #16161A; /* 卡片背景 */ +--bg-elevated: #1A1A1E; /* 悬浮/高亮背景 */ + +/* 文字色 */ +--text-primary: #FAFAF9; /* 主要文字 */ +--text-secondary: #A1A1AA; /* 次要文字 */ +--text-tertiary: #71717A; /* 辅助文字 */ + +/* 强调色 */ +--accent-indigo: #6366F1; /* 主强调色(品牌色) */ +--accent-green: #32D583; /* 成功/通过 */ +--accent-coral: #E85A4F; /* 警告/错误 */ +--accent-amber: #F59E0B; /* 中等风险/警告 */ + +/* 边框色 */ +--border-subtle: #27272A; /* 细微边框 */ +``` + +### 1.2 字体系统 + +| 用途 | 字体 | 字重 | 字号 | +| --- | --- | --- | --- | +| 页面标题 | DM Sans | 700 (Bold) | 24px | +| 卡片标题 | DM Sans | 700 (Bold) | 22px | +| 区块标题 | DM Sans | 600 (SemiBold) | 16px | +| 正文内容 | DM Sans | 400 (Regular) | 15px | +| 辅助文字 | DM Sans | 400 (Regular) | 13px | +| 小标签 | DM Sans | 400/600 | 12px | +| 底部导航 | DM Sans | 400 (Regular) | 11px | + +### 1.3 间距系统 + +| 用途 | 数值 | +| --- | --- | +| 页面内边距 (移动端) | 24px 左右,16px 上下 | +| 页面内边距 (桌面端) | 32px | +| 卡片内边距 | 14-16px 上下,16-20px 左右 | +| 卡片圆角 | 12px | +| 按钮圆角 | 8px | +| 标签圆角 | 4px | +| 元素间距 (紧凑) | 4-8px | +| 元素间距 (标准) | 12-16px | +| 元素间距 (宽松) | 20-24px | + +--- + +## 2. 图标规范 (Icon System) + +### 2.1 图标库 + +使用 **Lucide Icons** 图标库,确保全局一致性。 + +### 2.2 标准图标映射 + +| 功能 | 图标名称 | 使用场景 | +| --- | --- | --- | +| 工作台/首页 | `house` | 底部导航、侧边栏 | +| 任务 | `clipboard-list` | 底部导航、任务列表 | +| 审核/审批 | `circle-check` | 底部导航、审批中心 | +| 审核台 | `clipboard-check` | 侧边栏导航 | +| 消息/通知 | `bell` | 底部导航、消息中心 | +| 个人中心 | `user` | 底部导航、我的 | +| 达人管理 | `users` | 侧边栏导航 | +| 数据看板/报表 | `chart-column` | 底部导航、侧边栏 | +| 舆情预警 | `triangle-alert` | 侧边栏导航 | +| 代理商管理 | `building-2` | 侧边栏导航 | +| 审计日志 | `scroll-text` | 侧边栏导航 | +| 系统设置 | `settings` | 侧边栏导航 | +| Brief管理 | `file-text` | 侧边栏导航 | +| 版本比对 | `git-compare` | 侧边栏导航 | +| 筛选 | `sliders-horizontal` | 筛选按钮 | +| 搜索 | `search` | 搜索框 | +| 添加 | `plus` | 添加按钮 | +| 编辑 | `pencil` | 编辑操作 | +| 查看 | `eye` | 查看详情 | +| 下载/导出 | `download` | 导出按钮 | +| 箭头右 | `chevron-right` | 列表项箭头 | +| 箭头下 | `chevron-down` | 下拉选择 | +| 信号 | `signal` | 状态栏 | +| WiFi | `wifi` | 状态栏 | +| 安全 | `shield-check` | 隐私与安全 | +| 信息 | `info` | 关于我们 | +| 消息气泡 | `message-circle` | 帮助与反馈 | + +### 2.3 图标尺寸 + +| 场景 | 尺寸 | +| --- | --- | +| 底部导航 | 24x24px | +| 侧边栏导航 | 20x20px | +| 按钮内图标 | 16x16px | +| 状态栏图标 | 16x16px | + +--- + +## 3. 组件规范 (Component Specs) + +### 3.1 移动端布局 (402x874) + +``` +┌─────────────────────────────┐ +│ 状态栏 (44px) │ +│ 9:41 📶 📡 🔋 │ +├─────────────────────────────┤ +│ │ +│ 内容区 │ +│ padding: 16px 24px │ +│ gap: 16-20px │ +│ flex: 1 │ +│ │ +├─────────────────────────────┤ +│ 底部导航 (83px) │ +│ 渐变背景 + space-around │ +└─────────────────────────────┘ +``` + +### 3.2 桌面端布局 (1440x900) + +``` +┌────────────┬────────────────────────────────┐ +│ │ │ +│ 侧边栏 │ 主内容区 │ +│ 260px │ padding: 32px │ +│ bg-card │ gap: 24px │ +│ │ │ +│ Logo │ 标题栏 │ +│ 导航菜单 │ 内容区域 │ +│ │ │ +└────────────┴────────────────────────────────┘ +``` + +### 3.3 卡片组件 + +```css +.card { + background: var(--bg-card); /* #16161A */ + border-radius: 12px; + padding: 14px 16px; /* 移动端 */ + padding: 16px 20px; /* 桌面端 */ +} +``` + +### 3.4 按钮组件 + +**主要按钮 (Primary)** +```css +.btn-primary { + background: var(--accent-indigo); /* #6366F1 */ + color: #FFFFFF; + font-weight: 600; + padding: 10px 16px; + border-radius: 8px; +} +``` + +**次要按钮 (Secondary)** +```css +.btn-secondary { + background: var(--bg-elevated); /* #1A1A1E */ + color: var(--text-secondary); /* #A1A1AA */ + padding: 8px 16px; + border-radius: 8px; +} +``` + +### 3.5 状态标签 + +| 状态 | 背景色 | 文字色 | +| --- | --- | --- | +| 已通过/活跃 | #32D58320 | #32D583 | +| 待处理/进行中 | #6366F120 | #6366F1 | +| 风险/错误 | #E85A4F20 | #E85A4F | +| 警告/中风险 | #F59E0B20 | #F59E0B | + +### 3.6 底部导航 + +```css +.bottom-nav { + height: 83px; + padding: 12px 21px; + background: linear-gradient(180deg, transparent 0%, #0B0B0E 50%); + display: flex; + justify-content: space-around; + align-items: center; +} + +.nav-item { + display: flex; + flex-direction: column; + align-items: center; + gap: 4px; +} + +.nav-item.active { + color: var(--accent-indigo); /* #6366F1 */ +} + +.nav-item.inactive { + color: var(--text-secondary); /* #A1A1AA */ +} +``` + +### 3.7 侧边栏导航项 + +```css +.sidebar-nav-item { + padding: 10px 12px; + border-radius: 8px; + display: flex; + align-items: center; + gap: 10px; + color: var(--text-secondary); +} + +.sidebar-nav-item.active { + background: var(--bg-elevated); /* #1A1A1E */ + color: var(--accent-indigo); /* #6366F1 */ + font-weight: 600; +} +``` + +--- + +## 4. 页面清单 (Screen Inventory) + +### 4.1 达人端 (Creator) + +| 页面名称 | 设备 | 优先级 | 设计稿节点ID | +| --- | --- | --- | --- | +| 任务列表 | Mobile | P0 | PjBJD | +| 智能上传 | Mobile | P0 | ZelCS | +| 审核结果 | Mobile | P0 | Vn3VU | +| AI审核中 | Mobile | P0 | lzdm4 | +| 消息中心 | Mobile | P1 | pF15t | +| 历史记录 | Mobile | P2 | ZKEFl | +| 个人中心 | Mobile | P2 | zCdM1 | +| 任务列表 | Desktop | P0 | HD3eK | +| 智能上传 | Desktop | P0 | N79bL | +| 审核结果 | Desktop | P0 | 3niUa | +| AI审核中 | Desktop | P0 | bxAKT | +| 消息中心 | Desktop | P1 | 8XKLP | + +### 4.2 代理商端 (Agency) + +| 页面名称 | 设备 | 优先级 | 设计稿节点ID | +| --- | --- | --- | --- | +| 工作台 | Desktop | P0 | RX8V9 | +| 审核决策台 | Desktop | P0 | 2u8Bq | +| Brief配置中心 | Desktop | P0 | djd2K | +| 达人管理 | Desktop | P1 | 5cFMX | +| 数据报表 | Desktop | P1 | An8gw | +| 版本比对 | Desktop | P2 | NDmYh | +| 工作台 | Mobile | P0 | VuH3F | +| 快捷审核 | Mobile | P0 | lrHaj | +| 任务列表 | Mobile | P1 | c6SPa | +| 消息中心 | Mobile | P1 | 9Us9g | +| 个人中心 | Mobile | P2 | 8OCZ3 | + +### 4.3 品牌方端 (Brand) + +| 页面名称 | 设备 | 优先级 | 设计稿节点ID | +| --- | --- | --- | --- | +| 数据看板 | Desktop | P0 | xUM9m | +| AI服务配置 | Desktop | P0 | 4ppiJ | +| 规则配置 | Desktop | P0 | nhHSF | +| 审计日志 | Desktop | P1 | jELTK | +| 代理商管理 | Desktop | P1 | 2jnnO | +| 舆情预警 | Desktop | P2 | NjCe7 | +| 系统设置 | Desktop | P2 | 4nVj4 | +| 数据看板 | Mobile | P0 | lpVdV | +| 舆情预警 | Mobile | P1 | wWAel | +| 审批中心 | Mobile | P1 | OueOe | +| 消息中心 | Mobile | P2 | 1w9xC | +| 我的 | Mobile | P2 | OJBbT | + +--- + +## 5. 开发实施指南 + +### 5.1 技术栈建议 + +- **前端框架**: React / Vue 3 +- **样式方案**: Tailwind CSS (推荐) 或 CSS Variables +- **图标库**: `lucide-react` / `lucide-vue-next` +- **字体**: Google Fonts - DM Sans + +### 5.2 Tailwind CSS 配置 + +```javascript +// tailwind.config.js +module.exports = { + theme: { + extend: { + colors: { + 'bg-page': '#0B0B0E', + 'bg-card': '#16161A', + 'bg-elevated': '#1A1A1E', + 'text-primary': '#FAFAF9', + 'text-secondary': '#A1A1AA', + 'text-tertiary': '#71717A', + 'accent-indigo': '#6366F1', + 'accent-green': '#32D583', + 'accent-coral': '#E85A4F', + 'accent-amber': '#F59E0B', + 'border-subtle': '#27272A', + }, + fontFamily: { + sans: ['DM Sans', 'sans-serif'], + }, + borderRadius: { + 'card': '12px', + 'btn': '8px', + 'tag': '4px', + }, + }, + }, +} +``` + +### 5.3 CSS Variables 配置 + +```css +:root { + /* 背景 */ + --bg-page: #0B0B0E; + --bg-card: #16161A; + --bg-elevated: #1A1A1E; + + /* 文字 */ + --text-primary: #FAFAF9; + --text-secondary: #A1A1AA; + --text-tertiary: #71717A; + + /* 强调色 */ + --accent-indigo: #6366F1; + --accent-green: #32D583; + --accent-coral: #E85A4F; + --accent-amber: #F59E0B; + + /* 边框 */ + --border-subtle: #27272A; + + /* 字体 */ + --font-family: 'DM Sans', sans-serif; +} +``` + +### 5.4 开发检查清单 + +开发每个页面时,请对照以下检查项: + +- [ ] 背景色使用 `--bg-page` (#0B0B0E) +- [ ] 卡片使用 `--bg-card` (#16161A) + 12px圆角 +- [ ] 字体统一使用 DM Sans +- [ ] 图标使用 Lucide,按照图标映射表选择正确图标 +- [ ] 底部导航高度 83px,渐变背景 +- [ ] 侧边栏宽度 260px +- [ ] 状态标签使用对应颜色(通过=绿色,处理中=紫色,错误=红色) +- [ ] 按钮样式符合规范(主要=紫色,次要=深灰色) + +--- + +## 6. 设计稿访问 + +设计稿文件:`pencil-new.pen` + +使用 Pencil 编辑器打开查看完整设计,可通过节点ID定位到具体页面。 + +--- + +**文档维护者**: Claude +**最后更新**: 2026-02-03 diff --git a/pencil-new.pen b/pencil-new.pen index 58db685..45964fa 100644 --- a/pencil-new.pen +++ b/pencil-new.pen @@ -3,126 +3,530 @@ "children": [ { "type": "frame", - "id": "bi8Au", + "id": "PjBJD", "x": 0, "y": 0, - "name": "Frame", + "name": "达人端 - 任务列表", + "enabled": false, "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", + "width": 402, + "height": 874, + "fill": "$--bg-page", "layout": "vertical", - "gap": 32, - "padding": 56, "children": [ { "type": "frame", - "id": "VMFUA", - "name": "Header", + "id": "pzv5S", + "name": "状态栏", "width": "fill_container", - "height": 120, + "height": 44, + "padding": [ + 0, + 24 + ], "justifyContent": "space_between", "alignItems": "center", "children": [ { - "type": "frame", - "id": "hdA3H", - "name": "leftGroup", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "zXTgi", - "name": "label", - "fill": "#C9A962", - "content": "CREATOR PORTAL", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "ZirVe", - "name": "title", - "fill": "#FAF8F5", - "content": "达人审核进行中", - "fontFamily": "Manrope", - "fontSize": 40, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "nZCde", - "name": "subtitle", - "fill": "#888888", - "content": "AI 正在逐帧扫描与语义核对,请稍候", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] + "type": "text", + "id": "OYJB7", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "Inter", + "fontSize": 17, + "fontWeight": "600" }, { "type": "frame", - "id": "6aghV", - "name": "rightGroup", - "gap": 12, + "id": "5XdiL", + "name": "icons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "XvbbL", + "name": "signal", + "width": 18, + "height": 18, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "5Wny0", + "name": "wifi", + "width": 18, + "height": 18, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "NtZin", + "name": "battery", + "width": 24, + "height": 18, + "iconFontName": "battery-full", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "9AvcV", + "name": "内容区", + "width": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "41Zov", + "name": "头部", + "width": "fill_container", + "justifyContent": "space_between", "alignItems": "center", "children": [ { "type": "frame", - "id": "9cXl9", - "name": "badge", - "fill": "#C9A96210", - "cornerRadius": 8, - "gap": 8, - "padding": [ - 6, - 12 - ], - "alignItems": "center", + "id": "jRfYe", + "name": "headerLeft", + "layout": "vertical", + "gap": 4, "children": [ { "type": "text", - "id": "XZsnj", - "name": "badgeText", - "fill": "#C9A962", - "content": "AI 审核中", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "DmyTG", + "name": "greeting", + "fill": "$--text-primary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "600" + }, + { + "type": "text", + "id": "NFlbp", + "name": "subtitle", + "fill": "$--text-secondary", + "content": "共 5 个进行中任务", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "cjE9u", - "name": "etaGroup", - "layout": "vertical", - "gap": 2, + "id": "moiqe", + "name": "notifyBtn", + "width": 44, + "height": 44, + "fill": "$--bg-elevated", + "cornerRadius": 22, + "stroke": { + "thickness": 1.5, + "fill": "$--border-subtle" + }, + "justifyContent": "center", + "alignItems": "center", "children": [ { - "type": "text", - "id": "E4rmv", - "name": "etaLabel", - "fill": "#666666", - "content": "预计完成", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 + "type": "icon_font", + "id": "x9FMM", + "name": "bellIcon", + "width": 22, + "height": 22, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "JX5wd", + "name": "任务列表", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "A2YFS", + "name": "任务卡片1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "8N9km", + "name": "task1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Q0B99", + "name": "task1Brand", + "fill": "$--text-primary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "tgpyQ", + "name": "task1Badge", + "fill": "#32D58320", + "cornerRadius": 8, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "YmpqA", + "name": "task1Status", + "fill": "$--accent-green", + "content": "待提交", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + } + ] }, { "type": "text", - "id": "KYitQ", - "name": "etaValue", - "fill": "#FAF8F5", - "content": "02:14", - "fontFamily": "JetBrains Mono", - "fontSize": 16, + "id": "N0RTl", + "name": "task1Desc", + "fill": "$--text-secondary", + "content": "产品种草视频 · 时长要求 60-90秒", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "normal" + }, + { + "type": "frame", + "id": "cLiQX", + "name": "task1Footer", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "2XPVm", + "name": "task1Time", + "fill": "$--text-tertiary", + "content": "截止: 2026-02-10", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "ugZ8Z", + "name": "task1Btn", + "fill": "$--accent-blue", + "cornerRadius": 10, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "1OX6H", + "name": "task1BtnText", + "fill": "#FFFFFF", + "content": "上传脚本", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "xPE2I", + "name": "任务卡片2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "dd3EQ", + "name": "task2Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "6aANK", + "name": "task2Brand", + "fill": "$--text-primary", + "content": "YY美妆新品", + "fontFamily": "DM Sans", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "RCH61", + "name": "task2Badge", + "fill": "#6366F120", + "cornerRadius": 8, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "B7wQp", + "name": "task2Status", + "fill": "$--accent-indigo", + "content": "AI审核中", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "text", + "id": "FvbbR", + "name": "task2Desc", + "fill": "$--text-secondary", + "content": "口播测评 · 已上传视频", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "OluL7", + "name": "task2Footer", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "GoNxT", + "name": "task2Time", + "fill": "$--text-tertiary", + "content": "提交于: 今天 14:30", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "BnMdb", + "name": "task2Progress", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "6eaCD", + "name": "task2ProgIcon", + "width": 14, + "height": 14, + "iconFontName": "loader", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "QJlWg", + "name": "task2ProgText", + "fill": "$--accent-indigo", + "content": "分析中...", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "lxNkW", + "name": "任务卡片3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "irWrc", + "name": "task3Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Gh2ly", + "name": "task3Brand", + "fill": "$--text-primary", + "content": "ZZ饮品夏日", + "fontFamily": "DM Sans", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "ATNP3", + "name": "task3Badge", + "fill": "#E85A4F20", + "cornerRadius": 8, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "ZHgqa", + "name": "task3Status", + "fill": "$--accent-coral", + "content": "需修改", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "text", + "id": "urqBv", + "name": "task3Desc", + "fill": "$--text-secondary", + "content": "探店Vlog · 发现2处问题", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "lbgIx", + "name": "task3Footer", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "n5aWc", + "name": "task3Time", + "fill": "$--text-tertiary", + "content": "审核于: 昨天 18:20", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "J18Kx", + "name": "task3Btn", + "fill": "$--accent-coral", + "cornerRadius": 10, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "TvXEI", + "name": "task3BtnText", + "fill": "#FFFFFF", + "content": "查看修改", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] } ] } @@ -132,122 +536,1527 @@ }, { "type": "frame", - "id": "QNZPu", - "name": "Main", + "id": "LbtxO", + "name": "底部导航", "width": "fill_container", - "height": "fill_container", - "gap": 24, + "height": 95, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "layout": "vertical", + "padding": [ + 12, + 21, + 21, + 21 + ], + "justifyContent": "end", "children": [ { "type": "frame", - "id": "7Yvns", - "name": "Video Card", - "width": 640, - "height": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 20, - "padding": 24, + "id": "65RYg", + "name": "导航条", + "width": "fill_container", + "height": 62, + "fill": "$--bg-elevated", + "cornerRadius": 31, + "stroke": { + "align": "inside", + "thickness": 1, + "fill": "$--border-subtle" + }, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": -4 + }, + "blur": 24 + }, + "padding": 4, + "justifyContent": "space_around", + "alignItems": "center", "children": [ { "type": "frame", - "id": "gV8iV", - "name": "leftHeader", + "id": "fJhjF", + "name": "任务Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "EmJQV", + "name": "tab1Icon", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "uJzfQ", + "name": "tab1Label", + "fill": "$--text-primary", + "content": "任务", + "fontFamily": "Inter", + "fontSize": 10, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "DBw0D", + "name": "上传Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8EWDC", + "name": "tab2Icon", + "width": 24, + "height": 24, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "#6B6B6F" + }, + { + "type": "text", + "id": "YY995", + "name": "tab2Label", + "fill": "#6B6B6F", + "content": "上传", + "fontFamily": "Inter", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "h2uYM", + "name": "消息Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "KhfNS", + "name": "tab3Icon", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "#6B6B6F" + }, + { + "type": "text", + "id": "zRmKY", + "name": "tab3Label", + "fill": "#6B6B6F", + "content": "消息", + "fontFamily": "Inter", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "fVXAX", + "name": "我的Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "sOSpK", + "name": "tab4Icon", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "#6B6B6F" + }, + { + "type": "text", + "id": "h1LRd", + "name": "tab4Label", + "fill": "#6B6B6F", + "content": "我的", + "fontFamily": "Inter", + "fontSize": 10, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "ZelCS", + "x": 450, + "y": 0, + "name": "达人端 - 智能上传", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "RVg6F", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Ry1hR", + "name": "time2", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "Inter", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "Qb6E9", + "name": "icons2", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "7lW8w", + "name": "signal2", + "width": 18, + "height": 18, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "1pRoT", + "name": "wifi2", + "width": 18, + "height": 18, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "vlqMZ", + "name": "battery2", + "width": 24, + "height": 18, + "iconFontName": "battery-full", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "NCe7e", + "name": "内容区", + "width": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "tnDd5", + "name": "头部", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "6N6Fo", + "name": "backBtn", + "width": 40, + "height": 40, + "fill": "$--bg-elevated", + "cornerRadius": 20, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "9ypT2", + "name": "backIcon", + "width": 20, + "height": 20, + "iconFontName": "arrow-left", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + }, + { + "type": "text", + "id": "L9fUy", + "name": "headerTitle", + "fill": "$--text-primary", + "content": "上传视频", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "QwKpu", + "name": "任务信息", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "a5S3R", + "name": "taskInfoHeader", + "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ { - "type": "frame", - "id": "ZmjSM", - "name": "videoTitleGroup", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "O543G", - "name": "projectLabel", - "fill": "#666666", - "content": "项目 / 视频版本", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "3ClsF", - "name": "projectTitle", - "fill": "#FAF8F5", - "content": "XX品牌 618 推广 · 视频 V3", - "fontFamily": "Manrope", - "fontSize": 22, - "fontWeight": "normal" - } - ] + "type": "text", + "id": "nBmRT", + "name": "taskInfoTitle", + "fill": "$--text-primary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 17, + "fontWeight": "600" }, { "type": "frame", - "id": "OeMEx", - "name": "statusBadge", - "fill": "#5856D615", + "id": "N4XZu", + "name": "taskInfoBadge", + "fill": "#6366F120", "cornerRadius": 8, "padding": [ - 6, + 4, 10 ], "children": [ { "type": "text", - "id": "JyVt8", - "name": "statusText", - "fill": "#5856D6", - "content": "处理中", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" + "id": "OG5BE", + "name": "taskInfoBadgeText", + "fill": "$--accent-indigo", + "content": "抖音", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" } ] } ] }, + { + "type": "text", + "id": "aBnXt", + "name": "taskInfoDesc", + "fill": "$--text-secondary", + "content": "产品种草视频 · 时长 60-90秒 · 截止 2026-02-10", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Hi7cn", + "name": "上传区域", + "width": "fill_container", + "height": 220, + "fill": "$--bg-card", + "cornerRadius": 20, + "stroke": { + "thickness": 2, + "fill": "$--border-strong" + }, + "layout": "vertical", + "gap": 16, + "justifyContent": "center", + "alignItems": "center", + "children": [ { "type": "frame", - "id": "aKczV", - "name": "Video Preview", - "width": "fill_container", - "height": 320, - "fill": "#111111", - "cornerRadius": 12, - "layout": "vertical", + "id": "3hAsR", + "name": "uploadIconBg", + "width": 64, + "height": 64, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 32, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#6366F133", + "offset": { + "x": 0, + "y": 8 + }, + "blur": 24, + "spread": -4 + }, "justifyContent": "center", "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "62jJl", + "name": "uploadIcon", + "width": 32, + "height": 32, + "iconFontName": "cloud-upload", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "Z8W6Y", + "name": "uploadText", + "fill": "$--text-primary", + "content": "点击上传或拖拽视频到这里", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "3zld6", + "name": "uploadHint", + "fill": "$--text-secondary", + "content": "支持 MP4/MOV 格式,最大 100MB", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "YDPVX", + "name": "要求说明", + "width": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "text", + "id": "7UAJI", + "name": "reqTitle", + "fill": "$--text-primary", + "content": "Brief 核心要求", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "uUpUP", + "name": "reqList", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "padding": 4, "children": [ { "type": "frame", - "id": "Mlw6S", - "name": "overlay", + "id": "37BeS", + "name": "req1", "width": "fill_container", - "height": "fill_container", + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "MPaXS", + "name": "req1Icon", + "width": 28, + "height": 28, + "fill": "#32D58320", + "cornerRadius": 14, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "g5Slf", + "name": "req1Check", + "width": 16, + "height": 16, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "DrHx7", + "name": "req1Text", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "rtdWn", + "name": "req1Title", + "fill": "$--text-primary", + "content": "产品同框时长 ≥ 5秒", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "UGBBQ", + "name": "req1Desc", + "fill": "$--text-secondary", + "content": "需清晰展示产品外观", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Vu01G", + "name": "req2", + "width": "fill_container", + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "87FpY", + "name": "req2Icon", + "width": 28, + "height": 28, + "fill": "#32D58320", + "cornerRadius": 14, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "nqy2H", + "name": "req2Check", + "width": 16, + "height": 16, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "xty2S", + "name": "req2Text", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "zvtmr", + "name": "req2Title", + "fill": "$--text-primary", + "content": "品牌名提及 ≥ 3次", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "5liyX", + "name": "req2Desc", + "fill": "$--text-secondary", + "content": "口播中需自然提及品牌", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "C6gqq", + "name": "req3", + "width": "fill_container", + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "j7xUO", + "name": "req3Icon", + "width": 28, + "height": 28, + "fill": "#FFB54720", + "cornerRadius": 14, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "9HF5I", + "name": "req3Alert", + "width": 16, + "height": 16, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-amber" + } + ] + }, + { + "type": "frame", + "id": "xNX62", + "name": "req3Text", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "yiyPY", + "name": "req3Title", + "fill": "$--text-primary", + "content": "禁止出现竞品Logo", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "VEGol", + "name": "req3Desc", + "fill": "$--text-secondary", + "content": "包括画面、道具、服装等", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Vn3VU", + "x": 900, + "y": 0, + "name": "达人端 - 审核结果", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "dfUPZ", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "xauGz", + "name": "time3", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "Inter", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "x5Z5H", + "name": "icons3", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "slyWj", + "name": "signal3", + "width": 18, + "height": 18, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "K1ZiI", + "name": "wifi3", + "width": 18, + "height": 18, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "40lmG", + "name": "battery3", + "width": 24, + "height": 18, + "iconFontName": "battery-full", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "UJOq0", + "name": "内容区", + "width": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "DHhYW", + "name": "头部", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "RiFzO", + "name": "backBtn3", + "width": 40, + "height": 40, + "fill": "$--bg-elevated", + "cornerRadius": 20, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "KJEsT", + "name": "backIcon3", + "width": 20, + "height": 20, + "iconFontName": "arrow-left", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + }, + { + "type": "text", + "id": "mpVHO", + "name": "headerTitle3", + "fill": "$--text-primary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "qh03t", + "name": "结果横幅", + "width": "fill_container", + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#E85A4F", + "position": 0 + }, + { + "color": "#DC2626", + "position": 1 + } + ] + }, + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#E85A4F50", + "offset": { + "x": 0, + "y": 8 + }, + "blur": 24, + "spread": -4 + }, + "gap": 16, + "padding": 20, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "YLxe3", + "name": "resultIcon", + "width": 48, + "height": 48, + "fill": "#FFFFFF20", + "cornerRadius": 24, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "QfE7G", + "name": "resultIconX", + "width": 24, + "height": 24, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "mcxth", + "name": "resultText", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "D4TPP", + "name": "resultTitle", + "fill": "#FFFFFF", + "content": "需要修改", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + }, + { + "type": "text", + "id": "JGp3U", + "name": "resultDesc", + "fill": "#FFFFFFCC", + "content": "发现 2 处违规问题,请修改后重新提交", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "sJeNG", + "name": "问题列表", + "width": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "text", + "id": "mqmDn", + "name": "issueTitle", + "fill": "$--text-primary", + "content": "问题清单", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "IUCBA", + "name": "issueList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "v4Iwt", + "name": "问题1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, "layout": "vertical", + "gap": 12, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "sVl69", + "name": "issue1Header", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "ZwDeU", + "name": "issue1Badge", + "fill": "#E85A4F20", + "cornerRadius": 8, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "4rmQ5", + "name": "issue1BadgeText", + "fill": "$--accent-coral", + "content": "🔴 硬性违规", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ufosL", + "name": "issue1Time", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "i3gPa", + "name": "issue1TimeText", + "fill": "$--text-secondary", + "content": "00:15", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "text", + "id": "V3Ggk", + "name": "issue1Title", + "fill": "$--text-primary", + "content": "检测到竞品 Logo", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "VqbYY", + "name": "issue1Desc", + "fill": "$--text-secondary", + "textGrowth": "fixed-width", + "width": "fill_container", + "content": "画面左下角出现竞品饮料瓶,需遮挡或重拍该镜头", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "z1vQs", + "name": "issue1Btn", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JNrnw", + "name": "issue1BtnIcon", + "width": 16, + "height": 16, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "$--accent-blue" + }, + { + "type": "text", + "id": "9VnQG", + "name": "issue1BtnText", + "fill": "$--accent-blue", + "content": "跳转到此处", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "frame", + "id": "zCirv", + "name": "问题2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "uapiD", + "name": "issue2Header", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "d70ka", + "name": "issue2Badge", + "fill": "#FFB54720", + "cornerRadius": 8, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "bnqTE", + "name": "issue2BadgeText", + "fill": "$--accent-amber", + "content": "舆情风险", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "v2FVt", + "name": "issue2Time", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "mkk4H", + "name": "issue2TimeText", + "fill": "$--text-secondary", + "content": "00:42", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "text", + "id": "jdru3", + "name": "issue2Title", + "fill": "$--text-primary", + "content": "表情略显夸张", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "03gXd", + "name": "issue2Desc", + "fill": "$--text-secondary", + "textGrowth": "fixed-width", + "width": "fill_container", + "content": "该片段表情过于夸张,可能引发负面评论", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "6erjt", + "name": "issue2Footer", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "u8kt9", + "name": "issue2Btn", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uKCNg", + "name": "issue2BtnIcon", + "width": 16, + "height": 16, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "$--accent-blue" + }, + { + "type": "text", + "id": "ZiDGj", + "name": "issue2BtnText", + "fill": "$--accent-blue", + "content": "跳转到此处", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "jjQ3m", + "name": "issue2Appeal", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "wPyVq", + "name": "issue2AppealIcon", + "width": 14, + "height": 14, + "iconFontName": "message-circle", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "FOEAy", + "name": "issue2AppealText", + "fill": "$--text-secondary", + "content": "申诉", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "RX8V9", + "x": 0, + "y": 950, + "name": "代理商端 - 工作台", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "7yChO", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "BZ2CA", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "zZoRU", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GEcB5", + "name": "logoIconText", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "Q0PQd", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "QELQK", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "pje4S", + "name": "navItem1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JH6xR", + "name": "navIcon1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "zG8gA", + "name": "navText1", + "fill": "$--text-primary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "vbYr0", + "name": "navItem2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Rec7c", + "name": "navIcon2", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "EbNFH", + "name": "navText2", + "fill": "$--text-secondary", + "content": "Brief 管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "x7sA8", + "name": "navItem3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "1XMLr", + "name": "navIcon3", + "width": 20, + "height": 20, + "iconFontName": "square-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "rbDpS", + "name": "navText3", + "fill": "$--text-secondary", + "content": "审核台", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "WhId7", + "name": "navBadge", + "fill": "$--accent-coral", + "cornerRadius": 10, + "padding": [ + 2, + 8 + ], "justifyContent": "center", "alignItems": "center", "children": [ { "type": "text", - "id": "iwp0L", - "name": "overlayText", - "fill": "#C9A962", - "textGrowth": "fixed-width-height", - "width": "fill_container", - "height": "fill_container", - "content": "▶", - "textAlign": "center", - "textAlignVertical": "middle", - "fontFamily": "Manrope", - "fontSize": 40, - "fontWeight": "normal" + "id": "X5Dqq", + "name": "navBadgeText", + "fill": "#FFFFFF", + "content": "12", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" } ] } @@ -255,99 +2064,452 @@ }, { "type": "frame", - "id": "GMxFm", - "name": "timeline", + "id": "1hADO", + "name": "navItem4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8ToRH", + "name": "navIcon4", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "KAYSi", + "name": "navText4", + "fill": "$--text-secondary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "H140r", + "name": "navItem5", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "4buiE", + "name": "navIcon5", + "width": 20, + "height": 20, + "iconFontName": "chart-bar", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "UIQep", + "name": "navText5", + "fill": "$--text-secondary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "6RyTM", + "name": "navItem6", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0aqDk", + "name": "navIcon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "AdcxK", + "name": "navText6", + "fill": "$--text-secondary", + "content": "设置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "kCa21", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "cJZ7j", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "WvY0j", + "name": "pageTitle", "layout": "vertical", - "gap": 10, + "gap": 4, "children": [ { - "type": "frame", - "id": "umNXl", - "name": "timelineBar", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "rqHsz", - "x": 0, - "y": 0, - "name": "timelineFill", - "width": 260, - "height": 6, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" - } - ] + "type": "text", + "id": "j3HXg", + "name": "titleText", + "fill": "$--text-primary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" }, { - "type": "frame", - "id": "i9Pol", - "name": "markersRow", - "gap": 12, - "children": [ - { - "type": "text", - "id": "KZAIq", - "name": "marker1", - "fill": "#FAF8F5", - "content": "00:15 违禁词", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Cc7kR", - "name": "marker2", - "fill": "#FAF8F5", - "content": "00:42 竞品Logo", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "dRAhl", - "name": "marker3", - "fill": "#888888", - "content": "01:28 卖点遗漏", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] + "type": "text", + "id": "gKdXG", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "欢迎回来,张三", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" } ] }, { "type": "frame", - "id": "J4vWl", - "name": "metaRow", - "gap": 16, + "id": "ouBuI", + "name": "topActions", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "2gCeA", + "name": "searchBox", + "width": 280, + "height": 44, + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 10, + "padding": [ + 0, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "svqvr", + "name": "searchIcon", + "width": 18, + "height": 18, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "tzIxC", + "name": "searchText", + "fill": "$--text-tertiary", + "content": "搜索任务、达人...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "oryaT", + "name": "notifyBtn2", + "width": 44, + "height": 44, + "fill": "$--bg-card", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Dmb6g", + "name": "notifyIcon2", + "width": 20, + "height": 20, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "JsfqU", + "name": "avatar", + "width": 44, + "height": 44, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#32D583", + "position": 0 + }, + { + "color": "#059669", + "position": 1 + } + ] + }, + "cornerRadius": 22, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "oNgCn", + "name": "avatarText", + "fill": "#FFFFFF", + "content": "张", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Vi2ey", + "name": "统计卡片", + "width": "fill_container", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "KxKlj", + "name": "stat1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 24, "children": [ { "type": "text", - "id": "ZSJNS", - "name": "meta1", - "fill": "#666666", - "content": "上传 2026-02-02 19:20", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" + "id": "X1WrY", + "name": "stat1Value", + "fill": "$--accent-coral", + "content": "12", + "fontFamily": "DM Sans", + "fontSize": 36, + "fontWeight": "700", + "letterSpacing": -1.2 }, { "type": "text", - "id": "5T0Bj", - "name": "meta2", - "fill": "#666666", - "content": "时长 02:36 · 1080p", - "fontFamily": "JetBrains Mono", - "fontSize": 11, + "id": "1xkmF", + "name": "stat1Label", + "fill": "$--text-secondary", + "content": "待人工复核", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "VzJz1", + "name": "stat2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 24, + "children": [ + { + "type": "text", + "id": "h9GmU", + "name": "stat2Value", + "fill": "$--accent-amber", + "content": "3", + "fontFamily": "DM Sans", + "fontSize": 36, + "fontWeight": "700", + "letterSpacing": -1.2 + }, + { + "type": "text", + "id": "KNaS5", + "name": "stat2Label", + "fill": "$--text-secondary", + "content": "申诉待仲裁", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ylalJ", + "name": "stat3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 24, + "children": [ + { + "type": "text", + "id": "Nznrn", + "name": "stat3Value", + "fill": "$--accent-green", + "content": "28", + "fontFamily": "DM Sans", + "fontSize": 36, + "fontWeight": "700", + "letterSpacing": -1.2 + }, + { + "type": "text", + "id": "Umrx9", + "name": "stat3Label", + "fill": "$--text-secondary", + "content": "今日已通过", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "wPRTp", + "name": "stat4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 24, + "children": [ + { + "type": "text", + "id": "5fF0s", + "name": "stat4Value", + "fill": "$--accent-indigo", + "content": "45", + "fontFamily": "DM Sans", + "fontSize": 36, + "fontWeight": "700", + "letterSpacing": -1.2 + }, + { + "type": "text", + "id": "hDfJS", + "name": "stat4Label", + "fill": "$--text-secondary", + "content": "进行中任务", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "normal" } ] @@ -356,257 +2518,519 @@ }, { "type": "frame", - "id": "O6K4q", - "name": "Process Column", + "id": "nHw6M", + "name": "待办区域", "width": "fill_container", "height": "fill_container", - "layout": "vertical", - "gap": 24, + "gap": 20, "children": [ { "type": "frame", - "id": "SkHYu", - "name": "Progress", + "id": "N9PPv", + "name": "紧急待办", "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, "layout": "vertical", "gap": 16, "padding": 24, "children": [ - { - "type": "text", - "id": "8qQh3", - "name": "progressLabel", - "fill": "#C9A962", - "content": "PROCESS", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, { "type": "frame", - "id": "LMsHr", - "name": "progressRow", - "gap": 20, + "id": "hfVCT", + "name": "todoHeader", + "width": "fill_container", + "justifyContent": "space_between", "alignItems": "center", + "children": [ + { + "type": "text", + "id": "b3qUn", + "name": "todoTitle", + "fill": "$--text-primary", + "content": "紧急待办", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "text", + "id": "KHOuV", + "name": "todoViewAll", + "fill": "$--accent-blue", + "content": "查看全部", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "dQ5CK", + "name": "todoItems", + "width": "fill_container", + "layout": "vertical", + "gap": 12, "children": [ { "type": "frame", - "id": "82bMF", - "name": "ringOuter", - "width": 120, - "height": 120, - "fill": "#111111", - "cornerRadius": 60, - "layout": "vertical", - "gap": 4, - "justifyContent": "center", + "id": "pNZEX", + "name": "todo1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 12, + "padding": 16, "alignItems": "center", "children": [ { - "type": "text", - "id": "V0cvp", - "name": "ringText", - "fill": "#FAF8F5", - "content": "45%", - "fontFamily": "JetBrains Mono", - "fontSize": 20, - "fontWeight": "normal" + "type": "frame", + "id": "QOKr5", + "name": "todo1Dot", + "width": 8, + "height": 8, + "fill": "$--accent-coral", + "cornerRadius": 4 }, { - "type": "text", - "id": "cb4jf", - "name": "ringSub", - "fill": "#888888", - "content": "扫描中", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" + "type": "frame", + "id": "vzvD7", + "name": "todo1Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "KI8K4", + "name": "todo1Title", + "fill": "$--text-primary", + "content": "达人A视频 - 竞品露出", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "u4LWC", + "name": "todo1Time", + "fill": "$--text-secondary", + "content": "2小时前 · XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "swJRh", + "name": "todo1Action", + "fill": "$--accent-coral", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "R51rj", + "name": "todo1ActionText", + "fill": "#FFFFFF", + "content": "审核", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] } ] }, { "type": "frame", - "id": "06Gi9", - "name": "progressInfo", - "layout": "vertical", - "gap": 6, + "id": "KDKIG", + "name": "todo2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 12, + "padding": 16, + "alignItems": "center", "children": [ { - "type": "text", - "id": "lcYuM", - "name": "infoTitle", - "fill": "#FAF8F5", - "content": "AI 正在检测竞品 Logo", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" + "type": "frame", + "id": "kjvoU", + "name": "todo2Dot", + "width": 8, + "height": 8, + "fill": "$--accent-amber", + "cornerRadius": 4 }, { - "type": "text", - "id": "819LU", - "name": "infoDesc", - "fill": "#888888", - "content": "预计剩余 1-2 分钟 · 建议保持屏幕常亮", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "7OM6d", + "name": "todo2Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "TMV7k", + "name": "todo2Title", + "fill": "$--text-primary", + "content": "达人B申诉 - 待仲裁", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "AmMAo", + "name": "todo2Time", + "fill": "$--text-secondary", + "content": "30分钟前 · YY美妆新品", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "bKUfO", + "name": "todo2Action", + "fill": "$--accent-amber", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "kw5G0", + "name": "todo2ActionText", + "fill": "#FFFFFF", + "content": "仲裁", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] } ] } ] - }, - { - "type": "frame", - "id": "msFca", - "name": "progressBarTrack", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "2fuuu", - "x": 0, - "y": 0, - "name": "progressBarFill", - "width": 260, - "height": 6, - "fill": "#5856D6", - "cornerRadius": 4, - "layout": "none" - } - ] - }, - { - "type": "text", - "id": "c6WPi", - "name": "stepsText", - "fill": "#FAF8F5", - "textGrowth": "fixed-width", - "width": "fill_container", - "content": "✅ Brief 解析完成 — 00:05\n✅ ASR 语音转写完成 — 00:23\n◐ 竞品 Logo 检测中 — 进行中\n○ 语义分析 — 等待中\n○ 生成审核报告 — 等待中", - "lineHeight": 1.5, - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" } ] }, { "type": "frame", - "id": "brwDK", - "name": "Log", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, + "id": "kZFwV", + "name": "项目概览", + "width": 400, + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, "layout": "vertical", - "gap": 12, + "gap": 16, "padding": 24, "children": [ - { - "type": "text", - "id": "7YwOf", - "name": "logLabel", - "fill": "#C9A962", - "content": "实时日志", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "qqtuH", - "name": "logText", - "fill": "#888888", - "textGrowth": "fixed-width", - "width": "fill_container", - "content": "19:21:05 正在解析 Brief 核心卖点\n19:21:18 正在逐帧检测竞品 Logo\n19:21:42 发现疑似竞品露出(置信度 92%)\n19:21:58 正在对齐话术与平台规则", - "lineHeight": 1.6, - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "xoI8O", - "name": "Action", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 12, - "padding": 24, - "children": [ - { - "type": "text", - "id": "AaD91", - "name": "actionNote", - "fill": "#888888", - "textGrowth": "fixed-width", - "width": "fill_container", - "content": "深度审核约需 1-3 分钟。您可以先离开,结果将通过微信通知。", - "lineHeight": 1.6, - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, { "type": "frame", - "id": "V5N1Z", - "name": "buttonsRow", - "gap": 12, + "id": "RpAg7", + "name": "projectHeader", + "width": "fill_container", + "justifyContent": "space_between", "alignItems": "center", + "children": [ + { + "type": "text", + "id": "VFmaF", + "name": "projectTitle", + "fill": "$--text-primary", + "content": "项目进度", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "text", + "id": "VI42W", + "name": "projectViewAll", + "fill": "$--accent-blue", + "content": "全部项目", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "jxhFL", + "name": "projectItems", + "width": "fill_container", + "layout": "vertical", + "gap": 16, "children": [ { "type": "frame", - "id": "skLHC", - "name": "primaryBtn", - "fill": "#C9A962", - "cornerRadius": 10, - "padding": [ - 12, - 20 - ], + "id": "cEZwl", + "name": "proj1", + "width": "fill_container", + "layout": "vertical", + "gap": 10, "children": [ { - "type": "text", - "id": "PLsiV", - "name": "primaryBtnText", - "fill": "#0A0A0A", - "content": "离开并稍后查看", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" + "type": "frame", + "id": "InOde", + "name": "proj1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "DBwHV", + "name": "proj1Name", + "fill": "$--text-primary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "2MgSL", + "name": "proj1Percent", + "fill": "$--accent-green", + "content": "68%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "6LJVd", + "name": "proj1Bar", + "width": "fill_container", + "height": 8, + "fill": "$--bg-elevated", + "cornerRadius": 4, + "children": [ + { + "type": "frame", + "id": "K3YfY", + "name": "proj1Progress", + "width": 238, + "height": 8, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#32D583", + "position": 0 + }, + { + "color": "#059669", + "position": 1 + } + ] + }, + "cornerRadius": 4 + } + ] } ] }, { "type": "frame", - "id": "A1KDy", - "name": "secondaryBtn", - "cornerRadius": 10, - "padding": [ - 12, - 20 - ], + "id": "JVCZd", + "name": "proj2", + "width": "fill_container", + "layout": "vertical", + "gap": 10, "children": [ { - "type": "text", - "id": "6OD0E", - "name": "secondaryBtnText", - "fill": "#FAF8F5", - "content": "继续等待", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" + "type": "frame", + "id": "LDbMM", + "name": "proj2Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "8qJlq", + "name": "proj2Name", + "fill": "$--text-primary", + "content": "YY美妆新品", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "3VfyL", + "name": "proj2Percent", + "fill": "$--accent-indigo", + "content": "45%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ly7Xq", + "name": "proj2Bar", + "width": "fill_container", + "height": 8, + "fill": "$--bg-elevated", + "cornerRadius": 4, + "children": [ + { + "type": "frame", + "id": "1UVHm", + "name": "proj2Progress", + "width": 158, + "height": 8, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 4 + } + ] + } + ] + }, + { + "type": "frame", + "id": "vw0c3", + "name": "proj3", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "frame", + "id": "kYLBG", + "name": "proj3Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "6Olu9", + "name": "proj3Name", + "fill": "$--text-primary", + "content": "ZZ饮品夏日", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "text", + "id": "QUg4h", + "name": "proj3Percent", + "fill": "$--accent-coral", + "content": "23%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "3Pgtv", + "name": "proj3Bar", + "width": "fill_container", + "height": 8, + "fill": "$--bg-elevated", + "cornerRadius": 4, + "children": [ + { + "type": "frame", + "id": "bpFsn", + "name": "proj3Progress", + "width": 80, + "height": 8, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#E85A4F", + "position": 0 + }, + { + "color": "#DC2626", + "position": 1 + } + ] + }, + "cornerRadius": 4 + } + ] } ] } @@ -622,2843 +3046,340 @@ }, { "type": "frame", - "id": "1JCig", - "x": 1600, - "y": 0, - "name": "Creator - Task List", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "layout": "vertical", - "gap": 32, - "padding": 56, - "children": [ - { - "type": "frame", - "id": "hO9QL", - "name": "taskHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "ODkLN", - "name": "headerLeft", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "TnDqr", - "name": "label1", - "fill": "#C9A962", - "content": "CREATOR PORTAL", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "r4Xji", - "name": "headerTitle", - "fill": "#FAF8F5", - "content": "任务中心", - "fontFamily": "Playfair Display", - "fontSize": 36, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "9TaIY", - "name": "headerSub", - "fill": "#888888", - "content": "查看任务状态并快速提交最新版本", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "npjW3", - "name": "headerRight", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "QAbRu", - "name": "statPill", - "fill": "#C9A96210", - "cornerRadius": 10, - "padding": [ - 6, - 12 - ], - "children": [ - { - "type": "text", - "id": "P7nvo", - "name": "statText", - "fill": "#C9A962", - "content": "今日待处理 3", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "PFSlp", - "name": "tabs", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "MTDnC", - "name": "tab1", - "fill": "#C9A96210", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "4AmvM", - "name": "tab1Text", - "fill": "#C9A962", - "content": "全部", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "q7AJr", - "name": "tab2", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "rG1dX", - "name": "tab2Text", - "fill": "#FAF8F5", - "content": "待提交", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "NP6Wr", - "name": "tab3", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "4S7pD", - "name": "tab3Text", - "fill": "#FAF8F5", - "content": "审核中", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "KSxkD", - "name": "tab4", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "LuRdN", - "name": "tab4Text", - "fill": "#FAF8F5", - "content": "已完成", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "9SGD8", - "name": "cardList", - "width": "fill_container", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "f9T6v", - "name": "card1", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "XoydT", - "name": "card1Title", - "fill": "#FAF8F5", - "content": "XX品牌 618 推广", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "ZXyCO", - "name": "card1Meta", - "fill": "#888888", - "content": "投放平台:抖音 · 截止 2026-02-15", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "te4Et", - "name": "card1Row", - "gap": 12, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "4JETk", - "name": "card1Badge", - "fill": "#FF950015", - "cornerRadius": 8, - "padding": [ - 4, - 10 - ], - "children": [ - { - "type": "text", - "id": "qF2Kf", - "name": "card1BadgeText", - "fill": "#FF9500", - "content": "待修改", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "24hOT", - "name": "card1Btn", - "fill": "#C9A962", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "tXRt2", - "name": "card1BtnText", - "fill": "#0A0A0A", - "content": "查看修改意见", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "23K6U", - "name": "card2", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "PHXl0", - "name": "card2Title", - "fill": "#FAF8F5", - "content": "YY品牌 新品发布", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "9rvJs", - "name": "card2Meta", - "fill": "#888888", - "content": "投放平台:小红书 · 截止 2026-02-18", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "BkyoB", - "name": "card2Row", - "gap": 12, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "cxHz4", - "name": "card2Badge", - "fill": "#5856D615", - "cornerRadius": 8, - "padding": [ - 4, - 10 - ], - "children": [ - { - "type": "text", - "id": "9GV2G", - "name": "card2BadgeText", - "fill": "#5856D6", - "content": "审核中", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "xb1Yt", - "name": "card2Btn", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "Gxpup", - "name": "card2BtnText", - "fill": "#FAF8F5", - "content": "查看进度", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "usq3j", - "x": 3200, - "y": 0, - "name": "Creator - Audit Report", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "layout": "vertical", - "gap": 32, - "padding": 56, - "children": [ - { - "type": "frame", - "id": "fJ64W", - "name": "reportHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "fzEQn", - "name": "reportLeft", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "Evz2X", - "name": "reportLabel", - "fill": "#C9A962", - "content": "AUDIT REPORT", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "i6zv0", - "name": "reportTitle", - "fill": "#FAF8F5", - "content": "审核报告", - "fontFamily": "Playfair Display", - "fontSize": 36, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "kBVQy", - "name": "reportSub", - "fill": "#888888", - "content": "AI 识别到需要修改的内容,请按清单处理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "UZQUi", - "name": "reportRight", - "gap": 10, - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "1D4yh", - "name": "reportBadge", - "fill": "#FF3B3012", - "cornerRadius": 10, - "padding": [ - 6, - 12 - ], - "children": [ - { - "type": "text", - "id": "EsVjN", - "name": "reportBadgeText", - "fill": "#FF3B30", - "content": "未通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "8E16P", - "name": "resultBanner", - "fill": "#FF3B3012", - "cornerRadius": 14, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "lho7n", - "name": "resultTitle", - "fill": "#FF3B30", - "content": "未通过 - 存在 2 处硬性违规", - "fontFamily": "Manrope", - "fontSize": 16, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "GslLT", - "name": "resultDesc", - "fill": "#888888", - "content": "请根据以下意见修改后重新提交", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "0vR9l", - "name": "timeline", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "veKLd", - "name": "lineTrack", - "width": "fill_container", - "height": 8, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "F4ZQE", - "x": 0, - "y": 0, - "name": "lineFill", - "width": 300, - "height": 8, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" - } - ] - }, - { - "type": "frame", - "id": "1k7ua", - "name": "markerRow", - "gap": 16, - "children": [ - { - "type": "text", - "id": "hofAH", - "name": "markerA", - "fill": "#FF3B30", - "content": "00:15 违禁词", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "hgPGI", - "name": "markerB", - "fill": "#FF3B30", - "content": "00:42 竞品 Logo", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "1DeGq", - "name": "markerC", - "fill": "#FF9500", - "content": "01:28 舆情提示", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "J5ycb", - "name": "issueList", - "width": "fill_container", - "layout": "vertical", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "si0Au", - "name": "issueA", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "text", - "id": "20fU2", - "name": "issueATitle", - "fill": "#FAF8F5", - "content": "🔴 00:15 广告法违禁词", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "bS3lC", - "name": "issueADesc", - "fill": "#888888", - "content": "原内容:\"全网第一\" · 建议改为\"深受喜爱\"", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "mKnYH", - "name": "issueAAct", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "H5A5H", - "name": "issueAJump", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "MQsJO", - "name": "issueAJumpText", - "fill": "#FAF8F5", - "content": "跳转", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "kbyTt", - "name": "issueAAppeal", - "fill": "#C9A962", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "bKXZR", - "name": "issueAAppealText", - "fill": "#0A0A0A", - "content": "申诉", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "syCnX", - "name": "issueB", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "text", - "id": "NnhvX", - "name": "issueBTitle", - "fill": "#FAF8F5", - "content": "🔴 00:42 竞品 Logo 露出", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "34HsC", - "name": "issueBDesc", - "fill": "#888888", - "content": "检测到画面中出现竞品 Logo(置信度 92%)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "nPzrv", - "name": "issueBAct", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "x7q74", - "name": "issueBShot", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "BdDcI", - "name": "issueBShotText", - "fill": "#FAF8F5", - "content": "查看截图", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "ZqHNT", - "name": "issueBAppeal", - "fill": "#C9A962", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "U2w36", - "name": "issueBAppealText", - "fill": "#0A0A0A", - "content": "申诉", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "piH9v", - "name": "issueC", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "text", - "id": "7zP8q", - "name": "issueCTitle", - "fill": "#FAF8F5", - "content": "🟡 01:28 舆情风险提示", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "9p3k3", - "name": "issueCDesc", - "fill": "#888888", - "content": "AI 检测到可能存在\"油腻\"风险,仅提示不影响通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "V94LS", - "name": "reportFooter", - "width": "fill_container", - "justifyContent": "end", - "children": [ - { - "type": "frame", - "id": "HvTJA", - "name": "reuploadBtn", - "fill": "#C9A962", - "cornerRadius": 10, - "padding": [ - 12, - 20 - ], - "children": [ - { - "type": "text", - "id": "JMnow", - "name": "reuploadText", - "fill": "#0A0A0A", - "content": "重新上传", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "vsuTT", - "x": 4800, - "y": 0, - "name": "Creator - Notifications", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "layout": "vertical", - "gap": 32, - "padding": 56, - "children": [ - { - "type": "frame", - "id": "TaskZ", - "name": "notifHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "umj93", - "name": "notifLeft", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "BUhqC", - "name": "notifLabel", - "fill": "#C9A962", - "content": "MESSAGES", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "vNByA", - "name": "notifTitle", - "fill": "#FAF8F5", - "content": "消息中心", - "fontFamily": "Playfair Display", - "fontSize": 36, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "MRc1D", - "name": "notifSub", - "fill": "#888888", - "content": "任务状态变化会第一时间通知您", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "Wn8J3", - "name": "notifTabs", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "2KiS2", - "name": "nt1", - "fill": "#C9A96210", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "N8SPd", - "name": "nt1Text", - "fill": "#C9A962", - "content": "全部", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Csaaj", - "name": "nt2", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "kHl90", - "name": "nt2Text", - "fill": "#FAF8F5", - "content": "审核通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "fDSkS", - "name": "nt3", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "5Ooab", - "name": "nt3Text", - "fill": "#FAF8F5", - "content": "需修改", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "rJaJE", - "name": "nt4", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "znMHX", - "name": "nt4Text", - "fill": "#FAF8F5", - "content": "申诉结果", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "qp3rX", - "name": "notifList", - "width": "fill_container", - "layout": "vertical", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "DUTZP", - "name": "item1", - "fill": "#0D0D0D", - "cornerRadius": 12, - "gap": 12, - "padding": [ - 14, - 16 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "dqvrA", - "name": "item1Dot", - "width": 8, - "height": 8, - "fill": "#4ADE80", - "cornerRadius": 4 - }, - { - "type": "text", - "id": "kHwpx", - "name": "item1Text", - "fill": "#FAF8F5", - "content": "✅ 您的作品已通过审核,可安排发布", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "gIu80", - "name": "item1Time", - "fill": "#666666", - "content": "5分钟前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "KjykM", - "name": "item2", - "fill": "#0D0D0D", - "cornerRadius": 12, - "gap": 12, - "padding": [ - 14, - 16 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "cRwh1", - "name": "item2Dot", - "width": 8, - "height": 8, - "fill": "#FF3B30", - "cornerRadius": 4 - }, - { - "type": "text", - "id": "6KYGI", - "name": "item2Text", - "fill": "#FAF8F5", - "content": "❌ 发现 2 处需修改内容,点击查看详情", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "n1vnK", - "name": "item2Time", - "fill": "#666666", - "content": "32分钟前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "hpJyI", - "name": "item3", - "fill": "#0D0D0D", - "cornerRadius": 12, - "gap": 12, - "padding": [ - 14, - 16 - ], - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "zSbnK", - "name": "item3Dot", - "width": 8, - "height": 8, - "fill": "#60A5FA", - "cornerRadius": 4 - }, - { - "type": "text", - "id": "r5h9L", - "name": "item3Text", - "fill": "#FAF8F5", - "content": "💬 您的申诉已通过,令牌已返还", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "OXlQJ", - "name": "item3Time", - "fill": "#666666", - "content": "2小时前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "z2ht3", + "id": "2u8Bq", "x": 0, - "y": 1020, - "name": "Creator - History", + "y": 1920, + "name": "代理商端 - 审核决策台", + "enabled": false, "clip": true, "width": 1440, "height": 900, - "fill": "#0F0F0F", - "layout": "vertical", - "gap": 32, - "padding": 56, + "fill": "$--bg-page", "children": [ { "type": "frame", - "id": "zIxyU", - "name": "histHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "frame", - "id": "NE4Qi", - "name": "histLeft", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "KhfSM", - "name": "histLabel", - "fill": "#C9A962", - "content": "HISTORY", - "fontFamily": "Manrope", - "fontSize": 10, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "text", - "id": "oIMPA", - "name": "histTitle", - "fill": "#FAF8F5", - "content": "历史记录", - "fontFamily": "Playfair Display", - "fontSize": 36, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "V2ysu", - "name": "histSub", - "fill": "#888888", - "content": "查看已完成任务与通过率", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "M1R3a", - "name": "statRow", - "width": "fill_container", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "l4S13", - "name": "stat1", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "kts0e", - "name": "stat1Label", - "fill": "#888888", - "content": "累计完成任务", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "H3NOb", - "name": "stat1Value", - "fill": "#FAF8F5", - "content": "24", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "7DcIp", - "name": "stat2", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "I6tAD", - "name": "stat2Label", - "fill": "#888888", - "content": "一次通过率", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "lUMYz", - "name": "stat2Value", - "fill": "#FAF8F5", - "content": "78%", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Gbn5X", - "name": "stat3", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 14, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "gKM9R", - "name": "stat3Label", - "fill": "#888888", - "content": "平均修改轮次", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "q5qBu", - "name": "stat3Value", - "fill": "#FAF8F5", - "content": "1.4", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ffM0V", - "name": "histTable", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, + "id": "JZFgL", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", "layout": "vertical", - "gap": 10, - "padding": 16, + "gap": 32, + "padding": [ + 24, + 16 + ], "children": [ { "type": "frame", - "id": "7MYVU", - "name": "rowHead", - "gap": 16, + "id": "AXRLs", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", "children": [ { - "type": "text", - "id": "hSdKe", - "name": "head1", - "fill": "#C9A962", - "content": "任务", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" + "type": "frame", + "id": "XGTel", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IXE6e", + "name": "logoIconT", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] }, { "type": "text", - "id": "WPTK6", - "name": "head2", - "fill": "#C9A962", - "content": "品牌", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "vKzic", - "name": "head3", - "fill": "#C9A962", - "content": "结果", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "QuEKk", - "name": "head4", - "fill": "#C9A962", - "content": "日期", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" + "id": "3v1uZ", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" } ] }, { "type": "frame", - "id": "9hDeI", - "name": "row1", - "gap": 16, + "id": "MXIpK", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, "children": [ { - "type": "text", - "id": "YY3hC", - "name": "row1c1", - "fill": "#FAF8F5", - "content": "618 推广 V3", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "L0Be6", + "name": "navA1", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "NOpsb", + "name": "navAI1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ntBLz", + "name": "navAT1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] }, { - "type": "text", - "id": "gaFE9", - "name": "row1c2", - "fill": "#888888", - "content": "XX品牌", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "ynGHI", + "name": "navA2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "tNa4F", + "name": "navAI2", + "width": 20, + "height": 20, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "3g4Ht", + "name": "navAT2", + "fill": "$--text-primary", + "content": "审核决策台", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] }, { - "type": "text", - "id": "hjeeP", - "name": "row1c3", - "fill": "#4ADE80", - "content": "通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "c4gJG", - "name": "row1c4", - "fill": "#666666", - "content": "2026-02-01", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "0x3pt", - "name": "row2", - "gap": 16, - "children": [ - { - "type": "text", - "id": "p5q2Y", - "name": "row2c1", - "fill": "#FAF8F5", - "content": "新品发布 V2", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "RgR8t", - "name": "row2c2", - "fill": "#888888", - "content": "YY品牌", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "PvscB", - "name": "row2c3", - "fill": "#FF9500", - "content": "待修改", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "hyEEB", - "name": "row2c4", - "fill": "#666666", - "content": "2026-01-28", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "1BSWN", - "name": "row3", - "gap": 16, - "children": [ - { - "type": "text", - "id": "GvGxi", - "name": "row3c1", - "fill": "#FAF8F5", - "content": "节日专场 V1", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "DyMQ3", - "name": "row3c2", - "fill": "#888888", - "content": "ZZ品牌", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Cn7TD", - "name": "row3c3", - "fill": "#FF3B30", - "content": "已驳回", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "LMH1d", - "name": "row3c4", - "fill": "#666666", - "content": "2026-01-20", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" + "type": "frame", + "id": "0XxIF", + "name": "navA3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "RTBNF", + "name": "navAI3", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ILEFo", + "name": "navAT3", + "fill": "$--text-secondary", + "content": "Brief 配置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] } ] } ] - } - ] - }, - { - "type": "frame", - "id": "ZbHxo", - "x": 1600, - "y": 1020, - "name": "Creator - Appeal Modal", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "layout": "none", - "children": [ - { - "type": "frame", - "id": "qGT3v", - "x": 0, - "y": 0, - "name": "overlay", - "width": 1440, - "height": 900, - "fill": "#00000080", - "layout": "none" }, { "type": "frame", - "id": "BHmDG", - "x": 360, - "y": 120, - "name": "modal", - "width": 720, - "height": 640, - "fill": "#0D0D0D", - "cornerRadius": 16, + "id": "CuE8n", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", "layout": "vertical", - "gap": 16, - "padding": 24, + "gap": 24, + "padding": 32, "children": [ { "type": "frame", - "id": "mDwuX", - "name": "modalHeader", + "id": "OQL4C", + "name": "顶部栏", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", - "children": [ - { - "type": "text", - "id": "hprH2", - "name": "modalTitle", - "fill": "#FAF8F5", - "content": "发起申诉", - "fontFamily": "Playfair Display", - "fontSize": 24, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "uF1cm", - "name": "modalClose", - "fill": "#666666", - "content": "✕", - "fontFamily": "Manrope", - "fontSize": 16, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "N8KzL", - "name": "infoText", - "fill": "#888888", - "content": "问题类型:广告法违禁词\n时间点:00:15", - "lineHeight": 1.6, - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "36FV9", - "name": "reasonLabel", - "fill": "#C9A962", - "content": "申诉理由 *", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "d1Me5", - "name": "reasonBox", - "width": "fill_container", - "height": 140, - "fill": "#111111", - "cornerRadius": 12, - "layout": "none", - "children": [ - { - "type": "text", - "id": "UuYYr", - "x": 12, - "y": 12, - "name": "reasonHint", - "fill": "#666666", - "content": "请详细说明您的申诉理由(至少10字)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "VS7k9", - "name": "uploadLabel", - "fill": "#C9A962", - "content": "上传补充证据(可选)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "CCWHU", - "name": "uploadRow", - "gap": 12, "children": [ { "type": "frame", - "id": "o9oSD", - "name": "uploadBtn", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "BHMc0", - "name": "uploadText", - "fill": "#FAF8F5", - "content": "+ 添加", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "text", - "id": "qgIyS", - "name": "tokenNote", - "fill": "#888888", - "content": "💡 剩余申诉令牌:2 次(申诉成功将自动返还)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "Wik3i", - "name": "submitBtn", - "fill": "#C9A962", - "cornerRadius": 10, - "padding": [ - 12, - 20 - ], - "children": [ - { - "type": "text", - "id": "yMJUl", - "name": "submitText", - "fill": "#0A0A0A", - "content": "提交申诉", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "e9rMe", - "x": 3200, - "y": 1020, - "name": "Agency - Dashboard", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "3q4vm", - "name": "Sidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "mc5Lo", - "name": "sideTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "CGvZE", - "name": "sideLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "eOItI", - "name": "sideNav", + "id": "cYchu", + "name": "pageTitle", "layout": "vertical", - "gap": 12, + "gap": 4, "children": [ { "type": "text", - "id": "65Nde", - "name": "nav1", - "fill": "#C9A962", - "content": "工作台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "6hVA3", - "name": "nav2", - "fill": "#666666", - "content": "Brief 管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "lS9Ti", - "name": "nav3", - "fill": "#666666", - "content": "审核台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Q1FEg", - "name": "nav4", - "fill": "#666666", - "content": "达人管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "fYfLM", - "name": "nav5", - "fill": "#666666", - "content": "数据报表", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "JUFdI", - "name": "nav6", - "fill": "#666666", - "content": "设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "1aENE", - "name": "sideUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "Bk41n", - "name": "userName", - "fill": "#FAF8F5", - "content": "张三", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Q0lIs", - "name": "userRole", - "fill": "#666666", - "content": "代理商管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "hJzmJ", - "name": "Main", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "8XJQt", - "name": "mainHeader", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "Lpajw", - "name": "mainTitle", - "fill": "#FAF8F5", - "content": "工作台", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "sB7Tm", - "name": "mainSub", - "fill": "#888888", - "content": "待办、项目进度与最近动态一览", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "6ECcM", - "name": "statsRow", - "width": "fill_container", - "gap": 20, - "children": [ - { - "type": "frame", - "id": "rObyv", - "name": "statA", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "4dIQ9", - "name": "statAVal", - "fill": "#FAF8F5", - "content": "12", - "fontFamily": "Playfair Display", + "id": "zxdOb", + "name": "titleText", + "fill": "$--text-primary", + "content": "审核决策台", + "fontFamily": "DM Sans", "fontSize": 28, - "fontWeight": "normal" + "fontWeight": "700" }, { "type": "text", - "id": "22gtR", - "name": "statALab", - "fill": "#888888", - "content": "待人工复核", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "5cOSL", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "美妆护肤系列 - 春季新品推广", + "fontFamily": "DM Sans", + "fontSize": 15, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "YpCKR", - "name": "statB", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "N6UZy", - "name": "statBVal", - "fill": "#FAF8F5", - "content": "3", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "umIVL", - "name": "statBLab", - "fill": "#888888", - "content": "申诉待仲裁", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "lK7FA", - "name": "statC", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "Rkt7B", - "name": "statCVal", - "fill": "#FAF8F5", - "content": "5", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "yPtvK", - "name": "statCLab", - "fill": "#888888", - "content": "超时预警", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "rGvDZ", - "name": "progressCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "FH3dz", - "name": "progressTitle", - "fill": "#FAF8F5", - "content": "进行中的项目", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "z354t", - "name": "progressItem1", - "fill": "#888888", - "content": "XX品牌 618 推广 · 12/20", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "yjMn4", - "name": "progressBar1", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "1kz6F", - "x": 0, - "y": 0, - "name": "progressFill1", - "width": 320, - "height": 6, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" - } - ] - }, - { - "type": "text", - "id": "6WRUr", - "name": "progressItem2", - "fill": "#888888", - "content": "YY品牌 新品发布 · 5/15", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "ZL37W", - "name": "progressBar2", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "hntpM", - "x": 0, - "y": 0, - "name": "progressFill2", - "width": 180, - "height": 6, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" - } - ] - } - ] - }, - { - "type": "frame", - "id": "uMoXY", - "name": "activityCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 10, - "padding": 20, - "children": [ - { - "type": "text", - "id": "d7kmi", - "name": "activityTitle", - "fill": "#FAF8F5", - "content": "最近活动", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "KlMXz", - "name": "act1", - "fill": "#FAF8F5", - "content": "🟢 达人A 的视频已通过审核", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "qk4l7", - "name": "act1Time", - "fill": "#666666", - "content": "5分钟前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Lu2TC", - "name": "act2", - "fill": "#FAF8F5", - "content": "🔴 达人B 的视频被驳回", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "ZStPC", - "name": "act2Time", - "fill": "#666666", - "content": "12分钟前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Ap66K", - "name": "act3", - "fill": "#FAF8F5", - "content": "📋 新 Brief 已上传解析完成", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "66XdT", - "name": "act3Time", - "fill": "#666666", - "content": "1小时前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "4HfGh", - "x": 4800, - "y": 1020, - "name": "Agency - Brief Setup", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "ucq6b", - "name": "briefSidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "gYk9O", - "name": "sideTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "uNm1D", - "name": "sideLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "dbfOd", - "name": "sideNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "Y4qDE", - "name": "nav1", - "fill": "#C9A962", - "content": "工作台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Zups2", - "name": "nav2", - "fill": "#666666", - "content": "Brief 管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "mdaJ3", - "name": "nav3", - "fill": "#666666", - "content": "审核台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "p3yOa", - "name": "nav4", - "fill": "#666666", - "content": "达人管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "EeALk", - "name": "nav5", - "fill": "#666666", - "content": "数据报表", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "9dre7", - "name": "nav6", - "fill": "#666666", - "content": "设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "ivuPH", - "name": "sideUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "JcwNT", - "name": "userName", - "fill": "#FAF8F5", - "content": "张三", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "gdIRy", - "name": "userRole", - "fill": "#666666", - "content": "代理商管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "52jql", - "name": "briefMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "YkZbY", - "name": "briefHeader", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "yIyf0", - "name": "briefTitle", - "fill": "#FAF8F5", - "content": "Brief 配置中心", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "JSAJW", - "name": "briefSub", - "fill": "#888888", - "content": "上传并解析 Brief,自动生成结构化规则", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "McTna", - "name": "uploadCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 24, - "children": [ - { - "type": "text", - "id": "A3NP2", - "name": "uploadTitle", - "fill": "#FAF8F5", - "content": "拖拽文件到此处上传", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "08OHY", - "name": "uploadHint", - "fill": "#888888", - "content": "支持 PDF / Word / Excel / PPT / 图片", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "112Wv", - "name": "uploadActions", + "id": "FILZS", + "name": "topActions", "gap": 12, + "alignItems": "center", "children": [ { "type": "frame", - "id": "Mi0NG", - "name": "fileBtn", - "fill": "#C9A962", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "LH3NS", - "name": "fileBtnText", - "fill": "#0A0A0A", - "content": "选择文件", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "DW3k1", - "name": "linkBtn", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "gLBU7", - "name": "linkBtnText", - "fill": "#FAF8F5", - "content": "粘贴在线文档链接", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "text", - "id": "Z87am", - "name": "platformLabel", - "fill": "#C9A962", - "content": "投放平台", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "rS8sY", - "name": "platformRow", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "5zvjL", - "name": "plat1", - "fill": "#C9A96210", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "2AJGO", - "name": "plat1Text", - "fill": "#C9A962", - "content": "抖音", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "vMT8y", - "name": "plat2", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "2Rc4l", - "name": "plat2Text", - "fill": "#FAF8F5", - "content": "小红书", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "uUGGB", - "name": "plat3", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "9lRgt", - "name": "plat3Text", - "fill": "#FAF8F5", - "content": "B站", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "text", - "id": "c3S1S", - "name": "regionLabel", - "fill": "#C9A962", - "content": "投放区域", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "Z3qzK", - "name": "regionRow", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "bBXOG", - "name": "reg1", - "fill": "#C9A96210", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "mJkk0", - "name": "reg1Text", - "fill": "#C9A962", - "content": "中国大陆", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "8urBA", - "name": "reg2", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "EXyYT", - "name": "reg2Text", - "fill": "#FAF8F5", - "content": "港澳台", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "FcNHH", - "name": "reg3", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "PpgcM", - "name": "reg3Text", - "fill": "#FAF8F5", - "content": "海外", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "f8cab", - "x": 0, - "y": 2040, - "name": "Agency - Review Cockpit", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "Yd6Ca", - "name": "reviewSidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "5wszB", - "name": "sideTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "7gdix", - "name": "sideLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "NOLUg", - "name": "sideNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "q3B2s", - "name": "nav1", - "fill": "#666666", - "content": "工作台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "f4eej", - "name": "nav2", - "fill": "#666666", - "content": "Brief 管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "JYk4N", - "name": "nav3", - "fill": "#C9A962", - "content": "审核台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "awTgL", - "name": "nav4", - "fill": "#666666", - "content": "达人管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "6T5H7", - "name": "nav5", - "fill": "#666666", - "content": "数据报表", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "xnkdD", - "name": "nav6", - "fill": "#666666", - "content": "设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "mDrlo", - "name": "sideUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "EbeuY", - "name": "userName", - "fill": "#FAF8F5", - "content": "张三", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "vEztr", - "name": "userRole", - "fill": "#666666", - "content": "代理商管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "CY3mL", - "name": "Main", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "iSk4W", - "name": "reviewHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "b4BAJ", - "name": "reviewTitle", - "fill": "#FAF8F5", - "content": "审核决策台", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "inxau", - "name": "reviewActions", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "sPmzS", + "id": "SyQEQ", "name": "prevBtn", - "cornerRadius": 8, + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, "padding": [ - 8, - 10 + 10, + 16 ], + "alignItems": "center", "children": [ + { + "type": "icon_font", + "id": "yTcdk", + "name": "prevIcon", + "width": 18, + "height": 18, + "iconFontName": "chevron-left", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, { "type": "text", - "id": "2pnyT", + "id": "Xal1j", "name": "prevText", - "fill": "#FAF8F5", - "content": "←", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "fill": "$--text-secondary", + "content": "上一个", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" } ] }, { "type": "frame", - "id": "VpC6I", + "id": "LsKTc", "name": "nextBtn", - "cornerRadius": 8, + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, "padding": [ - 8, - 10 + 10, + 16 ], + "alignItems": "center", "children": [ { "type": "text", - "id": "P8WUD", + "id": "3kFPv", "name": "nextText", - "fill": "#FAF8F5", - "content": "→", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "fill": "$--text-secondary", + "content": "下一个", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "YsNhB", + "name": "nextIcon", + "width": 18, + "height": 18, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" } ] } @@ -3468,16 +3389,16 @@ }, { "type": "frame", - "id": "EqRne", - "name": "reviewRow", + "id": "TTbK2", + "name": "内容区", "width": "fill_container", "height": "fill_container", "gap": 24, "children": [ { "type": "frame", - "id": "q9vX7", - "name": "leftCol", + "id": "9yIw5", + "name": "视频区", "width": "fill_container", "height": "fill_container", "layout": "vertical", @@ -3485,114 +3406,2801 @@ "children": [ { "type": "frame", - "id": "ATjvx", - "name": "videoCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 16, + "id": "MxG7q", + "name": "视频播放器", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "justifyContent": "center", + "alignItems": "center", "children": [ { - "type": "text", - "id": "APLal", - "name": "videoTitle", - "fill": "#FAF8F5", - "content": "达人A · 618 推广 V3", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" + "type": "frame", + "id": "IZYc3", + "name": "videoPlaceholder", + "width": 640, + "height": 360, + "fill": "#000000", + "cornerRadius": 12, + "children": [ + { + "type": "frame", + "id": "O58sD", + "name": "playOverlay", + "width": 64, + "height": 64, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 32, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "7R2eA", + "name": "playIcon", + "width": 28, + "height": 28, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + } + ] }, { "type": "frame", - "id": "7oYaN", - "name": "videoFrame", - "width": "fill_container", - "height": 320, - "fill": "#111111", - "cornerRadius": 10, + "id": "XR8pd", + "name": "videoInfo", "layout": "vertical", - "justifyContent": "center", + "gap": 8, + "padding": [ + 16, + 0, + 0, + 0 + ], + "children": [ + { + "type": "text", + "id": "SryDh", + "name": "videoTitle", + "fill": "$--text-primary", + "content": "春季护肤新品体验分享", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "gkTmp", + "name": "videoMeta", + "fill": "$--text-secondary", + "content": "达人: 小美 · 时长: 02:35 · 提交: 2小时前", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "tnSTv", + "name": "分析面板", + "width": 380, + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "0qhFV", + "name": "AI分析结果", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "JLeoF", + "name": "aiHeader", + "width": "fill_container", + "justifyContent": "space_between", "alignItems": "center", "children": [ { "type": "text", - "id": "qnlcS", - "name": "playIcon", - "fill": "#C9A962", - "content": "▶", - "fontFamily": "Manrope", - "fontSize": 36, + "id": "FD51z", + "name": "aiTitle", + "fill": "$--text-primary", + "content": "AI 分析结果", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "1HOIu", + "name": "aiScore", + "opacity": 0.15, + "fill": "$--accent-amber", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "wna2e", + "name": "aiScoreText", + "fill": "$--accent-amber", + "content": "风险评分: 72", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "r8OH8", + "name": "issue1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "layout": "vertical", + "gap": 8, + "padding": 12, + "children": [ + { + "type": "frame", + "id": "JeBJt", + "name": "issue1Head", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GfvYo", + "name": "issue1Icon", + "width": 16, + "height": 16, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + }, + { + "type": "text", + "id": "vgMAg", + "name": "issue1Title", + "fill": "$--accent-coral", + "content": "违规风险 · 00:45", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "xitup", + "name": "issue1Desc", + "fill": "$--text-secondary", + "content": "检测到可能的功效宣称:「美白效果立竿见影」需要修改措辞", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "nH308", - "name": "reviewTimeline", + "id": "MIQsm", + "name": "issue2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "layout": "vertical", + "gap": 8, + "padding": 12, + "children": [ + { + "type": "frame", + "id": "6shYE", + "name": "issue2Head", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "NuIdr", + "name": "issue2Icon", + "width": 16, + "height": 16, + "iconFontName": "circle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-amber" + }, + { + "type": "text", + "id": "tazrM", + "name": "issue2Title", + "fill": "$--accent-amber", + "content": "品牌合规 · 01:20", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "Cs4o4", + "name": "issue2Desc", + "fill": "$--text-secondary", + "content": "品牌 Logo 露出时间不足,建议延长至3秒以上", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "NcW6H", + "name": "issue3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "layout": "vertical", + "gap": 8, + "padding": 12, + "children": [ + { + "type": "frame", + "id": "F7FKj", + "name": "issue3Head", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "v0chb", + "name": "issue3Icon", + "width": 16, + "height": 16, + "iconFontName": "square-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "7tOYF", + "name": "issue3Title", + "fill": "$--accent-green", + "content": "内容质量 · 通过", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "fg0bV", + "name": "issue3Desc", + "fill": "$--text-secondary", + "content": "画面清晰度、音频质量、口播流畅度均符合标准", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "stdbk", + "name": "决策控制", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 20, + "children": [ + { + "type": "text", + "id": "ovynd", + "name": "decisionTitle", + "fill": "$--text-primary", + "content": "审核决策", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "2KUn3", + "name": "decisionBtns", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "Iamz3", + "name": "approveBtn", + "width": "fill_container", + "fill": "$--accent-green", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "fPHyI", + "name": "approveIcon", + "width": 18, + "height": 18, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "ejLmQ", + "name": "approveText", + "fill": "#FFFFFF", + "content": "通过", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "RAC21", + "name": "rejectBtn", + "width": "fill_container", + "fill": "$--accent-coral", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "gqExK", + "name": "rejectIcon", + "width": 18, + "height": 18, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "KSmnh", + "name": "rejectText", + "fill": "#FFFFFF", + "content": "拒绝", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "gKg0Y", + "name": "reviseBtn", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "sY5EF", + "name": "reviseIcon", + "width": 18, + "height": 18, + "iconFontName": "pen-line", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "tnLHs", + "name": "reviseText", + "fill": "$--text-secondary", + "content": "要求修改", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "iQZD2", + "name": "feedbackArea", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "0hetu", + "name": "feedbackLabel", + "fill": "$--text-secondary", + "content": "审核意见(可选)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "0ARcx", + "name": "feedbackInput", + "width": "fill_container", + "height": 80, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": 14, + "children": [ + { + "type": "text", + "id": "DWPwo", + "name": "feedbackPlaceholder", + "fill": "$--text-tertiary", + "content": "输入审核意见或修改建议...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "xUM9m", + "x": 0, + "y": 2890, + "name": "品牌方端 - 数据看板", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "Fmds1", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "GvWsf", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "qO9v8", + "name": "logoIcon2", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "jooPm", + "name": "logoIconT2", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "dQ3Yh", + "name": "logoText2", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "ANjHs", + "name": "brandBadge", + "fill": "#32D58320", + "cornerRadius": 6, + "padding": [ + 2, + 8 + ], + "children": [ + { + "type": "text", + "id": "7YpGy", + "name": "brandBadgeText", + "fill": "$--accent-green", + "content": "品牌方", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "k2HcW", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "1cUbu", + "name": "navB1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GLaO2", + "name": "navBI1", + "width": 20, + "height": 20, + "iconFontName": "chart-bar", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "hR0Av", + "name": "navBT1", + "fill": "$--text-primary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "AjWS8", + "name": "navB2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8IdHt", + "name": "navBI2", + "width": 20, + "height": 20, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "6wE1N", + "name": "navBT2", + "fill": "$--text-secondary", + "content": "规则配置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "5NqZP", + "name": "navB3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "hXZ57", + "name": "navBI3", + "width": 20, + "height": 20, + "iconFontName": "file-search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "crgW4", + "name": "navBT3", + "fill": "$--text-secondary", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "ZgxiO", + "name": "navB4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Ht33W", + "name": "navBI4", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "rGhIT", + "name": "navBT4", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "stI8p", + "name": "navB5", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Xw7RD", + "name": "navBI5", + "width": 20, + "height": 20, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Oz8my", + "name": "navBT5", + "fill": "$--text-secondary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "Sqyr6", + "name": "navB6", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ibiTD", + "name": "navBI6", + "width": 20, + "height": 20, + "iconFontName": "cpu", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "FjEXb", + "name": "navBT6", + "fill": "$--text-secondary", + "content": "AI 服务配置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "CQtiQ", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "NQkWr", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Q2wbd", + "name": "pageTitleB", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "UaVoF", + "name": "titleTextB", + "fill": "$--text-primary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "9hy07", + "name": "subtitleTextB", + "fill": "$--text-secondary", + "content": "2026年2月 · 实时数据", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "YAmeD", + "name": "topActionsB", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "7pWwt", + "name": "dateSelector", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ndEQk", + "name": "dateIcon", + "width": 18, + "height": 18, + "iconFontName": "calendar", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "gGVzh", + "name": "dateText", + "fill": "$--text-primary", + "content": "本月", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "ZsPjY", + "name": "dateArrow", + "width": 16, + "height": 16, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "2ElnQ", + "name": "exportBtn", + "fill": "$--accent-indigo", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "yBMy6", + "name": "exportIcon", + "width": 18, + "height": 18, + "iconFontName": "download", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "U5kBM", + "name": "exportText", + "fill": "#FFFFFF", + "content": "导出报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "RW0dG", + "name": "指标卡片", + "width": "fill_container", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "TzZ3a", + "name": "metric1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 8, + "padding": 24, + "children": [ + { + "type": "text", + "id": "Q8BMz", + "name": "metric1Value", + "fill": "$--text-primary", + "content": "1,234", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700", + "letterSpacing": -1 + }, + { + "type": "text", + "id": "njvG0", + "name": "metric1Label", + "fill": "$--text-secondary", + "content": "本月审核总量", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "9Xr5z", + "name": "metric1Trend", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Gssg7", + "name": "metric1TrendIcon", + "width": 14, + "height": 14, + "iconFontName": "trending-up", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "J5Y3L", + "name": "metric1TrendText", + "fill": "$--accent-green", + "content": "+12%", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "xPFxF", + "name": "metric2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 8, + "padding": 24, + "children": [ + { + "type": "text", + "id": "OVbdH", + "name": "metric2Value", + "fill": "$--text-primary", + "content": "78.5%", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700", + "letterSpacing": -1 + }, + { + "type": "text", + "id": "T2F3a", + "name": "metric2Label", + "fill": "$--text-secondary", + "content": "初审通过率", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "yldgC", + "name": "metric2Trend", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uqxGu", + "name": "metric2TrendIcon", + "width": 14, + "height": 14, + "iconFontName": "trending-up", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "p7dH4", + "name": "metric2TrendText", + "fill": "$--accent-green", + "content": "+5.2%", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "MoIge", + "name": "metric3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 8, + "padding": 24, + "children": [ + { + "type": "text", + "id": "oI7zp", + "name": "metric3Value", + "fill": "$--text-primary", + "content": "96.2%", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700", + "letterSpacing": -1 + }, + { + "type": "text", + "id": "itLyi", + "name": "metric3Label", + "fill": "$--text-secondary", + "content": "硬性召回率", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "fvUch", + "name": "metric3Badge", + "fill": "#32D58320", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "nlzti", + "name": "metric3BadgeText", + "fill": "$--accent-green", + "content": "达标 ≥95%", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "frame", + "id": "P8vz3", + "name": "metric4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 8, + "padding": 24, + "children": [ + { + "type": "text", + "id": "RV3eP", + "name": "metric4Value", + "fill": "$--text-primary", + "content": "4.2h", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700", + "letterSpacing": -1 + }, + { + "type": "text", + "id": "cuDJi", + "name": "metric4Label", + "fill": "$--text-secondary", + "content": "平均审核周期", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "cNRYw", + "name": "metric4Badge", + "fill": "#32D58320", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "hDyQp", + "name": "metric4BadgeText", + "fill": "$--accent-green", + "content": "达标 ≤5h", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "gN7iM", + "name": "图表区", + "width": "fill_container", + "height": "fill_container", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "h6bQp", + "name": "趋势图", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "SSCmt", + "name": "chartHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "WyGD1", + "name": "chartTitle", + "fill": "$--text-primary", + "content": "近30天审核趋势", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "AxaQ4", + "name": "chartLegend", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "w99cW", + "name": "legend1", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "inRaM", + "name": "legend1Dot", + "width": 8, + "height": 8, + "fill": "$--accent-indigo", + "cornerRadius": 4 + }, + { + "type": "text", + "id": "GE1Zk", + "name": "legend1Text", + "fill": "$--text-secondary", + "content": "审核量", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "NJVnS", + "name": "legend2", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "bJzvK", + "name": "legend2Dot", + "width": 8, + "height": 8, + "fill": "$--accent-green", + "cornerRadius": 4 + }, + { + "type": "text", + "id": "eMqQJ", + "name": "legend2Text", + "fill": "$--text-secondary", + "content": "通过率", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "qLelj", + "name": "chartArea", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "padding": [ + 24, + 16 + ], + "justifyContent": "space_around", + "alignItems": "end", + "children": [ + { + "type": "frame", + "id": "RL2dV", + "name": "bar1", + "width": 24, + "height": 120, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "7nK2T", + "name": "bar2", + "width": 24, + "height": 180, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "qwF2u", + "name": "bar3", + "width": 24, + "height": 150, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "tDKnZ", + "name": "bar4", + "width": 24, + "height": 200, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "qMW5V", + "name": "bar5", + "width": 24, + "height": 170, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "cvjqa", + "name": "bar6", + "width": 24, + "height": 220, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + }, + { + "type": "frame", + "id": "EX6bz", + "name": "bar7", + "width": 24, + "height": 190, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": [ + 6, + 6, + 0, + 0 + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "hlQ5A", + "name": "风险预警", + "width": 360, + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "N0637", + "name": "alertHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "YGa2P", + "name": "alertTitle", + "fill": "$--text-primary", + "content": "风险预警", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "text", + "id": "wyqyE", + "name": "alertViewAll", + "fill": "$--accent-blue", + "content": "全部", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "WKBok", + "name": "alertList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "xCcnY", + "name": "alert1", + "width": "fill_container", + "fill": "#E85A4F15", + "cornerRadius": 12, + "gap": 12, + "padding": 14, + "children": [ + { + "type": "frame", + "id": "2l2wX", + "name": "alert1Icon", + "width": 32, + "height": 32, + "fill": "$--accent-coral", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "OEivQ", + "name": "alert1IconI", + "width": 18, + "height": 18, + "iconFontName": "circle-alert", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "DRtFx", + "name": "alert1Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "AGBtJ", + "name": "alert1Title", + "fill": "$--text-primary", + "content": "代理商A竞品露出集中", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "7KGwW", + "name": "alert1Desc", + "fill": "$--text-secondary", + "content": "24小时内5条视频触发", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "DVwzF", + "name": "alert2", + "width": "fill_container", + "fill": "#FFB54715", + "cornerRadius": 12, + "gap": 12, + "padding": 14, + "children": [ + { + "type": "frame", + "id": "Cz9DB", + "name": "alert2Icon", + "width": 32, + "height": 32, + "fill": "$--accent-amber", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "u2NZ8", + "name": "alert2IconI", + "width": 18, + "height": 18, + "iconFontName": "user-x", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "ylXCu", + "name": "alert2Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "pu38k", + "name": "alert2Title", + "fill": "$--text-primary", + "content": "达人B连续未通过", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "0L18H", + "name": "alert2Desc", + "fill": "$--text-secondary", + "content": "连续3次提交未通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "OwiCN", + "name": "alert3", + "width": "fill_container", + "fill": "#6366F115", + "cornerRadius": 12, + "gap": 12, + "padding": 14, + "children": [ + { + "type": "frame", + "id": "aXRr6", + "name": "alert3Icon", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "xyIsQ", + "name": "alert3IconI", + "width": 18, + "height": 18, + "iconFontName": "info", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "PGPcS", + "name": "alert3Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "mdNCe", + "name": "alert3Title", + "fill": "$--text-primary", + "content": "舆情阈值建议调整", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "pH4rR", + "name": "alert3Desc", + "fill": "$--text-secondary", + "content": "本周拦截数异常上升", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "4ppiJ", + "x": 0, + "y": 3860, + "name": "品牌方端 - AI服务配置", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "WRWWV", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "bWXQ4", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "zxGsv", + "name": "logoIcon3", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0YjJV", + "name": "logoIconT3", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "P3MqF", + "name": "logoText3", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "Fct9R", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "6Xxci", + "name": "navC1", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "xBtZ3", + "name": "navCI1", + "width": 20, + "height": 20, + "iconFontName": "chart-bar", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "mglRI", + "name": "navCT1", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "RYLzs", + "name": "navC2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "BA4kB", + "name": "navCI2", + "width": 20, + "height": 20, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "XeSoQ", + "name": "navCT2", + "fill": "$--text-secondary", + "content": "规则配置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "xoYJC", + "name": "navC3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JoWJP", + "name": "navCI3", + "width": 20, + "height": 20, + "iconFontName": "cpu", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "MgepO", + "name": "navCT3", + "fill": "$--text-primary", + "content": "AI 服务配置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "DT6h2", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "H2wDP", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "NZV4V", + "name": "pageTitleC", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "T8DiR", + "name": "titleTextC", + "fill": "$--text-primary", + "content": "AI 服务配置", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "qkdOY", + "name": "subtitleTextC", + "fill": "$--text-secondary", + "content": "配置 AI 提供商和模型参数", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "kvyjU", + "name": "topActionsC", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "NTEyw", + "name": "testBtn", + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0hr9c", + "name": "testIcon", + "width": 18, + "height": 18, + "iconFontName": "plug", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "qiyoZ", + "name": "testText", + "fill": "$--text-primary", + "content": "测试连接", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "49P8i", + "name": "saveBtn", + "fill": "$--accent-green", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 10, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zh4ty", + "name": "saveIcon", + "width": 18, + "height": 18, + "iconFontName": "save", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "GXibl", + "name": "saveText", + "fill": "#FFFFFF", + "content": "保存配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "F4j5v", + "name": "配置内容", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "KjZ9p", + "name": "leftCol", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "eVjR9", + "name": "提供商配置", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "text", + "id": "3vT4g", + "name": "providerTitle", + "fill": "$--text-primary", + "content": "AI 提供商", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "aVlon", + "name": "providerSelect", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "gbC27", + "name": "providerText", + "fill": "$--text-primary", + "content": "OneAPI 中转服务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "BX8sp", + "name": "providerArrow", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "text", + "id": "EG4It", + "name": "providerHint", + "fill": "$--text-secondary", + "content": "支持 OneAPI、Anthropic、OpenAI、DeepSeek 等", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "UYLu2", + "name": "连接设置", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "text", + "id": "CARox", + "name": "connTitle", + "fill": "$--text-primary", + "content": "连接设置", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "N0NWS", + "name": "urlRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "2yMkx", + "name": "urlLabel", + "fill": "$--text-secondary", + "content": "Base URL", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "6Wh6P", + "name": "urlInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "text", + "id": "ifhsB", + "name": "urlText", + "fill": "$--text-secondary", + "content": "https://api.oneapi.com/v1", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "JtirZ", + "name": "keyRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "rUXIb", + "name": "keyLabel", + "fill": "$--text-secondary", + "content": "API Key", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "X5cFf", + "name": "keyInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "i2i25", + "name": "keyText", + "fill": "$--text-secondary", + "content": "sk-••••••••••••••••", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "qNwMV", + "name": "keyEye", + "width": 18, + "height": 18, + "iconFontName": "eye-off", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "OWe4m", + "name": "rightCol", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "SDbvL", + "name": "模型配置", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "text", + "id": "T821Q", + "name": "modelTitle", + "fill": "$--text-primary", + "content": "模型配置", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "8dWlM", + "name": "llmRow", + "width": "fill_container", "layout": "vertical", "gap": 8, "children": [ { "type": "frame", - "id": "qNBGs", - "name": "track", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", + "id": "c87Dn", + "name": "llmLabel", + "gap": 8, + "alignItems": "center", "children": [ { - "type": "frame", - "id": "C8e8z", - "x": 0, - "y": 0, - "name": "fill", - "width": 260, - "height": 6, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" + "type": "icon_font", + "id": "RcwfX", + "name": "llmIcon", + "width": 16, + "height": 16, + "iconFontName": "message-square", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "qZ9Ln", + "name": "llmText", + "fill": "$--text-secondary", + "content": "文字处理模型 (LLM)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" } ] }, { "type": "frame", - "id": "nEIR7", - "name": "markerRow", - "gap": 12, + "id": "OQeEz", + "name": "llmSelect", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", "children": [ { "type": "text", - "id": "CB2Km", - "name": "mk1", - "fill": "#FF3B30", - "content": "00:15", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" + "id": "N3BLZ", + "name": "llmValue", + "fill": "$--text-primary", + "content": "claude-3-5-sonnet-20241022", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "wcdDl", + "name": "llmArrow", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "jgWXS", + "name": "visionRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "GCjHF", + "name": "visionLabel", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "DMhpD", + "name": "visionIcon", + "width": 16, + "height": 16, + "iconFontName": "video", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" }, { "type": "text", - "id": "UO7Qb", - "name": "mk2", - "fill": "#FF3B30", - "content": "00:42", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" + "id": "0cZht", + "name": "visionText", + "fill": "$--text-secondary", + "content": "视频分析模型 (Vision)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "4wWcB", + "name": "visionSelect", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "3ammu", + "name": "visionValue", + "fill": "$--text-primary", + "content": "gpt-4o", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "wUI8T", + "name": "visionArrow", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Kuvep", + "name": "asrRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "pzQ1D", + "name": "asrLabel", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "st7wb", + "name": "asrIcon", + "width": 16, + "height": 16, + "iconFontName": "mic", + "iconFontFamily": "lucide", + "fill": "$--accent-green" }, { "type": "text", - "id": "VBt4D", - "name": "mk3", - "fill": "#FF9500", - "content": "01:28", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" + "id": "ajFpE", + "name": "asrText", + "fill": "$--text-secondary", + "content": "音频解析模型 (ASR)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "nfxOU", + "name": "asrSelect", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "eGhZB", + "name": "asrValue", + "fill": "$--text-primary", + "content": "whisper-large-v3", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "kx1lZ", + "name": "asrArrow", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" } ] } @@ -3602,318 +6210,247 @@ }, { "type": "frame", - "id": "Sm8MI", - "name": "briefThumb", - "width": 220, - "fill": "#0D0D0D", - "cornerRadius": 10, + "id": "N7gUz", + "name": "参数配置", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, "layout": "vertical", - "gap": 8, - "padding": 12, + "gap": 20, + "padding": 24, "children": [ { "type": "text", - "id": "m9KDN", - "name": "briefTitle", - "fill": "#FAF8F5", - "content": "Brief 参考图", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "id": "rjs2q", + "name": "paramTitle", + "fill": "$--text-primary", + "content": "生成参数", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" }, { "type": "frame", - "id": "mfj7u", - "name": "briefImg", + "id": "KH7Ue", + "name": "tempRow", "width": "fill_container", - "height": 120, - "fill": "#111111", - "cornerRadius": 8 - } - ] - } - ] - }, - { - "type": "frame", - "id": "Qcjg1", - "name": "rightCol", - "width": 360, - "height": "fill_container", - "layout": "vertical", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "h2CXQ", - "name": "checkCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 10, - "padding": 16, - "children": [ - { - "type": "text", - "id": "C77kp", - "name": "checkTitle", - "fill": "#FAF8F5", - "content": "AI 检查单", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "4ETa3", - "name": "checkItem1", - "fill": "#FAF8F5", - "content": "🔴 00:15 广告法违禁词 · \"全网第一\"", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "J9DZP", - "name": "checkItem2", - "fill": "#FAF8F5", - "content": "🔴 00:42 竞品 Logo 露出 · 置信度 92%", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "4D8ED", - "name": "checkBtn", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], + "layout": "vertical", + "gap": 12, "children": [ { - "type": "text", - "id": "m7bbc", - "name": "checkBtnText", - "fill": "#FAF8F5", - "content": "展开详情", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "RLU6p", + "name": "tempHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "25pWZ", + "name": "tempLabel", + "fill": "$--text-secondary", + "content": "Temperature", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "text", + "id": "ddbXg", + "name": "tempValue", + "fill": "$--text-primary", + "content": "0.3", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "TyqpT", + "name": "tempSlider", + "width": "fill_container", + "height": 6, + "fill": "$--bg-elevated", + "cornerRadius": 3, + "children": [ + { + "type": "frame", + "id": "L3nGF", + "name": "tempFill", + "width": 90, + "height": 6, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 3 + }, + { + "type": "ellipse", + "id": "99TYR", + "name": "tempKnob", + "fill": "#FFFFFF", + "width": 16, + "height": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000030", + "offset": { + "x": 0, + "y": 2 + }, + "blur": 4 + } + } + ] } ] - } - ] - }, - { - "type": "frame", - "id": "bgY7J", - "name": "briefCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "text", - "id": "CY8kF", - "name": "briefCardTitle", - "fill": "#FAF8F5", - "content": "Brief 完成度", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" }, { - "type": "text", - "id": "B1m9u", - "name": "briefItem1", - "fill": "#4ADE80", - "content": "✅ 卖点1:美白", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "dspYL", + "name": "tokensRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "C2Kuv", + "name": "tokensHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "UVsOJ", + "name": "tokensLabel", + "fill": "$--text-secondary", + "content": "Max Tokens", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "7lXaP", + "name": "tokensInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "text", + "id": "1oxsk", + "name": "tokensValue", + "fill": "$--text-primary", + "content": "4096", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] }, { - "type": "text", - "id": "BVQWC", - "name": "briefItem2", - "fill": "#4ADE80", - "content": "✅ 卖点2:补水", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "rBMzG", - "name": "briefItem3", - "fill": "#FF3B30", - "content": "❌ 卖点3:24小时持妆(未提及)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Ad844", - "name": "riskCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 8, - "padding": 16, - "children": [ - { - "type": "text", - "id": "NxmMd", - "name": "riskTitle", - "fill": "#FAF8F5", - "content": "舆情雷达", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "a6fsZ", - "name": "riskItem", - "fill": "#FF9500", - "content": "🟡 01:28 油腻风险(仅提示)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "Ds7eY", - "name": "actionBar", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "gap": 12, - "padding": [ - 16, - 20 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "JAJvI", - "name": "actionLeft", - "fill": "#888888", - "content": "选择处理结果", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "6fB1H", - "name": "actionBtns", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "qkhQo", - "name": "rejectBtn", - "fill": "#FF3B30", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "45ZJn", - "name": "rejectText", - "fill": "#FFFFFF", - "content": "驳回", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "96CpK", - "name": "forceBtn", - "fill": "#FF9500", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "hgWJC", - "name": "forceText", - "fill": "#0A0A0A", - "content": "强制通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "dMKmy", - "name": "recordBtn", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "8NEWg", - "name": "recordText", - "fill": "#FAF8F5", - "content": "记录特例", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "dilNl", - "name": "passBtn", - "fill": "#34C759", - "cornerRadius": 10, - "padding": [ - 10, - 16 - ], - "children": [ - { - "type": "text", - "id": "CMS1m", - "name": "passText", - "fill": "#0A0A0A", - "content": "通过", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "5lpHe", + "name": "timeoutRow", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "ThpFr", + "name": "timeoutHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Y7Bgg", + "name": "timeoutLabel", + "fill": "$--text-secondary", + "content": "请求超时 (秒)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "cL2mw", + "name": "timeoutInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "text", + "id": "K3VX2", + "name": "timeoutValue", + "fill": "$--text-primary", + "content": "120", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] } ] } @@ -3927,89 +6464,7492 @@ }, { "type": "frame", - "id": "S7zJw", - "x": 1600, - "y": 2040, - "name": "Agency - Version Compare", + "id": "HD3eK", + "x": 0, + "y": 4860, + "name": "达人端桌面 - 任务列表", + "enabled": false, "clip": true, "width": 1440, "height": 900, - "fill": "#0F0F0F", - "layout": "none", + "fill": "$--bg-page", "children": [ { "type": "frame", - "id": "AaEfk", - "x": 0, - "y": 0, - "name": "vcOverlay", - "width": 1440, - "height": 900, - "fill": "#00000080", - "layout": "none" - }, - { - "type": "frame", - "id": "dMv09", - "x": 120, - "y": 70, - "name": "vcPanel", - "width": 1200, - "height": 760, - "fill": "#0D0D0D", - "cornerRadius": 16, + "id": "Zncoo", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", "layout": "vertical", - "gap": 16, - "padding": 24, + "gap": 32, + "padding": [ + 24, + 16 + ], "children": [ { "type": "frame", - "id": "ujEVt", - "name": "vcHeader", + "id": "GvBe3", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "K9VJK", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uhGAA", + "name": "logoIconT", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "26GBo", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "Rr3qf", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "2JRdo", + "name": "navD1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "mZ31L", + "name": "navDI1", + "width": 20, + "height": 20, + "iconFontName": "list-todo", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "ebE3K", + "name": "navDT1", + "fill": "$--text-primary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "5mPq6", + "name": "navD2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IaYwF", + "name": "navDI2", + "width": 20, + "height": 20, + "iconFontName": "cloud-upload", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "H5KFW", + "name": "navDT2", + "fill": "$--text-secondary", + "content": "上传视频", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "2h2CV", + "name": "navD3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "C9uxL", + "name": "navDI3", + "width": 20, + "height": 20, + "iconFontName": "file-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "kCCaR", + "name": "navDT3", + "fill": "$--text-secondary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "BxluP", + "name": "navD4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "i1Brt", + "name": "navDI4", + "width": 20, + "height": 20, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "lICJi", + "name": "navDT4", + "fill": "$--text-secondary", + "content": "个人中心", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "GpQ5a", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "n6AW8", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "lJd76", + "name": "pageTitle", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "z46uw", + "name": "titleText", + "fill": "$--text-primary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "NXUX3", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "共 5 个进行中任务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "oxMJH", + "name": "filterBar", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "8h5jJ", + "name": "searchBox", + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zw1lM", + "name": "searchIcon", + "width": 18, + "height": 18, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "0xtcx", + "name": "searchText", + "fill": "$--text-tertiary", + "content": "搜索任务...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "jagJ4", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "fHUar", + "name": "filterIcon", + "width": 18, + "height": 18, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ep5Gx", + "name": "filterText", + "fill": "$--text-secondary", + "content": "全部状态", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "zotHq", + "name": "filterArrow", + "width": 16, + "height": 16, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "6slVb", + "name": "任务列表", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "MLWTB", + "name": "task1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "padding": 20, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "8Cxqb", + "name": "task1Left", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "FDaRg", + "name": "task1Thumb", + "width": 80, + "height": 60, + "fill": "#1A1A1E", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "MSbZ2", + "name": "task1ThumbIcon", + "width": 24, + "height": 24, + "iconFontName": "video", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "gL7En", + "name": "task1Info", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "VnmHx", + "name": "task1Title", + "fill": "$--text-primary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "VRCI9", + "name": "task1Desc", + "fill": "$--text-secondary", + "content": "产品种草视频 · 时长要求 60-90秒 · 截止: 2026-02-10", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "J4EJj", + "name": "task1Right", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "scjW5", + "name": "task1Status", + "opacity": 0.15, + "fill": "$--accent-blue", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "uSKZu", + "name": "task1StatusText", + "fill": "$--accent-blue", + "content": "待提交", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "Y3pMC", + "name": "task1Btn", + "fill": "$--accent-green", + "cornerRadius": 10, + "padding": [ + 10, + 20 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "UJmdz", + "name": "task1BtnText", + "fill": "#FFFFFF", + "content": "上传脚本", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "zzmJt", + "name": "task2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "padding": 20, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "C2hQR", + "name": "task2Left", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Jl33F", + "name": "task2Thumb", + "width": 80, + "height": 60, + "fill": "#1A1A1E", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "K2gRD", + "name": "task2ThumbIcon", + "width": 24, + "height": 24, + "iconFontName": "video", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "cyxUH", + "name": "task2Info", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "0k3ji", + "name": "task2Title", + "fill": "$--text-primary", + "content": "YY美妆新品", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "si7Ps", + "name": "task2Desc", + "fill": "$--text-secondary", + "content": "口播测评 · 已上传视频 · 提交于: 今天 14:30", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "jiqiq", + "name": "task2Right", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "PfQNt", + "name": "task2Status", + "opacity": 0.15, + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "srUNo", + "name": "task2StatusText", + "fill": "$--accent-indigo", + "content": "AI审核中", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "EWUnQ", + "name": "task2Btn", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 10, + 20 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Zj7Kh", + "name": "task2BtnText", + "fill": "$--text-secondary", + "content": "查看详情", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Q8S3W", + "name": "task3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "padding": 20, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "l2jcD", + "name": "task3Left", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "M5dqi", + "name": "task3Thumb", + "width": 80, + "height": 60, + "fill": "#1A1A1E", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "C6xOl", + "name": "task3ThumbIcon", + "width": 24, + "height": 24, + "iconFontName": "video", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "8Ncua", + "name": "task3Info", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "r1LDn", + "name": "task3Title", + "fill": "$--text-primary", + "content": "ZZ饮品夏日", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "BaEJI", + "name": "task3Desc", + "fill": "$--text-secondary", + "content": "探店Vlog · 发现2处问题 · 需修改后重新提交", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "ATpg8", + "name": "task3Right", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "enoZx", + "name": "task3Status", + "opacity": 0.15, + "fill": "$--accent-coral", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "0vWBf", + "name": "task3StatusText", + "fill": "$--accent-coral", + "content": "需修改", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "miVug", + "name": "task3Btn", + "fill": "$--accent-coral", + "cornerRadius": 10, + "padding": [ + 10, + 20 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "fAvsf", + "name": "task3BtnText", + "fill": "#FFFFFF", + "content": "查看修改", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "RPBSH", + "name": "task4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "padding": 20, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "bSjbN", + "name": "task4Left", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "aCYDS", + "name": "task4Thumb", + "width": 80, + "height": 60, + "fill": "#1A1A1E", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IqvJP", + "name": "task4ThumbIcon", + "width": 24, + "height": 24, + "iconFontName": "video", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "7Rshz", + "name": "task4Info", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "1CoIC", + "name": "task4Title", + "fill": "$--text-primary", + "content": "AA数码新品发布", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "zBNvQ", + "name": "task4Desc", + "fill": "$--text-secondary", + "content": "开箱测评 · 审核通过 · 已发布", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "EKiuL", + "name": "task4Right", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "MAXai", + "name": "task4Status", + "opacity": 0.15, + "fill": "$--accent-green", + "cornerRadius": 8, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "RmJnD", + "name": "task4StatusText", + "fill": "$--accent-green", + "content": "已通过", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "DO3Tj", + "name": "task4Btn", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 10, + 20 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "4ciJ0", + "name": "task4BtnText", + "fill": "$--text-secondary", + "content": "查看详情", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "N79bL", + "x": 0, + "y": 5860, + "name": "达人端桌面 - 智能上传", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "lKFav", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "j4FvH", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "DjS02", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "QTeww", + "name": "logoIconT", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "GsDls", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "VqTui", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "rXXQ1", + "name": "navU1", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "XuoYw", + "name": "navUI1", + "width": 20, + "height": 20, + "iconFontName": "list-todo", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "SEN2D", + "name": "navUT1", + "fill": "$--text-secondary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "Xp0Sn", + "name": "navU2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8TJ1Y", + "name": "navUI2", + "width": 20, + "height": 20, + "iconFontName": "cloud-upload", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "iNSrQ", + "name": "navUT2", + "fill": "$--text-primary", + "content": "上传视频", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "PC3QK", + "name": "navU3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "YGBi1", + "name": "navUI3", + "width": 20, + "height": 20, + "iconFontName": "file-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "cNwJd", + "name": "navUT3", + "fill": "$--text-secondary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "7032Y", + "name": "navU4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0wbI2", + "name": "navUI4", + "width": 20, + "height": 20, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "bqN50", + "name": "navUT4", + "fill": "$--text-secondary", + "content": "个人中心", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "nrW45", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "Vlp3i", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "myMIc", + "name": "pageTitle", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "n9XnQ", + "name": "titleText", + "fill": "$--text-primary", + "content": "上传视频", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "MnC12", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "XX品牌618推广 · 截止: 2026-02-10", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "RM6zV", + "name": "taskBadge", + "opacity": 0.15, + "fill": "$--accent-indigo", + "cornerRadius": 10, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "KlkcJ", + "name": "taskBadgeText", + "fill": "$--accent-indigo", + "content": "抖音", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "ORHM7", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "0Nq9c", + "name": "左侧", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "vnz5Y", + "name": "上传区域", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "stroke": { + "thickness": 2, + "fill": "$--border-subtle" + }, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 20, + "padding": 32, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "yameE", + "name": "uploadIcon", + "opacity": 0.15, + "width": 80, + "height": 80, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 40, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "OumZp", + "name": "uploadIconInner", + "width": 36, + "height": 36, + "iconFontName": "cloud-upload", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + } + ] + }, + { + "type": "frame", + "id": "EK8BE", + "name": "uploadText", + "layout": "vertical", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "DQBGs", + "name": "uploadTitle", + "fill": "$--text-primary", + "content": "点击或拖拽视频到此处上传", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "text", + "id": "kij4T", + "name": "uploadHint", + "fill": "$--text-secondary", + "content": "支持 MP4/MOV 格式,最大 500MB", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "tZmqs", + "name": "uploadBtn", + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 12, + "gap": 8, + "padding": [ + 14, + 32 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uzZXx", + "name": "uploadBtnIcon", + "width": 20, + "height": 20, + "iconFontName": "folder-open", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "L7Z80", + "name": "uploadBtnText", + "fill": "#FFFFFF", + "content": "选择文件", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "wdnHU", + "name": "右侧", + "width": 400, + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "1VUP0", + "name": "Brief要求", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "GqHEW", + "name": "briefTitle", + "fill": "$--text-primary", + "content": "Brief 核心要求", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "6ZL8c", + "name": "req1", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "icon_font", + "id": "MK5gm", + "name": "req1Icon", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "frame", + "id": "vrxFE", + "name": "req1Text", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "RftrV", + "name": "req1Title", + "fill": "$--text-primary", + "content": "产品展示时长 > 5秒", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "1uwGL", + "name": "req1Desc", + "fill": "$--text-secondary", + "content": "需清晰展示产品外观", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "d1R8t", + "name": "req2", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "icon_font", + "id": "iM7hT", + "name": "req2Icon", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "frame", + "id": "yJ7DZ", + "name": "req2Text", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "2eaVz", + "name": "req2Title", + "fill": "$--text-primary", + "content": "品牌名提及 >= 3次", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "P9Zxe", + "name": "req2Desc", + "fill": "$--text-secondary", + "content": "口播中需自然提及品牌", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "kXJXE", + "name": "req3", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "icon_font", + "id": "BpX11", + "name": "req3Icon", + "width": 20, + "height": 20, + "iconFontName": "circle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + }, + { + "type": "frame", + "id": "jEcN7", + "name": "req3Text", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "D53y7", + "name": "req3Title", + "fill": "$--text-primary", + "content": "禁止出现竞品Logo", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "u7Bbu", + "name": "req3Desc", + "fill": "$--text-secondary", + "content": "包括商品、道具、背景等", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "oxqV6", + "name": "req4", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "icon_font", + "id": "h0CjQ", + "name": "req4Icon", + "width": 20, + "height": 20, + "iconFontName": "circle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + }, + { + "type": "frame", + "id": "alHMW", + "name": "req4Text", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "sz2UX", + "name": "req4Title", + "fill": "$--text-primary", + "content": "禁止绝对化用语", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "yp3nx", + "name": "req4Desc", + "fill": "$--text-secondary", + "content": "如「最好」「第一」「100%」等", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "3niUa", + "x": 0, + "y": 6860, + "name": "达人端桌面 - 审核结果", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "GfRHm", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "4npvw", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "pem3J", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "gyz55", + "name": "logoIconT", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "mbBb2", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "QDdMq", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "XZGA9", + "name": "navR1", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "tS3RV", + "name": "navRI1", + "width": 20, + "height": 20, + "iconFontName": "list-todo", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "lc9m4", + "name": "navRT1", + "fill": "$--text-secondary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "4L1ZO", + "name": "navR2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "7RqNW", + "name": "navRI2", + "width": 20, + "height": 20, + "iconFontName": "cloud-upload", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "parw6", + "name": "navRT2", + "fill": "$--text-secondary", + "content": "上传视频", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "stePk", + "name": "navR3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "5dbJW", + "name": "navRI3", + "width": 20, + "height": 20, + "iconFontName": "file-check", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "868o6", + "name": "navRT3", + "fill": "$--text-primary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "gbh9R", + "name": "navR4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "eps71", + "name": "navRI4", + "width": 20, + "height": 20, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "8z5mv", + "name": "navRT4", + "fill": "$--text-secondary", + "content": "个人中心", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "14A7G", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "QClSj", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "y2WEe", + "name": "pageTitle", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "0rRtM", + "name": "titleText", + "fill": "$--text-primary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "63XOL", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "ZZ饮品夏日 · 探店Vlog", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ILPES", + "name": "topActions", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "i1Y19", + "name": "appealBtn", + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 10, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JbVpM", + "name": "appealIcon", + "width": 18, + "height": 18, + "iconFontName": "message-circle", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "OxZa3", + "name": "appealText", + "fill": "$--text-secondary", + "content": "申诉", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "Ydifa", + "name": "reuploadBtn", + "fill": "$--accent-green", + "cornerRadius": 12, + "gap": 8, + "padding": [ + 10, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GyR6y", + "name": "reuploadIcon", + "width": 18, + "height": 18, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "e0QD8", + "name": "reuploadText", + "fill": "#FFFFFF", + "content": "重新上传", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "2Y44g", + "name": "状态横幅", + "width": "fill_container", + "fill": "$--accent-coral", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 16, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "4pPDx", + "name": "statusIcon", + "width": 24, + "height": 24, + "iconFontName": "circle-x", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "frame", + "id": "CRWPn", + "name": "statusTextArea", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "iBCeo", + "name": "statusTitle", + "fill": "#FFFFFF", + "content": "需要修改", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "fkvNG", + "name": "statusDesc", + "opacity": 0.9, + "fill": "#FFFFFF", + "content": "发现 2 处违规问题,请修改后重新提交", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "iPl8q", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "xYFTb", + "name": "视频区", + "width": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "p7Tn8", + "name": "视频预览", + "width": "fill_container", + "height": 400, + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "YggWm", + "name": "videoThumb", + "width": 560, + "height": 315, + "fill": "#000000", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "fb8JX", + "name": "playBtn", + "width": 64, + "height": 64, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 32, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "dnJ1K", + "name": "playIcon", + "width": 28, + "height": 28, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "mFJuO", + "name": "问题面板", + "width": 420, + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "MRwYO", + "name": "问题清单", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "ZnNWf", + "name": "issuesTitle", + "fill": "$--text-primary", + "content": "问题清单", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "aSAha", + "name": "issueItem1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "tpL0Q", + "name": "issue1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Zx3Mk", + "name": "issue1Left", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Vr04X", + "name": "issue1Badge", + "fill": "$--accent-coral", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "5giX8", + "name": "issue1BadgeText", + "fill": "#FFFFFF", + "content": "违规风险", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "G9Ypi", + "name": "issue1Time", + "fill": "$--text-secondary", + "content": "00:15", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "DTO01", + "name": "jumpBtn1", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FlAO8", + "name": "jumpIcon1", + "width": 14, + "height": 14, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "te0sP", + "name": "jumpText1", + "fill": "$--accent-indigo", + "content": "跳转到此处", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "text", + "id": "DaweI", + "name": "issue1Title", + "fill": "$--text-primary", + "content": "检测到竞品 Logo", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "DgXWb", + "name": "issue1Desc", + "fill": "$--text-secondary", + "content": "画面左下角出现某品牌饮料瓶,需遮挡或裁剪该镜头", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Jq0KL", + "name": "issueItem2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "tKIAi", + "name": "issue2Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "JvTzk", + "name": "issue2Left", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "BCIKg", + "name": "issue2Badge", + "fill": "$--accent-amber", + "cornerRadius": 6, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "xr0b5", + "name": "issue2BadgeText", + "fill": "#000000", + "content": "措辞风险", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "hYNtz", + "name": "issue2Time", + "fill": "$--text-secondary", + "content": "00:42", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "dC08U", + "name": "jumpBtn2", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "dFBX5", + "name": "jumpIcon2", + "width": 14, + "height": 14, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "48l9D", + "name": "jumpText2", + "fill": "$--accent-indigo", + "content": "跳转到此处", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "text", + "id": "ftGdU", + "name": "issue2Title", + "fill": "$--text-primary", + "content": "表情略显夸张", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "HsJtJ", + "name": "issue2Desc", + "fill": "$--text-secondary", + "content": "该片段表情过于夸张,可能引发负面评论", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "lzdm4", + "x": 7, + "y": 7860, + "name": "达人端 - AI审核中", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "iuac4", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "UbzTg", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "Inter", + "fontSize": 17, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "4e2NR", + "name": "icons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zM7wz", + "name": "signal", + "width": 18, + "height": 18, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "HjVU0", + "name": "wifi", + "width": 18, + "height": 18, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "1gsGM", + "name": "battery", + "width": 24, + "height": 18, + "iconFontName": "battery-full", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Iy81f", + "name": "内容区", + "width": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "5vzuc", + "name": "头部", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "FsaqH", + "name": "headerLeft", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "UXg1B", + "name": "title", + "fill": "$--text-primary", + "content": "AI 智能审核", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "nDTXB", + "name": "subtitle", + "fill": "$--text-secondary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "hhMjT", + "name": "backBtn", + "width": 44, + "height": 44, + "fill": "$--bg-elevated", + "cornerRadius": 22, + "stroke": { + "thickness": 1.5, + "fill": "$--border-subtle" + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "HNY8v", + "name": "backIcon", + "width": 20, + "height": 20, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "SEVhY", + "name": "扫描卡片", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 24, + "padding": 24, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "wn22d", + "name": "扫描动画", + "width": 140, + "height": 140, + "fill": { + "type": "gradient", + "gradientType": "radial", + "enabled": true, + "rotation": 0, + "size": { + "width": 1, + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#6366F150", + "position": 0.35 + }, + { + "color": "#6366F125", + "position": 0.6 + }, + { + "color": "#6366F100", + "position": 1 + } + ] + }, + "cornerRadius": 70, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Wn3Cl", + "name": "scanCenter", + "width": 56, + "height": 56, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 28, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#6366F180", + "blur": 20 + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "lo4h0", + "name": "scanIcon", + "width": 24, + "height": 24, + "iconFontName": "scan", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + } + ] + }, + { + "type": "frame", + "id": "fxBvC", + "name": "进度信息", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "V0nuZ", + "name": "progressTitle", + "fill": "$--text-primary", + "content": "AI 正在审核您的视频", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "600" + }, + { + "type": "text", + "id": "nFXWp", + "name": "progressSub", + "fill": "$--text-secondary", + "content": "预计还需 2-3 分钟", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "lDoQe", + "name": "progressBarRow", + "width": "fill_container", + "gap": 12, + "padding": [ + 8, + 0, + 0, + 0 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "q252o", + "name": "progressBar", + "width": "fill_container", + "height": 6, + "fill": "$--bg-elevated", + "cornerRadius": 3, + "children": [ + { + "type": "frame", + "id": "pQMe4", + "name": "progressFill", + "width": 180, + "height": 6, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 3 + } + ] + }, + { + "type": "text", + "id": "hOByb", + "name": "progressPercent", + "fill": "$--accent-indigo", + "content": "62%", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "i4neI", + "name": "日志卡片", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 4 + }, + "blur": 16, + "spread": -4 + }, + "layout": "vertical", + "gap": 12, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "VIzd3", + "name": "logHeader", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "q3cFO", + "name": "logIcon", + "width": 14, + "height": 14, + "iconFontName": "terminal", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "3ntIc", + "name": "logTitle", + "fill": "$--text-tertiary", + "content": "审核进度", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "9MHgU", + "name": "logList", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "frame", + "id": "QiO38", + "name": "log1", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "I0v2A", + "name": "log1i", + "width": 16, + "height": 16, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "iXS1N", + "name": "log1t", + "fill": "$--text-primary", + "content": "视频上传完成", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Qx0Hf", + "name": "log2", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "E0H6i", + "name": "log2i", + "width": 16, + "height": 16, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "KdqrD", + "name": "log2t", + "fill": "$--text-primary", + "content": "Brief 核心卖点解析完成", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "06A1j", + "name": "log3", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "97Gcn", + "name": "log3i", + "width": 16, + "height": 16, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "wtlwy", + "name": "log3t", + "fill": "$--text-primary", + "content": "竞品 Logo 检测完成", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "rT5oy", + "name": "log4", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "yLDU3", + "name": "log4i", + "width": 16, + "height": 16, + "iconFontName": "loader", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "iqpKJ", + "name": "log4t", + "fill": "$--accent-indigo", + "content": "正在分析口播情感色彩...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "AIsPW", + "name": "log5", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "k3vx7", + "name": "log5i", + "width": 16, + "height": 16, + "iconFontName": "circle-dashed", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "FVLZB", + "name": "log5t", + "fill": "$--text-tertiary", + "content": "核对卖点覆盖情况", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "DY2hB", + "name": "离开提示", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "padding": [ + 8, + 0 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "YB5B2", + "name": "leaveText", + "fill": "$--text-tertiary", + "content": "可先离开,完成后通知您", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "a0sIi", + "name": "leaveBtn", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 12, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "tkV72", + "name": "leaveBtnIcon", + "width": 18, + "height": 18, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "MjL1E", + "name": "leaveBtnText", + "fill": "$--text-secondary", + "content": "完成后微信通知我", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "UM7yV", + "name": "底部导航", + "width": "fill_container", + "height": 95, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "layout": "vertical", + "padding": [ + 12, + 21, + 21, + 21 + ], + "justifyContent": "end", + "children": [ + { + "type": "frame", + "id": "0oQKp", + "name": "导航条", + "width": "fill_container", + "height": 62, + "fill": "$--bg-elevated", + "cornerRadius": 31, + "stroke": { + "align": "inside", + "thickness": 1, + "fill": "$--border-subtle" + }, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": -4 + }, + "blur": 24 + }, + "padding": 4, + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "2gzKF", + "name": "任务Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "tVma4", + "name": "tab1Icon", + "width": 22, + "height": 22, + "iconFontName": "list-todo", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "taFAs", + "name": "tab1Text", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "7lXFP", + "name": "上传Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "KpPSn", + "name": "tab2Icon", + "width": 22, + "height": 22, + "iconFontName": "scan", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "ceLPR", + "name": "tab2Text", + "fill": "$--text-primary", + "content": "审核", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ok4Zf", + "name": "消息Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Oz0nn", + "name": "tab3Icon", + "width": 22, + "height": 22, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "HMLeh", + "name": "tab3Text", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "QWbdA", + "name": "我的Tab", + "width": 56, + "height": "fill_container", + "layout": "vertical", + "gap": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "WoITQ", + "name": "tab4Icon", + "width": 22, + "height": 22, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "RPjrr", + "name": "tab4Text", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "bxAKT", + "x": 502, + "y": 7860, + "name": "达人端桌面 - AI审核中", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "PUNHd", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "RrUjK", + "name": "Logo区", + "width": "fill_container", + "gap": 12, + "padding": [ + 0, + 8 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Hj8MW", + "name": "logoIcon", + "width": 36, + "height": 36, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "s9coZ", + "name": "logoIconT", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "text", + "id": "9dwIV", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "FEkMv", + "name": "导航", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "8BiRk", + "name": "nav1", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "5XCA8", + "name": "nav1i", + "width": 20, + "height": 20, + "iconFontName": "list-todo", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Nzv38", + "name": "nav1t", + "fill": "$--text-secondary", + "content": "我的任务", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "lOMe3", + "name": "nav2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "S5tLc", + "name": "nav2i", + "width": 20, + "height": 20, + "iconFontName": "scan", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "y40Sl", + "name": "nav2t", + "fill": "$--text-primary", + "content": "AI 审核", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "u7SzE", + "name": "nav3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "KVq5A", + "name": "nav3i", + "width": 20, + "height": 20, + "iconFontName": "file-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "0OGPN", + "name": "nav3t", + "fill": "$--text-secondary", + "content": "审核结果", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "91mpt", + "name": "nav4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "61sxw", + "name": "nav4i", + "width": 20, + "height": 20, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "amy6X", + "name": "nav4t", + "fill": "$--text-secondary", + "content": "个人中心", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "vw4kU", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "Q30RQ", + "name": "顶部栏", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Uja5m", + "name": "pageTitle", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "2aZZW", + "name": "titleText", + "fill": "$--text-primary", + "content": "AI 智能审核", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "tKwzG", + "name": "subtitleText", + "fill": "$--text-secondary", + "content": "XX品牌618推广 · 产品种草视频", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "nX3Fq", + "name": "topActions", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "9Wu2C", + "name": "cancelBtn", + "fill": "$--bg-card", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 10, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "5n50r", + "name": "cancelIcon", + "width": 18, + "height": 18, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ifGGq", + "name": "cancelText", + "fill": "$--text-secondary", + "content": "取消", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "yVy1P", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "a4bsd", + "name": "扫描卡片", + "fill": "$--bg-card", + "cornerRadius": 20, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#00000040", + "offset": { + "x": 0, + "y": 8 + }, + "blur": 24, + "spread": -8 + }, + "layout": "vertical", + "gap": 32, + "padding": 40, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "gaosh", + "name": "taskBadge", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 8, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "T52Sk", + "name": "taskIcon", + "width": 14, + "height": 14, + "iconFontName": "folder", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "jseeu", + "name": "taskText", + "fill": "$--text-tertiary", + "content": "产品种草视频 · 时长 60-90秒", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "ORBiQ", + "name": "扫描动画", + "width": 180, + "height": 180, + "fill": { + "type": "gradient", + "gradientType": "radial", + "enabled": true, + "rotation": 0, + "size": { + "width": 1, + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#6366F150", + "position": 0.35 + }, + { + "color": "#6366F120", + "position": 0.6 + }, + { + "color": "#6366F100", + "position": 1 + } + ] + }, + "cornerRadius": 90, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "1uKsw", + "name": "scanCenter", + "width": 72, + "height": 72, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 135, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 36, + "effect": { + "type": "shadow", + "shadowType": "outer", + "color": "#6366F180", + "blur": 24 + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "qWVP3", + "name": "scanIcon", + "width": 32, + "height": 32, + "iconFontName": "scan", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + } + ] + }, + { + "type": "frame", + "id": "yABBT", + "name": "进度信息", + "width": 360, + "layout": "vertical", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "PwmDR", + "name": "progressTitle", + "fill": "$--text-primary", + "content": "AI 正在审核您的视频", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "600" + }, + { + "type": "text", + "id": "5TcK0", + "name": "progressSub", + "fill": "$--text-secondary", + "content": "预计还需 2-3 分钟,可先离开页面", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "NvE0U", + "name": "progressBarRow", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 0, + 0, + 0 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "TnuMx", + "name": "progressBar", + "width": "fill_container", + "height": 8, + "fill": "$--bg-elevated", + "cornerRadius": 4, + "children": [ + { + "type": "frame", + "id": "sJ6p2", + "name": "progressFill", + "width": 224, + "height": 8, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 90, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#6366F1", + "position": 0 + }, + { + "color": "#4F46E5", + "position": 1 + } + ] + }, + "cornerRadius": 4 + } + ] + }, + { + "type": "text", + "id": "P8Xj3", + "name": "progressPercent", + "fill": "$--accent-indigo", + "content": "62%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Dn9cO", + "name": "日志区", + "width": 360, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "u9g6t", + "name": "logHeader", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "UVs8l", + "name": "logIcon", + "width": 12, + "height": 12, + "iconFontName": "terminal", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "zk80v", + "name": "logTitle", + "fill": "$--text-tertiary", + "content": "处理日志", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "yHzje", + "name": "logList", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "liYO4", + "name": "log1", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "o3Wu4", + "name": "log1i", + "width": 14, + "height": 14, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "VxfSu", + "name": "log1t", + "fill": "$--text-primary", + "content": "视频文件上传完成", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "dF1yh", + "name": "log2", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "UaDKD", + "name": "log2i", + "width": 14, + "height": 14, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "4BA5u", + "name": "log2t", + "fill": "$--text-primary", + "content": "Brief 核心卖点解析完成", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "xxZuI", + "name": "log3", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0ygKn", + "name": "log3i", + "width": 14, + "height": 14, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + }, + { + "type": "text", + "id": "jFLAT", + "name": "log3t", + "fill": "$--text-primary", + "content": "竞品 Logo 检测完成", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "UF7gC", + "name": "log4", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ZuM5m", + "name": "log4i", + "width": 14, + "height": 14, + "iconFontName": "loader", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "axg1U", + "name": "log4t", + "fill": "$--accent-indigo", + "content": "正在分析口播情感色彩...", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "kPMfS", + "name": "notifyBtn", + "fill": "$--bg-page", + "cornerRadius": 10, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 8, + "padding": [ + 12, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FsVB8", + "name": "notifyIcon", + "width": 16, + "height": 16, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "DP2gm", + "name": "notifyText", + "fill": "$--text-secondary", + "content": "完成后通过微信通知我", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "djd2K", + "x": 0, + "y": 8860, + "name": "代理商端 - Brief配置中心", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "UlCEj", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "p18oL", + "name": "logo1", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "L6i2Q", + "name": "logoIcon1", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "Iy7Lx", + "name": "logoText1", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "jB3GG", + "name": "nav1", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "sRCOQ", + "name": "navItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "133Hd", + "name": "navIcon1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "VoRKU", + "name": "navLabel1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "m7hOT", + "name": "navItem2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "PUErK", + "name": "navIcon2", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "Q5lja", + "name": "navLabel2", + "fill": "$--text-primary", + "content": "Brief 配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "HWSM5", + "name": "navItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uLlqU", + "name": "navIcon3", + "width": 20, + "height": 20, + "iconFontName": "clipboard-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "aLSz6", + "name": "navLabel3", + "fill": "$--text-secondary", + "content": "审核台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "9UQIa", + "name": "navItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Tsc1c", + "name": "navIcon4", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "WsBzz", + "name": "navLabel4", + "fill": "$--text-secondary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "8a3i5", + "name": "navItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0GhA5", + "name": "navIcon5", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "SQNl2", + "name": "navLabel5", + "fill": "$--text-secondary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "kKodr", + "name": "navItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "SQ2sU", + "name": "navIcon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "9vGWp", + "name": "navLabel6", + "fill": "$--text-secondary", + "content": "设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "iCIyC", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "R3S0Y", + "name": "header1", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "E4jAR", + "name": "titleArea1", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "vezmi", + "name": "title1", + "fill": "$--text-primary", + "content": "Brief 配置中心", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "rzpzb", + "name": "subtitle1", + "fill": "$--text-secondary", + "content": "上传并配置营销 Brief,AI 自动提取审核规则", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "eeHwQ", + "name": "newBriefBtn", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 8, + "padding": [ + 12, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "L06Eg", + "name": "newBriefIcon", + "width": 18, + "height": 18, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "Laeqv", + "name": "newBriefLabel", + "fill": "#FFFFFF", + "content": "新建 Brief", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "dwodd", + "name": "splitView", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "jU0wj", + "name": "leftPanel", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "d5t4L", + "name": "leftHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ZTWXM", + "name": "leftTitle", + "fill": "$--text-primary", + "content": "原始文档预览", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "k30wW", + "name": "platformSelect", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "QTtwB", + "name": "platformLabel", + "fill": "$--text-primary", + "content": "抖音", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "JTRaH", + "name": "platformIcon", + "width": 16, + "height": 16, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "URUSB", + "name": "uploadZone", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "stroke": { + "thickness": 2, + "fill": "$--text-secondary" + }, + "layout": "vertical", + "gap": 16, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "MyBrN", + "name": "uploadIcon", + "width": 48, + "height": 48, + "iconFontName": "upload-cloud", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "PNwmj", + "name": "uploadText", + "fill": "$--text-primary", + "content": "拖拽文件到此处上传", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "500" + }, + { + "type": "text", + "id": "jFAQD", + "name": "uploadHint", + "fill": "$--text-secondary", + "content": "支持 PDF、Word、Excel、PPT、图片", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "Kk21c", + "name": "uploadLinkText", + "fill": "$--accent-indigo", + "content": "或粘贴飞书/Notion 分享链接", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "CYvRw", + "name": "rightPanel", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "enRET", + "name": "rightHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "7ehwB", + "name": "rightTitle", + "fill": "$--text-primary", + "content": "AI 提取规则", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "rYepp", + "name": "aiTag", + "fill": "#6366F120", + "cornerRadius": 6, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "mmdLQ", + "name": "aiTagText", + "fill": "$--accent-indigo", + "content": "AI 自动生成", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "UaiLC", + "name": "rulesScroll", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "Aoy0x", + "name": "ruleSection1", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "text", + "id": "ISy7V", + "name": "ruleLabel1", + "fill": "$--text-secondary", + "content": "必含词", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "XbS2m", + "name": "ruleTagsRow1", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "aVdZK", + "name": "tag1", + "opacity": 0.15, + "fill": "$--accent-green", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "CEgHl", + "name": "tag1Text", + "fill": "$--accent-green", + "content": "美白", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "T9CU8", + "name": "tag1Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "pNTEG", + "name": "tag2", + "opacity": 0.15, + "fill": "$--accent-green", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "AQr3J", + "name": "tag2Text", + "fill": "$--accent-green", + "content": "淡斑", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "eVkfS", + "name": "tag2Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "i3eYL", + "name": "addTag1", + "cornerRadius": 6, + "stroke": { + "thickness": 1, + "fill": "$--text-secondary" + }, + "gap": 4, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "yK9aL", + "name": "addTag1Icon", + "width": 14, + "height": 14, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "10QUD", + "name": "addTag1Text", + "fill": "$--text-secondary", + "content": "添加", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "0R1Hr", + "name": "ruleSection2", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "text", + "id": "Hqa30", + "name": "ruleLabel2", + "fill": "$--text-secondary", + "content": "禁忌词", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "CDN6E", + "name": "ruleTagsRow2", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "V1eR5", + "name": "tagR1", + "opacity": 0.15, + "fill": "$--accent-coral", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "8cHBT", + "name": "tagR1Text", + "fill": "$--accent-coral", + "content": "药用", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "nLwO5", + "name": "tagR1Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + } + ] + }, + { + "type": "frame", + "id": "TXCxV", + "name": "tagR2", + "opacity": 0.15, + "fill": "$--accent-coral", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Z4YnB", + "name": "tagR2Text", + "fill": "$--accent-coral", + "content": "治疗", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "JqmMG", + "name": "tagR2Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Tfi8S", + "name": "ruleSection3", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "text", + "id": "GTNYi", + "name": "ruleLabel3", + "fill": "$--text-secondary", + "content": "语义卖点", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "ag9VH", + "name": "ruleTagsRow3", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "h3Oh8", + "name": "tagS1", + "opacity": 0.15, + "fill": "$--accent-indigo", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "SEcQR", + "name": "tagS1Text", + "fill": "$--accent-indigo", + "content": "产品核心功效", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "79Vm2", + "name": "tagS2", + "opacity": 0.15, + "fill": "$--accent-indigo", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 6, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "vu148", + "name": "tagS2Text", + "fill": "$--accent-indigo", + "content": "使用场景", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "OJ132", + "name": "ruleSection4", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "text", + "id": "7hUul", + "name": "ruleLabel4", + "fill": "$--text-secondary", + "content": "时序要求", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "9Lb8y", + "name": "timeReq1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "3bakX", + "name": "timeReq1Text", + "fill": "$--text-primary", + "content": "产品同框 > 5秒", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "geUj0", + "name": "timeReq2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "0piOJ", + "name": "timeReq2Text", + "fill": "$--text-primary", + "content": "品牌名提及 ≥ 3次", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "rqTHx", + "name": "conflictAlert", + "width": "fill_container", + "fill": "#E85A4F15", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GBrrw", + "name": "conflictIcon", + "width": 18, + "height": 18, + "iconFontName": "alert-triangle", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + }, + { + "type": "frame", + "id": "AENnr", + "name": "conflictTextWrap", + "width": "fill_container", + "children": [ + { + "type": "text", + "id": "v4Lso", + "name": "conflictText", + "fill": "$--accent-coral", + "content": "检测到规则冲突:Brief要求使用第一,但平台禁止绝对化用语", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Nsspw", + "name": "actionRow", + "width": "fill_container", + "gap": 12, + "justifyContent": "end", + "children": [ + { + "type": "frame", + "id": "Y36Kh", + "name": "cancelBtn", + "cornerRadius": 10, + "stroke": { + "thickness": 1, + "fill": "$--text-secondary" + }, + "padding": [ + 12, + 24 + ], + "children": [ + { + "type": "text", + "id": "s962K", + "name": "cancelBtnText", + "fill": "$--text-secondary", + "content": "取消", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "hSKJH", + "name": "saveBtn", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "padding": [ + 12, + 24 + ], + "children": [ + { + "type": "text", + "id": "Tg0R6", + "name": "saveBtnText", + "fill": "#FFFFFF", + "content": "保存规则", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "nhHSF", + "x": 0, + "y": 9860, + "name": "品牌方端 - 规则配置", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "e70TO", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "xlzUt", + "name": "logo2", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "aSf3u", + "name": "logoIcon2", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "iK862", + "name": "logoText2", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "D96aA", + "name": "nav2", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "NNhxp", + "name": "bNavItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "CGCZi", + "name": "bNavIcon1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "6SxjO", + "name": "bNavLabel1", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "sOKaK", + "name": "bNavItem2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "2AlyB", + "name": "bNavIcon2", + "width": 20, + "height": 20, + "iconFontName": "shield", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "swD7v", + "name": "bNavLabel2", + "fill": "$--text-primary", + "content": "规则配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "Y9gfN", + "name": "bNavItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "iWXio", + "name": "bNavIcon3", + "width": 20, + "height": 20, + "iconFontName": "scroll-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "E5rxa", + "name": "bNavLabel3", + "fill": "$--text-secondary", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "TIWPH", + "name": "bNavItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "bAoFT", + "name": "bNavIcon4", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "pHrHj", + "name": "bNavLabel4", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "xDwWz", + "name": "bNavItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zBXZm", + "name": "bNavIcon5", + "width": 20, + "height": 20, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "JpDZX", + "name": "bNavLabel5", + "fill": "$--text-secondary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "LYAGP", + "name": "bNavItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "E3znS", + "name": "bNavIcon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "EcRnl", + "name": "bNavLabel6", + "fill": "$--text-secondary", + "content": "系统设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "PEDrd", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "jEeV3", + "name": "ruleHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "hhxuv", + "name": "ruleTitleArea", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "hSm1U", + "name": "ruleTitle", + "fill": "$--text-primary", + "content": "全局规则配置", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "fsFZ3", + "name": "ruleSubtitle", + "fill": "$--text-secondary", + "content": "配置审核规则、黑白名单与舆情阈值", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "bCsNw", + "name": "tabsRow", + "width": "fill_container", + "stroke": { + "thickness": { + "bottom": 1 + }, + "fill": "$--bg-elevated" + }, + "children": [ + { + "type": "frame", + "id": "EP5K0", + "name": "tab1", + "stroke": { + "thickness": { + "bottom": 2 + }, + "fill": "$--accent-indigo" + }, + "padding": [ + 12, + 20 + ], + "children": [ + { + "type": "text", + "id": "gqsgh", + "name": "tab1Text", + "fill": "$--accent-indigo", + "content": "黑白名单", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "eWtOb", + "name": "tab2", + "padding": [ + 12, + 20 + ], + "children": [ + { + "type": "text", + "id": "0gUmc", + "name": "tab2Text", + "fill": "$--text-secondary", + "content": "舆情阈值", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "YTvks", + "name": "tab3", + "padding": [ + 12, + 20 + ], + "children": [ + { + "type": "text", + "id": "sxAMd", + "name": "tab3Text", + "fill": "$--text-secondary", + "content": "区域合规", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Tr4he", + "name": "tab4", + "padding": [ + 12, + 20 + ], + "children": [ + { + "type": "text", + "id": "FwgFy", + "name": "tab4Text", + "fill": "$--text-secondary", + "content": "版本管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "1NE4E", + "name": "ruleContent", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "BWaAY", + "name": "leftCol", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "kRYD3", + "name": "blacklistCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "WOLOG", + "name": "blacklistHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ptU3N", + "name": "blacklistTitle", + "fill": "$--text-primary", + "content": "禁用词库", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "RXT3k", + "name": "addWordBtn", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "PULSI", + "name": "addWordIcon", + "width": 16, + "height": 16, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "LNphn", + "name": "addWordText", + "fill": "$--text-primary", + "content": "添加词汇", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "65hZC", + "name": "categoryTabs", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "mFcya", + "name": "catTab1", + "fill": "$--accent-indigo", + "cornerRadius": 6, + "padding": [ + 6, + 14 + ], + "children": [ + { + "type": "text", + "id": "0RkLU", + "name": "catTab1Text", + "fill": "#FFFFFF", + "content": "广告法", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "dA6Ux", + "name": "catTab2", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "padding": [ + 6, + 14 + ], + "children": [ + { + "type": "text", + "id": "HAlKd", + "name": "catTab2Text", + "fill": "$--text-secondary", + "content": "平台规则", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Y5qU4", + "name": "catTab3", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "padding": [ + 6, + 14 + ], + "children": [ + { + "type": "text", + "id": "rIQ5D", + "name": "catTab3Text", + "fill": "$--text-secondary", + "content": "品牌私有", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "X2Hke", + "name": "wordsList", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "yjNnF", + "name": "word1", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "DgqmE", + "name": "word1Text", + "fill": "$--text-primary", + "content": "全网第一", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "EvCDV", + "name": "word1Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "GYThK", + "name": "word2", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "EOjTL", + "name": "word2Text", + "fill": "$--text-primary", + "content": "最有效", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "GNIQM", + "name": "word2Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "eRl6D", + "name": "word3", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ckrjC", + "name": "word3Text", + "fill": "$--text-primary", + "content": "国家级", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "v8CSN", + "name": "word3Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "tle6r", + "name": "word4", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "sWa8K", + "name": "word4Text", + "fill": "$--text-primary", + "content": "根治", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "AvYAg", + "name": "word4Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "dPlao", + "name": "word5", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ZibG9", + "name": "word5Text", + "fill": "$--text-primary", + "content": "绝对安全", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "cocL5", + "name": "word5Close", + "width": 14, + "height": 14, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "O9u87", + "name": "competitorCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "HLSs7", + "name": "competitorHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "tKkjb", + "name": "competitorTitle", + "fill": "$--text-primary", + "content": "竞品 Logo 库", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "Q8W5E", + "name": "uploadLogoBtn", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "wTjPW", + "name": "uploadLogoIcon", + "width": 16, + "height": 16, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "sLnP5", + "name": "uploadLogoText", + "fill": "$--text-primary", + "content": "上传 Logo", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "biPfB", + "name": "logoGrid", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "jlcNE", + "name": "logo1", + "width": 80, + "height": 80, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "NZaEn", + "name": "logo1Placeholder", + "fill": "$--text-secondary", + "content": "A", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "qvIt2", + "name": "logo2", + "width": 80, + "height": 80, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "UAh2b", + "name": "logo2Placeholder", + "fill": "$--text-secondary", + "content": "B", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "Tgzpm", + "name": "logo3", + "width": 80, + "height": 80, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "f3gqP", + "name": "logo3Placeholder", + "fill": "$--text-secondary", + "content": "C", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "oG3xF", + "name": "logo4", + "width": 80, + "height": 80, + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--text-secondary" + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "CWlrm", + "name": "logo4Icon", + "width": 24, + "height": 24, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "N5gWo", + "name": "thresholdInfo", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "XJCB8", + "name": "thresholdLabel", + "fill": "$--text-secondary", + "content": "相似度阈值:", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "PEe23", + "name": "thresholdValue", + "fill": "$--bg-elevated", + "cornerRadius": 6, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "okuoC", + "name": "thresholdValueText", + "fill": "$--accent-indigo", + "content": "85%", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "BSGkp", + "name": "rightCol", + "width": 360, + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "zfZZq", + "name": "whitelistCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "OZskO", + "name": "whitelistHeader", + "fill": "$--text-primary", + "content": "白名单", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "V5OT9", + "name": "whitelistDesc", + "fill": "$--text-secondary", + "content": "允许特定达人或场景豁免某些规则", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "KXeXx", + "name": "whitelistItem1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "3l8CR", + "name": "whitelistItem1Left", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "lvQGa", + "name": "whitelistItem1Avatar", + "width": 32, + "height": 32, + "fill": "$--accent-green", + "cornerRadius": 16 + }, + { + "type": "text", + "id": "C9Tp7", + "name": "whitelistItem1Name", + "fill": "$--text-primary", + "content": "@小美美", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ciLMY", + "name": "whitelistItem1Badge", + "opacity": 0.15, + "fill": "$--accent-green", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "Gxr9M", + "name": "whitelistItem1BadgeText", + "fill": "$--accent-green", + "content": "VIP达人", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "kIjh5", + "name": "exceptionCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "0tvdI", + "name": "exceptionHeader", + "fill": "$--text-primary", + "content": "特例记录", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "1q7YU", + "name": "exceptionDesc", + "fill": "$--text-secondary", + "content": "从审核台记录的豁免条款", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "0rKde", + "name": "exceptionItem1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 10, + "layout": "vertical", + "gap": 8, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "frame", + "id": "FH1xD", + "name": "exceptionItem1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Yxl8G", + "name": "exceptionItem1Title", + "fill": "$--text-primary", + "content": "达人新梗玩法", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "4PpJu", + "name": "exceptionItem1Status", + "fill": "#F59E0B20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "BbrfB", + "name": "exceptionItem1StatusText", + "fill": "#F59E0B", + "content": "待确认", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "niL9x", + "name": "exceptionItem1Desc", + "fill": "$--text-secondary", + "content": "允许达人使用网络流行梗进行创作", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "w94oX", + "name": "exceptionItem1Footer", + "width": "fill_container", + "gap": 8, + "justifyContent": "end", + "children": [ + { + "type": "frame", + "id": "G8Bj1", + "name": "exceptionItem1Reject", + "cornerRadius": 6, + "stroke": { + "thickness": 1, + "fill": "$--accent-coral" + }, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "tyqSE", + "name": "exceptionItem1RejectText", + "fill": "$--accent-coral", + "content": "撤销", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "iU6xP", + "name": "exceptionItem1Approve", + "fill": "$--accent-green", + "cornerRadius": 6, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "kjlFM", + "name": "exceptionItem1ApproveText", + "fill": "#FFFFFF", + "content": "确认", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "VuH3F", + "x": 0, + "y": 10860, + "name": "代理商端移动 - 工作台", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "pIu49", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "8Q70j", + "name": "mTime1", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "ijrcr", + "name": "mStatusIcons1", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FvfIX", + "name": "mSignal1", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "i8VYa", + "name": "mWifi1", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "hokOl", + "name": "mBattery1", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "YFijf", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "ZgMg0", + "name": "mHeader1", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ { "type": "text", - "id": "ZG4pU", - "name": "vcTitle", - "fill": "#FAF8F5", - "content": "版本比对", - "fontFamily": "Playfair Display", - "fontSize": 28, - "fontWeight": "normal" + "id": "tCBGS", + "name": "mTitle1", + "fill": "$--text-primary", + "content": "代理商工作台", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "26Ajm", + "name": "mAvatar1", + "width": 36, + "height": 36, + "fill": "$--accent-indigo", + "cornerRadius": 18 + } + ] + }, + { + "type": "frame", + "id": "s7PIZ", + "name": "mStatsRow1", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "L4ZpX", + "name": "mStatCard1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 8, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "GNtlt", + "name": "mStatIcon1", + "width": 32, + "height": 32, + "fill": "#E85A4F20", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IAnYz", + "name": "mStatIcon1Inner", + "width": 18, + "height": 18, + "iconFontName": "clock", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + } + ] + }, + { + "type": "text", + "id": "bMPEe", + "name": "mStatValue1", + "fill": "$--text-primary", + "content": "12", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "h1Wif", + "name": "mStatLabel1", + "fill": "$--text-secondary", + "content": "待审核", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "7snJI", + "name": "mStatCard2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 8, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "oGO65", + "name": "mStatIcon2", + "width": 32, + "height": 32, + "fill": "#F59E0B20", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "0tLHC", + "name": "mStatIcon2Inner", + "width": 18, + "height": 18, + "iconFontName": "message-circle", + "iconFontFamily": "lucide", + "fill": "#F59E0B" + } + ] + }, + { + "type": "text", + "id": "7oAoY", + "name": "mStatValue2", + "fill": "$--text-primary", + "content": "3", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "CIp9p", + "name": "mStatLabel2", + "fill": "$--text-secondary", + "content": "待仲裁", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "EpnI7", + "name": "mStatsRow2", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "bpiwP", + "name": "mStatCard3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 8, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "BWnIk", + "name": "mStatIcon3", + "width": 32, + "height": 32, + "fill": "#32D58320", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "LnoNC", + "name": "mStatIcon3Inner", + "width": 18, + "height": 18, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "text", + "id": "l82wD", + "name": "mStatValue3", + "fill": "$--text-primary", + "content": "28", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "quGPL", + "name": "mStatLabel3", + "fill": "$--text-secondary", + "content": "今日通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "vhigG", + "name": "mStatCard4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 8, + "padding": 16, + "children": [ + { + "type": "frame", + "id": "wjqDl", + "name": "mStatIcon4", + "width": 32, + "height": 32, + "fill": "#6366F120", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "rVZgW", + "name": "mStatIcon4Inner", + "width": 18, + "height": 18, + "iconFontName": "folder", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + } + ] + }, + { + "type": "text", + "id": "qEL1c", + "name": "mStatValue4", + "fill": "$--text-primary", + "content": "45", + "fontFamily": "DM Sans", + "fontSize": 28, + "fontWeight": "700" + }, + { + "type": "text", + "id": "QZmeA", + "name": "mStatLabel4", + "fill": "$--text-secondary", + "content": "进行中", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "FQBHv", + "name": "mUrgentSection", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "EfnkG", + "name": "mUrgentHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "KSzsD", + "name": "mUrgentTitle", + "fill": "$--text-primary", + "content": "紧急待办", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "a5mJ3", + "name": "mUrgentBadge", + "width": 20, + "height": 20, + "fill": "$--accent-coral", + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "mrADn", + "name": "mUrgentBadgeText", + "fill": "#FFFFFF", + "content": "3", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "H33wm", + "name": "mUrgentItem1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "dXHiD", + "name": "mUrgentDot1", + "width": 8, + "height": 8, + "fill": "$--accent-coral", + "cornerRadius": 4 + }, + { + "type": "frame", + "id": "WQnRr", + "name": "mUrgentContent1", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "jktot", + "name": "mUrgentItemTitle1", + "fill": "$--text-primary", + "content": "达人A视频 - 竞品露出", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "UmQTQ", + "name": "mUrgentItemTime1", + "fill": "$--text-secondary", + "content": "2小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "5qk6T", + "name": "mUrgentArrow1", + "width": 18, + "height": 18, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "sTHBD", + "name": "mUrgentItem2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "FnmV0", + "name": "mUrgentDot2", + "width": 8, + "height": 8, + "fill": "#F59E0B", + "cornerRadius": 4 + }, + { + "type": "frame", + "id": "t2P5E", + "name": "mUrgentContent2", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "3zVpc", + "name": "mUrgentItemTitle2", + "fill": "$--text-primary", + "content": "达人B申诉 - 待仲裁", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "kqTkA", + "name": "mUrgentItemTime2", + "fill": "$--text-secondary", + "content": "30分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "Bft8Y", + "name": "mUrgentArrow2", + "width": 18, + "height": 18, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "0mGwd", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Vd8X4", + "name": "mNavItem1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "UJXn0", + "name": "mNavIcon1", + "width": 22, + "height": 22, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" }, { "type": "text", - "id": "CDm2b", - "name": "vcClose", - "fill": "#666666", - "content": "✕", - "fontFamily": "Manrope", - "fontSize": 16, + "id": "DfdN6", + "name": "mNavLabel1", + "fill": "$--accent-indigo", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "s8xk4", + "name": "mNavItem2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "h4bzH", + "name": "mNavIcon2", + "width": 22, + "height": 22, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "cTQdx", + "name": "mNavLabel2", + "fill": "$--text-secondary", + "content": "审核", + "fontFamily": "DM Sans", + "fontSize": 10, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "iCC00", - "name": "vcSummary", - "fill": "#C9A96210", - "cornerRadius": 12, - "padding": [ - 12, - 16 - ], + "id": "wmYR0", + "name": "mNavItem3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", "children": [ + { + "type": "icon_font", + "id": "00lQ1", + "name": "mNavIcon3", + "width": 22, + "height": 22, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, { "type": "text", - "id": "Iy1Fj", - "name": "vcSummaryText", - "fill": "#C9A962", - "content": "V1 指出 3 个违规点:✅ 已修复 2 个 · ❌ 未修复 1 个", - "fontFamily": "Manrope", + "id": "SU7tr", + "name": "mNavLabel3", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "2TdOW", + "name": "mNavItem4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "vDgyT", + "name": "mNavIcon4", + "width": 22, + "height": 22, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "G0tDk", + "name": "mNavLabel4", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "lMWJB", + "name": "mNavItem5", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "V9eme", + "name": "mNavIcon5", + "width": 22, + "height": 22, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "zUImz", + "name": "mNavLabel5", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "lrHaj", + "x": 450, + "y": 10860, + "name": "代理商端移动 - 快捷审核", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "6jB0k", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Zj1sc", + "name": "rTime", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "evlgV", + "name": "rStatusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "XSn57", + "name": "rSignal", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "xBw9h", + "name": "rWifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "h3mpW", + "name": "rBattery", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "joJ8O", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "rVuez", + "name": "rNavBar", + "width": "fill_container", + "height": 56, + "fill": "$--bg-card", + "padding": [ + 0, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "D8Dgz", + "name": "rBackBtn", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "fGfGE", + "name": "rBackIcon", + "width": 20, + "height": 20, + "iconFontName": "arrow-left", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "WYK5G", + "name": "rBackText", + "fill": "$--text-primary", + "content": "返回", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "tJVUe", + "name": "rNavTitle", + "fill": "$--text-primary", + "content": "快捷审核", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "icon_font", + "id": "gm3Gm", + "name": "rMoreBtn", + "width": 20, + "height": 20, + "iconFontName": "more-vertical", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "0jzJj", + "name": "rVideoArea", + "width": "fill_container", + "height": 260, + "fill": "$--bg-elevated", + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "w81TL", + "name": "rPlayBtn", + "width": 56, + "height": 56, + "fill": "#FFFFFF30", + "cornerRadius": 28, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "YkaVf", + "name": "rPlayIcon", + "width": 28, + "height": 28, + "iconFontName": "play", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + } + ] + }, + { + "type": "frame", + "id": "0Amoz", + "name": "rProgressBar", + "width": "fill_container", + "height": 32, + "fill": "$--bg-card", + "gap": 8, + "padding": [ + 0, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "nw67K", + "name": "rProgressTrack", + "width": "fill_container", + "height": 4, + "fill": "$--bg-elevated", + "cornerRadius": 2, + "children": [ + { + "type": "frame", + "id": "PO5ru", + "name": "rProgressFill", + "width": 120, + "height": 4, + "fill": "$--accent-indigo", + "cornerRadius": 2 + }, + { + "type": "frame", + "id": "v7BOf", + "name": "rRedDot", + "width": 8, + "height": 8, + "fill": "$--accent-coral", + "cornerRadius": 4 + }, + { + "type": "frame", + "id": "S6WkT", + "name": "rOrangeDot", + "width": 8, + "height": 8, + "fill": "#F59E0B", + "cornerRadius": 4 + }, + { + "type": "frame", + "id": "iZr0u", + "name": "rGreenDot", + "width": 8, + "height": 8, + "fill": "$--accent-green", + "cornerRadius": 4 + } + ] + }, + { + "type": "text", + "id": "Ol8Up", + "name": "rTimeLabel", + "fill": "$--text-secondary", + "content": "0:42", + "fontFamily": "DM Sans", "fontSize": 12, "fontWeight": "normal" } @@ -4017,214 +13957,733 @@ }, { "type": "frame", - "id": "Yns09", - "name": "vcRow", + "id": "sImFC", + "name": "rIssuesList", "width": "fill_container", - "gap": 16, + "height": "fill_container", + "layout": "vertical", + "gap": 12, + "padding": 16, "children": [ { "type": "frame", - "id": "XjYG2", - "name": "vcLeft", + "id": "LfjFC", + "name": "rIssueSection1", "width": "fill_container", - "fill": "#111111", - "cornerRadius": 12, "layout": "vertical", "gap": 8, - "padding": 12, "children": [ { - "type": "text", - "id": "d7UGW", - "name": "vcLeftTitle", - "fill": "#FAF8F5", - "content": "V1 版本", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "RMfco", + "name": "rIssueHeader1", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "x0GN9", + "name": "rIssueTitle1", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "mwcz0", + "name": "rIssueDot1", + "width": 10, + "height": 10, + "fill": "$--accent-coral", + "cornerRadius": 5 + }, + { + "type": "text", + "id": "2z5xu", + "name": "rIssueTitleText1", + "fill": "$--text-primary", + "content": "硬性问题 (1)", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "icon_font", + "id": "P0lmX", + "name": "rIssueExpand1", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] }, { "type": "frame", - "id": "X9quA", - "name": "vcLeftVideo", + "id": "j4wJf", + "name": "rIssueItem1", "width": "fill_container", - "height": 220, - "fill": "#0B0B0B", - "cornerRadius": 10 - }, - { - "type": "frame", - "id": "D8Y6j", - "name": "vcLeftTimeline", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4 + "fill": "$--bg-card", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "nhfcz", + "name": "rIssueItemTime1", + "fill": "$--accent-coral", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "qlqfj", + "name": "rIssueItemTimeText1", + "fill": "#FFFFFF", + "content": "00:15", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "500" + } + ] + }, + { + "type": "text", + "id": "rIWef", + "name": "rIssueItemDesc1", + "fill": "$--text-primary", + "content": "竞品Logo露出", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "Ib7d7", + "name": "rIssueItemArrow1", + "width": 16, + "height": 16, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] } ] }, { "type": "frame", - "id": "oa4Md", - "name": "vcRight", + "id": "84qel", + "name": "rIssueSection2", "width": "fill_container", - "fill": "#111111", - "cornerRadius": 12, "layout": "vertical", "gap": 8, - "padding": 12, "children": [ { - "type": "text", - "id": "w3oF5", - "name": "vcRightTitle", - "fill": "#FAF8F5", - "content": "V2 版本", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "type": "frame", + "id": "rKkfi", + "name": "rIssueHeader2", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "MM91r", + "name": "rIssueTitle2", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "N6ASs", + "name": "rIssueDot2", + "width": 10, + "height": 10, + "fill": "#F59E0B", + "cornerRadius": 5 + }, + { + "type": "text", + "id": "bHV2M", + "name": "rIssueTitleText2", + "fill": "$--text-primary", + "content": "舆情提示 (1)", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "icon_font", + "id": "kAeF2", + "name": "rIssueExpand2", + "width": 18, + "height": 18, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] }, { "type": "frame", - "id": "nWmS2", - "name": "vcRightVideo", + "id": "5vMmh", + "name": "rIssueItem2", "width": "fill_container", - "height": 220, - "fill": "#0B0B0B", - "cornerRadius": 10 - }, + "fill": "$--bg-card", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 14 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "aompU", + "name": "rIssueItemTime2", + "fill": "#F59E0B", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "wpGI6", + "name": "rIssueItemTimeText2", + "fill": "#FFFFFF", + "content": "00:42", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "500" + } + ] + }, + { + "type": "text", + "id": "2l7Af", + "name": "rIssueItemDesc2", + "fill": "$--text-primary", + "content": "油腻风险 (仅提示)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "nlDNX", + "name": "rIssueSection3", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ { "type": "frame", - "id": "Mi7rf", - "name": "vcRightTimeline", + "id": "SXAxV", + "name": "rIssueHeader3", "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4 + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "sV6Hn", + "name": "rIssueTitle3", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "vvkcC", + "name": "rIssueDot3", + "width": 10, + "height": 10, + "fill": "$--accent-green", + "cornerRadius": 5 + }, + { + "type": "text", + "id": "ydgwL", + "name": "rIssueTitleText3", + "fill": "$--text-primary", + "content": "卖点覆盖 (3/4)", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "icon_font", + "id": "iAOZN", + "name": "rIssueExpand3", + "width": 18, + "height": 18, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] } ] } ] }, + { + "type": "frame", + "id": "vq97U", + "name": "rActionBar", + "width": "fill_container", + "height": 80, + "fill": "$--bg-card", + "gap": 12, + "padding": 16, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "l59PQ", + "name": "rRejectBtn", + "width": "fill_container", + "height": 48, + "cornerRadius": 12, + "stroke": { + "thickness": 1.5, + "fill": "$--accent-coral" + }, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "6ryiY", + "name": "rRejectBtnText", + "fill": "$--accent-coral", + "content": "驳回", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "VF6oe", + "name": "rApproveBtn", + "width": "fill_container", + "height": 48, + "fill": "$--accent-green", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "m14NA", + "name": "rApproveBtnText", + "fill": "#FFFFFF", + "content": "通过", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "hGWC5", + "name": "rForceBtn", + "height": 48, + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 4, + "padding": [ + 0, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "WPeR0", + "name": "rForceBtnText", + "fill": "$--text-primary", + "content": "强制通过", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "icon_font", + "id": "R9018", + "name": "rForceBtnIcon", + "width": 16, + "height": 16, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "lpVdV", + "x": 900, + "y": 10860, + "name": "品牌方端移动 - 数据看板", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "lVzei", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ { "type": "text", - "id": "23zh1", - "name": "changesLabel", - "fill": "#C9A962", - "content": "修改点对比", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "id": "Ec56T", + "name": "bTime", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" }, { "type": "frame", - "id": "H0BqG", - "name": "changeList", + "id": "BjAeq", + "name": "bStatusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Of503", + "name": "bSignal", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "T1vs0", + "name": "bWifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "6wrmQ", + "name": "bBattery", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "p34l9", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "1qx24", + "name": "bHeader", "width": "fill_container", - "layout": "vertical", - "gap": 10, + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "bwsCy", + "name": "bTitle", + "fill": "$--text-primary", + "content": "品牌看板", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "uxb6Q", + "name": "bDateSelect", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "k0nUm", + "name": "bDateText", + "fill": "$--text-primary", + "content": "2026-02", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "hUvmz", + "name": "bDateIcon", + "width": 14, + "height": 14, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "evj9T", + "name": "bMetricsRow1", + "width": "fill_container", + "gap": 12, "children": [ { "type": "frame", - "id": "EkuHl", - "name": "chg1", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 10, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", + "id": "QCSZr", + "name": "bMetricCard1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 6, + "padding": 16, "children": [ { "type": "text", - "id": "rPGaD", - "name": "chg1Text", - "fill": "#FAF8F5", - "content": "00:15 广告法违禁词 · V1: \"全网第一\" → V2: \"销量领先\"", - "fontFamily": "Manrope", + "id": "3UTuH", + "name": "bMetricLabel1", + "fill": "$--text-secondary", + "content": "本月审核总量", + "fontFamily": "DM Sans", "fontSize": 12, "fontWeight": "normal" }, { "type": "text", - "id": "5oN69", - "name": "chg1Status", - "fill": "#4ADE80", - "content": "✅ 已修复", - "fontFamily": "Manrope", + "id": "OWrV9", + "name": "bMetricValue1", + "fill": "$--text-primary", + "content": "1,234", + "fontFamily": "DM Sans", + "fontSize": 26, + "fontWeight": "700" + }, + { + "type": "text", + "id": "UkyE7", + "name": "bMetricChange1", + "fill": "$--accent-green", + "content": "↑ 12%", + "fontFamily": "DM Sans", "fontSize": 12, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "eXOAN", + "name": "bMetricCard2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 6, + "padding": 16, + "children": [ + { + "type": "text", + "id": "WYqmO", + "name": "bMetricLabel2", + "fill": "$--text-secondary", + "content": "初审通过率", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "G7diG", + "name": "bMetricValue2", + "fill": "$--text-primary", + "content": "78.5%", + "fontFamily": "DM Sans", + "fontSize": 26, + "fontWeight": "700" + }, + { + "type": "text", + "id": "dNrVu", + "name": "bMetricChange2", + "fill": "$--accent-green", + "content": "↑ 5.2%", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "frame", + "id": "SNwYy", + "name": "bMetricsRow2", + "width": "fill_container", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "zvVWn", + "name": "bMetricCard3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 6, + "padding": 16, + "children": [ + { + "type": "text", + "id": "Clmrc", + "name": "bMetricLabel3", + "fill": "$--text-secondary", + "content": "硬性召回率", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "sxfGH", + "name": "bMetricValue3", + "fill": "$--text-primary", + "content": "96.2%", + "fontFamily": "DM Sans", + "fontSize": 26, + "fontWeight": "700" + }, + { + "type": "text", + "id": "iJ0PH", + "name": "bMetricTarget3", + "fill": "$--accent-green", + "content": "目标≥95% ✓", + "fontFamily": "DM Sans", + "fontSize": 11, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "9IrMU", - "name": "chg2", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 10, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", + "id": "Ewxqp", + "name": "bMetricCard4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 6, + "padding": 16, "children": [ { "type": "text", - "id": "bCKbv", - "name": "chg2Text", - "fill": "#FAF8F5", - "content": "00:42 竞品 Logo 露出 · V1: 可见 → V2: 已遮挡", - "fontFamily": "Manrope", + "id": "p3ks3", + "name": "bMetricLabel4", + "fill": "$--text-secondary", + "content": "平均审核周期", + "fontFamily": "DM Sans", "fontSize": 12, "fontWeight": "normal" }, { "type": "text", - "id": "X2F88", - "name": "chg2Status", - "fill": "#4ADE80", - "content": "✅ 已修复", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "EBuIw", - "name": "chg3", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 10, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "CoJSP", - "name": "chg3Text", - "fill": "#FAF8F5", - "content": "01:28 卖点遗漏 · 仍未提及\"24小时持妆\"", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "id": "bwXjM", + "name": "bMetricValue4", + "fill": "$--text-primary", + "content": "4.2h", + "fontFamily": "DM Sans", + "fontSize": 26, + "fontWeight": "700" }, { "type": "text", - "id": "fATls", - "name": "chg3Status", - "fill": "#FF3B30", - "content": "❌ 未修复", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "chV3Q", + "name": "bMetricTarget4", + "fill": "$--accent-green", + "content": "目标≤5h ✓", + "fontFamily": "DM Sans", + "fontSize": 11, "fontWeight": "normal" } ] @@ -4233,17 +14692,1129 @@ }, { "type": "frame", - "id": "A9nyD", - "name": "vcFooter", + "id": "b3m2j", + "name": "bChartCard", "width": "fill_container", - "justifyContent": "end", + "fill": "$--bg-card", + "cornerRadius": 14, + "layout": "vertical", + "gap": 12, + "padding": 16, "children": [ { "type": "frame", - "id": "53b1r", - "name": "fastBtn", - "fill": "#C9A962", - "cornerRadius": 10, + "id": "oYIa5", + "name": "bChartHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "sv6Tk", + "name": "bChartTitle", + "fill": "$--text-primary", + "content": "趋势图 (近7天)", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "XyotN", + "name": "bChartMore", + "fill": "$--accent-indigo", + "content": "查看详情 >", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "wABwl", + "name": "bChartArea", + "width": "fill_container", + "height": 120, + "fill": "$--bg-elevated", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "DGPsn", + "name": "bChartPlaceholder", + "fill": "$--text-secondary", + "content": "📈 趋势图表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "o0mtl", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "sxiVd", + "name": "bNav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "QFxRt", + "name": "bNavIcon1", + "width": 22, + "height": 22, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "2ZMTw", + "name": "bNavLabel1", + "fill": "$--accent-indigo", + "content": "看板", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "Vde8W", + "name": "bNav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "iJjvc", + "name": "bNavIcon2", + "width": 22, + "height": 22, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "CEXwe", + "name": "bNavLabel2", + "fill": "$--text-secondary", + "content": "预警", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "vTVDT", + "name": "bNav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "altul", + "name": "bNavIcon3", + "width": 22, + "height": 22, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "yLJff", + "name": "bNavLabel3", + "fill": "$--text-secondary", + "content": "审批", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "hiUq7", + "name": "bNav4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "emRKA", + "name": "bNavIcon4", + "width": 22, + "height": 22, + "iconFontName": "scroll-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "b510X", + "name": "bNavLabel4", + "fill": "$--text-secondary", + "content": "日志", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "2yig8", + "name": "bNav5", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uxW7G", + "name": "bNavIcon5", + "width": 22, + "height": 22, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "zwHSs", + "name": "bNavLabel5", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "pF15t", + "x": 0, + "y": 11834, + "name": "达人端 - 消息中心", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "NGPJP", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "OB74B", + "name": "time1", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "walX9", + "name": "statusIcons1", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GdFp4", + "name": "signal1", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "LLNmG", + "name": "wifi1", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "GX6NY", + "name": "battery1", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "igKOK", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "CQzHT", + "name": "header1", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "RLUQd", + "name": "title1", + "fill": "$--text-primary", + "content": "消息通知", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "text", + "id": "1OrDE", + "name": "readAllBtn", + "fill": "$--accent-indigo", + "content": "全部已读", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "7l7Wa", + "name": "msgList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "rT7sN", + "name": "msg1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "WrwPc", + "name": "msg1Icon", + "width": 40, + "height": 40, + "fill": "#6366F120", + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "R9WC4", + "name": "msg1IconInner", + "width": 20, + "height": 20, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + } + ] + }, + { + "type": "frame", + "id": "nxc4O", + "name": "msg1Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "Bfz5c", + "name": "msg1Title", + "fill": "$--text-primary", + "content": "新任务分配", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "N11pG", + "name": "msg1Desc", + "fill": "$--text-secondary", + "content": "您有一个新任务【XX品牌618推广】,请在3天内提交脚本", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "qZHAC", + "name": "msg1Time", + "fill": "$--text-secondary", + "content": "10分钟前", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Iw8LH", + "name": "msg1Dot", + "width": 8, + "height": 8, + "fill": "$--accent-indigo", + "cornerRadius": 4 + } + ] + }, + { + "type": "frame", + "id": "UmTLG", + "name": "msg2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "W5APj", + "name": "msg2Icon", + "width": 40, + "height": 40, + "fill": "#32D58320", + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ImYDi", + "name": "msg2IconInner", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "i4pkv", + "name": "msg2Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "xpt4t", + "name": "msg2Title", + "fill": "$--text-primary", + "content": "审核通过", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "T98cN", + "name": "msg2Desc", + "fill": "$--text-secondary", + "content": "恭喜!您的视频已通过审核,可安排发布", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "znfeb", + "name": "msg2Time", + "fill": "$--text-secondary", + "content": "2小时前", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Wm8fT", + "name": "msg3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "U01NH", + "name": "msg3Icon", + "width": 40, + "height": 40, + "fill": "#E85A4F20", + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "OTzsO", + "name": "msg3IconInner", + "width": 20, + "height": 20, + "iconFontName": "pen-line", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + } + ] + }, + { + "type": "frame", + "id": "XVfTl", + "name": "msg3Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "ggOT6", + "name": "msg3Title", + "fill": "$--text-primary", + "content": "需要修改", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "H7qAV", + "name": "msg3Desc", + "fill": "$--text-secondary", + "content": "您的视频有2处需修改,点击查看详情", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "saO7S", + "name": "msg3Time", + "fill": "$--text-secondary", + "content": "昨天 14:30", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "JqPs0", + "name": "msg4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "hcylD", + "name": "msg4Icon", + "width": 40, + "height": 40, + "fill": "#32D58320", + "cornerRadius": 10, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "1elWR", + "name": "msg4IconInner", + "width": 20, + "height": 20, + "iconFontName": "message-square", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "yT5Rc", + "name": "msg4Content", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "DaLf7", + "name": "msg4Title", + "fill": "$--text-primary", + "content": "申诉结果", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "J5BwN", + "name": "msg4Desc", + "fill": "$--text-secondary", + "content": "您的申诉已通过,AI已学习您的反馈", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "PmiTa", + "name": "msg4Time", + "fill": "$--text-secondary", + "content": "2天前", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "ofvTa", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "JOSK6", + "name": "nav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Wzacy", + "name": "navIcon1", + "width": 22, + "height": 22, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "S3qGt", + "name": "navLabel1", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "O6HK8", + "name": "nav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "sNBAg", + "name": "navIcon2", + "width": 22, + "height": 22, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "lDSqN", + "name": "navLabel2", + "fill": "$--text-secondary", + "content": "上传", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "SFZrb", + "name": "nav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "c6WBZ", + "name": "navIcon3", + "width": 22, + "height": 22, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "ghpgf", + "name": "navLabel3", + "fill": "$--accent-indigo", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "Z9RM1", + "name": "nav4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "TRSS8", + "name": "navIcon4", + "width": 22, + "height": 22, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ZdGNd", + "name": "navLabel4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 10, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "8XKLP", + "x": 0, + "y": 12808, + "name": "达人端桌面 - 消息中心", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "r779r", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "yfdus", + "name": "logo2", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "G9QAw", + "name": "logoIcon2", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "QLKlq", + "name": "logoText2", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "ezKOC", + "name": "nav2", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "jYOY2", + "name": "dNavItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "q3Uh0", + "name": "dNavIcon1", + "width": 20, + "height": 20, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "EkvRB", + "name": "dNavLabel1", + "fill": "$--text-secondary", + "content": "任务列表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "VKVym", + "name": "dNavItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IEBcl", + "name": "dNavIcon2", + "width": 20, + "height": 20, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "mcBRd", + "name": "dNavLabel2", + "fill": "$--text-secondary", + "content": "智能上传", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "QF0N6", + "name": "dNavItem3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "1LcYQ", + "name": "dNavIcon3", + "width": 20, + "height": 20, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "0MZ5U", + "name": "dNavLabel3", + "fill": "$--text-primary", + "content": "消息中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ZOEje", + "name": "dNavItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Ax8nb", + "name": "dNavIcon4", + "width": 20, + "height": 20, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "oxh39", + "name": "dNavLabel4", + "fill": "$--text-secondary", + "content": "个人中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "jGWvP", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "zgo0Y", + "name": "header2", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "EiCCN", + "name": "titleArea2", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "gmHwX", + "name": "title2", + "fill": "$--text-primary", + "content": "消息中心", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "lZp4T", + "name": "subtitle2", + "fill": "$--text-secondary", + "content": "查看任务通知、审核结果和申诉反馈", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "OgXi0", + "name": "readAllBtn2", + "fill": "$--bg-elevated", + "cornerRadius": 8, "padding": [ 10, 18 @@ -4251,17 +15822,310 @@ "children": [ { "type": "text", - "id": "AUiZl", - "name": "fastText", - "fill": "#0A0A0A", - "content": "快速通过", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "4Zhp5", + "name": "readAllBtnText2", + "fill": "$--text-primary", + "content": "全部标为已读", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" } ] } ] + }, + { + "type": "frame", + "id": "Hl4ol", + "name": "msgCard", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "3SFwJ", + "name": "dmsg1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 16, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "sOnu9", + "name": "dmsg1Icon", + "width": 48, + "height": 48, + "fill": "#6366F120", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "yFZgg", + "name": "dmsg1IconInner", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + } + ] + }, + { + "type": "frame", + "id": "CjKkQ", + "name": "dmsg1Content", + "width": "fill_container", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "frame", + "id": "EPJzr", + "name": "dmsg1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "dpxLe", + "name": "dmsg1Title", + "fill": "$--text-primary", + "content": "新任务分配", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "r3Jie", + "name": "dmsg1Time", + "fill": "$--text-secondary", + "content": "10分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "ZVGch", + "name": "dmsg1Desc", + "fill": "$--text-secondary", + "content": "您有一个新任务【XX品牌618推广】,请在3天内提交脚本", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "T8eLl", + "name": "dmsg1Dot", + "width": 10, + "height": 10, + "fill": "$--accent-indigo", + "cornerRadius": 5 + } + ] + }, + { + "type": "frame", + "id": "c5U3R", + "name": "dmsg2", + "width": "fill_container", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--bg-elevated" + }, + "gap": 16, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "5gF6y", + "name": "dmsg2Icon", + "width": 48, + "height": 48, + "fill": "#32D58320", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "OFcO5", + "name": "dmsg2IconInner", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + }, + { + "type": "frame", + "id": "027uT", + "name": "dmsg2Content", + "width": "fill_container", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "frame", + "id": "2qxEX", + "name": "dmsg2Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "aMqzK", + "name": "dmsg2Title", + "fill": "$--text-primary", + "content": "审核通过", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "2CNol", + "name": "dmsg2Time", + "fill": "$--text-secondary", + "content": "2小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "H6CFb", + "name": "dmsg2Desc", + "fill": "$--text-secondary", + "content": "恭喜!您的视频【YY美妆新品】已通过审核,可安排发布", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "nClEr", + "name": "dmsg3", + "width": "fill_container", + "cornerRadius": 12, + "stroke": { + "thickness": 1, + "fill": "$--bg-elevated" + }, + "gap": 16, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "Vt4V4", + "name": "dmsg3Icon", + "width": 48, + "height": 48, + "fill": "#E85A4F20", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "n5Zhx", + "name": "dmsg3IconInner", + "width": 24, + "height": 24, + "iconFontName": "pen-line", + "iconFontFamily": "lucide", + "fill": "$--accent-coral" + } + ] + }, + { + "type": "frame", + "id": "WZcWD", + "name": "dmsg3Content", + "width": "fill_container", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "frame", + "id": "6fW4R", + "name": "dmsg3Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "NFZDy", + "name": "dmsg3Title", + "fill": "$--text-primary", + "content": "需要修改", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "aPHl6", + "name": "dmsg3Time", + "fill": "$--text-secondary", + "content": "昨天 14:30", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "XLcZO", + "name": "dmsg3Desc", + "fill": "$--text-secondary", + "content": "您的视频有2处需修改:00:15竞品露出、00:42口播违规词,点击查看详情", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] } ] } @@ -4269,144 +16133,276 @@ }, { "type": "frame", - "id": "oAL9F", - "x": 3200, - "y": 2040, - "name": "Agency - Creator Management", + "id": "5cFMX", + "x": 0, + "y": 13808, + "name": "代理商端 - 达人管理", + "enabled": false, "clip": true, "width": 1440, "height": 900, - "fill": "#0F0F0F", + "fill": "$--bg-page", "children": [ { "type": "frame", - "id": "I7G7V", - "name": "creatorSidebar", + "id": "xKsfz", + "name": "侧边栏", "width": 260, "height": "fill_container", - "fill": "#0A0A0A", + "fill": "$--bg-card", "layout": "vertical", + "gap": 32, "padding": [ - 32, - 24 + 24, + 16 ], - "justifyContent": "space_between", "children": [ { "type": "frame", - "id": "DptDs", - "name": "sideTop", - "layout": "vertical", - "gap": 20, + "id": "NT64g", + "name": "logo3", + "gap": 10, + "alignItems": "center", "children": [ { - "type": "text", - "id": "riah2", - "name": "sideLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 + "type": "frame", + "id": "ZCSWi", + "name": "logoIcon3", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 }, { - "type": "frame", - "id": "uA5e7", - "name": "sideNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "Z4qNe", - "name": "nav1", - "fill": "#666666", - "content": "工作台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "EgpMo", - "name": "nav2", - "fill": "#666666", - "content": "Brief 管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "etEvY", - "name": "nav3", - "fill": "#666666", - "content": "审核台", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "sYkFn", - "name": "nav4", - "fill": "#C9A962", - "content": "达人管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "MqDnh", - "name": "nav5", - "fill": "#666666", - "content": "数据报表", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "0OSk1", - "name": "nav6", - "fill": "#666666", - "content": "设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] + "type": "text", + "id": "YeLqY", + "name": "logoText3", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" } ] }, { "type": "frame", - "id": "Ccd3V", - "name": "sideUser", + "id": "wrThd", + "name": "nav3", + "width": "fill_container", "layout": "vertical", "gap": 4, "children": [ { - "type": "text", - "id": "xiks9", - "name": "userName", - "fill": "#FAF8F5", - "content": "张三", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" + "type": "frame", + "id": "PdgQD", + "name": "aNavItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "eVUfA", + "name": "aNavIcon1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "xcjwk", + "name": "aNavLabel1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] }, { - "type": "text", - "id": "GEYkO", - "name": "userRole", - "fill": "#666666", - "content": "代理商管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" + "type": "frame", + "id": "AkOsJ", + "name": "aNavItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "hk6up", + "name": "aNavIcon2", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "AFagO", + "name": "aNavLabel2", + "fill": "$--text-secondary", + "content": "Brief 配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "zQARZ", + "name": "aNavItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "RgjUl", + "name": "aNavIcon3", + "width": 20, + "height": 20, + "iconFontName": "clipboard-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "7fBLQ", + "name": "aNavLabel3", + "fill": "$--text-secondary", + "content": "审核台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "zVYqa", + "name": "aNavItem4", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "UYiGC", + "name": "aNavIcon4", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "XzE38", + "name": "aNavLabel4", + "fill": "$--text-primary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "2G5is", + "name": "aNavItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JXKTt", + "name": "aNavIcon5", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "mAJZV", + "name": "aNavLabel5", + "fill": "$--text-secondary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "u2jVn", + "name": "aNavItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "SyIiA", + "name": "aNavIcon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "t8vUN", + "name": "aNavLabel6", + "fill": "$--text-secondary", + "content": "设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] } ] } @@ -4414,58 +16410,1453 @@ }, { "type": "frame", - "id": "aAipE", - "name": "creatorMain", + "id": "Q308a", + "name": "主内容区", "width": "fill_container", "height": "fill_container", "layout": "vertical", "gap": 24, - "padding": [ - 48, - 56 - ], + "padding": 32, "children": [ { "type": "frame", - "id": "dOVAe", - "name": "creatorHeader", + "id": "rSLqI", + "name": "header3", "width": "fill_container", "justifyContent": "space_between", "alignItems": "center", "children": [ { - "type": "text", - "id": "hrLHo", - "name": "creatorTitle", - "fill": "#FAF8F5", - "content": "达人管理", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" + "type": "frame", + "id": "adTfw", + "name": "titleArea3", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "WsiPl", + "name": "title3", + "fill": "$--text-primary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "cQuHf", + "name": "subtitle3", + "fill": "$--text-secondary", + "content": "管理所有关联达人,查看信用评分与历史表现", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] }, { "type": "frame", - "id": "IdJ2Y", - "name": "creatorActions", - "gap": 10, + "id": "9aOwO", + "name": "actionBtns3", + "gap": 12, "children": [ { "type": "frame", - "id": "pLUon", + "id": "L8VRz", "name": "searchBox", + "width": 240, + "fill": "$--bg-card", "cornerRadius": 8, + "gap": 8, "padding": [ - 8, - 12 + 10, + 16 ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "y3CCA", + "name": "searchIcon", + "width": 18, + "height": 18, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "yNjVL", + "name": "searchText", + "fill": "$--text-secondary", + "content": "搜索达人...", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "LZsFE", + "name": "addBtn", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 18 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Iui2G", + "name": "addBtnIcon", + "width": 18, + "height": 18, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "xFNKF", + "name": "addBtnText", + "fill": "#FFFFFF", + "content": "添加达人", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "dtdIm", + "name": "statsRow", + "width": "fill_container", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "g3cG4", + "name": "stat1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": 20, + "children": [ + { + "type": "text", + "id": "Cx6FC", + "name": "stat1Value", + "fill": "$--text-primary", + "content": "156", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + }, + { + "type": "text", + "id": "JPAUL", + "name": "stat1Label", + "fill": "$--text-secondary", + "content": "总达人数", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ni1PN", + "name": "stat2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": 20, + "children": [ + { + "type": "text", + "id": "E2PGl", + "name": "stat2Value", + "fill": "$--accent-green", + "content": "78.5%", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + }, + { + "type": "text", + "id": "zWITf", + "name": "stat2Label", + "fill": "$--text-secondary", + "content": "平均通过率", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "PWwWD", + "name": "stat3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": 20, + "children": [ + { + "type": "text", + "id": "0pJ68", + "name": "stat3Value", + "fill": "$--accent-indigo", + "content": "1.2", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + }, + { + "type": "text", + "id": "Bc3Dm", + "name": "stat3Label", + "fill": "$--text-secondary", + "content": "平均修改轮次", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "UIXuF", + "name": "stat4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": 20, + "children": [ + { + "type": "text", + "id": "figfG", + "name": "stat4Value", + "fill": "$--text-primary", + "content": "4.2h", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + }, + { + "type": "text", + "id": "gFebW", + "name": "stat4Label", + "fill": "$--text-secondary", + "content": "平均响应时长", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "ahPiC", + "name": "tableCard", + "clip": true, + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "cLkUY", + "name": "tableHeader", + "width": "fill_container", + "fill": "$--bg-elevated", + "gap": 16, + "padding": [ + 16, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "yaxtx", + "name": "thName", + "fill": "$--text-secondary", + "content": "达人信息", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "ZJCRC", + "name": "thPlatform", + "fill": "$--text-secondary", + "content": "平台", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "NyZHh", + "name": "thTasks", + "fill": "$--text-secondary", + "content": "任务数", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "JqLtv", + "name": "thRate", + "fill": "$--text-secondary", + "content": "通过率", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "kjLNN", + "name": "thCredit", + "fill": "$--text-secondary", + "content": "信用分", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "nUCNI", + "name": "thStatus", + "fill": "$--text-secondary", + "content": "状态", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "KfxE1", + "name": "thAction", + "fill": "$--text-secondary", + "content": "操作", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "tUvk8", + "name": "row1", + "width": "fill_container", + "stroke": { + "thickness": { + "bottom": 1 + }, + "fill": "$--bg-elevated" + }, + "gap": 16, + "padding": [ + 16, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "yeuGL", + "name": "r1Info", + "width": 200, + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "cxgIC", + "name": "r1Avatar", + "width": 36, + "height": 36, + "fill": "$--accent-green", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "3RzR0", + "name": "r1Name", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "6sa0x", + "name": "r1NameText", + "fill": "$--text-primary", + "content": "@小美美", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "UUO13", + "name": "r1Fans", + "fill": "$--text-secondary", + "content": "粉丝 128.5万", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "Ui9ts", + "name": "r1Platform", + "width": 100, + "children": [ + { + "type": "frame", + "id": "FX9a2", + "name": "r1PlatformBadge", + "fill": "#FF004420", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "OVNFl", + "name": "r1PlatformText", + "fill": "#FF0044", + "content": "抖音", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "FcSit", + "name": "r1Tasks", + "fill": "$--text-primary", + "content": "32", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "Z7gUk", + "name": "r1Rate", + "fill": "$--accent-green", + "content": "92.5%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "kTnqP", + "name": "r1Credit", + "width": 100, + "gap": 6, + "alignItems": "center", "children": [ { "type": "text", - "id": "50o4M", - "name": "searchText", - "fill": "#666666", - "content": "搜索达人/ID", - "fontFamily": "Manrope", + "id": "JBQo7", + "name": "r1CreditValue", + "fill": "$--accent-indigo", + "content": "95", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "Ut9hf", + "name": "r1CreditBar", + "width": 40, + "height": 4, + "fill": "$--bg-elevated", + "cornerRadius": 2, + "children": [ + { + "type": "frame", + "id": "LO4w4", + "name": "r1CreditFill", + "width": 38, + "height": 4, + "fill": "$--accent-indigo", + "cornerRadius": 2 + } + ] + } + ] + }, + { + "type": "frame", + "id": "AuVjn", + "name": "r1Status", + "width": 80, + "children": [ + { + "type": "frame", + "id": "9K1TU", + "name": "r1StatusBadge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "m45td", + "name": "r1StatusText", + "fill": "$--accent-green", + "content": "活跃", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "32PY5", + "name": "r1Actions", + "width": 100, + "gap": 8, + "children": [ + { + "type": "icon_font", + "id": "CqMIU", + "name": "r1ViewBtn", + "width": 18, + "height": 18, + "iconFontName": "eye", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "icon_font", + "id": "xDzZI", + "name": "r1EditBtn", + "width": 18, + "height": 18, + "iconFontName": "pencil", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "De69b", + "name": "row2", + "width": "fill_container", + "stroke": { + "thickness": { + "bottom": 1 + }, + "fill": "$--bg-elevated" + }, + "gap": 16, + "padding": [ + 16, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "OdjcW", + "name": "r2Info", + "width": 200, + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "AfkGa", + "name": "r2Avatar", + "width": 36, + "height": 36, + "fill": "$--accent-indigo", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "TVzuJ", + "name": "r2Name", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "Lvj1M", + "name": "r2NameText", + "fill": "$--text-primary", + "content": "@潮流达人王", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "ylkDu", + "name": "r2Fans", + "fill": "$--text-secondary", + "content": "粉丝 56.2万", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "OQOK4", + "name": "r2Platform", + "width": 100, + "children": [ + { + "type": "frame", + "id": "VvSvq", + "name": "r2PlatformBadge", + "fill": "#FE284420", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "FrTiG", + "name": "r2PlatformText", + "fill": "#FE2844", + "content": "小红书", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "kMcXK", + "name": "r2Tasks", + "fill": "$--text-primary", + "content": "18", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "eCb0M", + "name": "r2Rate", + "fill": "#F59E0B", + "content": "72.2%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "GNQLQ", + "name": "r2Credit", + "width": 100, + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "xLlpf", + "name": "r2CreditValue", + "fill": "#F59E0B", + "content": "78", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "7jW2K", + "name": "r2CreditBar", + "width": 40, + "height": 4, + "fill": "$--bg-elevated", + "cornerRadius": 2, + "children": [ + { + "type": "frame", + "id": "tmno4", + "name": "r2CreditFill", + "width": 31, + "height": 4, + "fill": "#F59E0B", + "cornerRadius": 2 + } + ] + } + ] + }, + { + "type": "frame", + "id": "N1YbC", + "name": "r2Status", + "width": 80, + "children": [ + { + "type": "frame", + "id": "KAi2S", + "name": "r2StatusBadge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "y2N5v", + "name": "r2StatusText", + "fill": "$--accent-green", + "content": "活跃", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "P8lcd", + "name": "r2Actions", + "width": 100, + "gap": 8, + "children": [ + { + "type": "icon_font", + "id": "2qsyt", + "name": "r2ViewBtn", + "width": 18, + "height": 18, + "iconFontName": "eye", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "icon_font", + "id": "YlNh9", + "name": "r2EditBtn", + "width": 18, + "height": 18, + "iconFontName": "pencil", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "wJC8B", + "name": "row3", + "width": "fill_container", + "gap": 16, + "padding": [ + 16, + 24 + ], + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "2h9zY", + "name": "r3Info", + "width": 200, + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "7nHrA", + "name": "r3Avatar", + "width": 36, + "height": 36, + "fill": "$--accent-coral", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "P2Vpx", + "name": "r3Name", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "t1rWO", + "name": "r3NameText", + "fill": "$--text-primary", + "content": "@美食探店李", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "6U3fS", + "name": "r3Fans", + "fill": "$--text-secondary", + "content": "粉丝 89.3万", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "qAabA", + "name": "r3Platform", + "width": 100, + "children": [ + { + "type": "frame", + "id": "qpYQY", + "name": "r3PlatformBadge", + "fill": "#00AEEC20", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "coukR", + "name": "r3PlatformText", + "fill": "#00AEEC", + "content": "B站", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "O0mfz", + "name": "r3Tasks", + "fill": "$--text-primary", + "content": "24", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "DPdNy", + "name": "r3Rate", + "fill": "$--accent-green", + "content": "85.4%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "mgR7R", + "name": "r3Credit", + "width": 100, + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "HDzwv", + "name": "r3CreditValue", + "fill": "$--accent-green", + "content": "88", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ZitKk", + "name": "r3Status", + "width": 80, + "children": [ + { + "type": "frame", + "id": "oDkhM", + "name": "r3StatusBadge", + "fill": "$--bg-elevated", + "cornerRadius": 4, + "padding": [ + 4, + 10 + ], + "children": [ + { + "type": "text", + "id": "0Msu7", + "name": "r3StatusText", + "fill": "$--text-secondary", + "content": "休眠", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "UkdiL", + "name": "r3Actions", + "width": 100, + "gap": 8, + "children": [ + { + "type": "icon_font", + "id": "elxor", + "name": "r3ViewBtn", + "width": 18, + "height": 18, + "iconFontName": "eye", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "icon_font", + "id": "VAKHT", + "name": "r3EditBtn", + "width": 18, + "height": 18, + "iconFontName": "pencil", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "An8gw", + "x": 0, + "y": 14808, + "name": "代理商端 - 数据报表", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "fRRit", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "fhu5B", + "name": "logo4", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "yG6KK", + "name": "logoIcon4", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "zGjz3", + "name": "logoText4", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "PDgRv", + "name": "nav4", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "jwb32", + "name": "rNavItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "dQPQl", + "name": "rNavIcon1", + "width": 20, + "height": 20, + "iconFontName": "layout-dashboard", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "DGS6T", + "name": "rNavLabel1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "4QM0p", + "name": "rNavItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "RWqCZ", + "name": "rNavIcon2", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "BpmZi", + "name": "rNavLabel2", + "fill": "$--text-secondary", + "content": "Brief 配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "LCGk6", + "name": "rNavItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "SzSVL", + "name": "rNavIcon3", + "width": 20, + "height": 20, + "iconFontName": "clipboard-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "SsVUj", + "name": "rNavLabel3", + "fill": "$--text-secondary", + "content": "审核台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "RVDPk", + "name": "rNavItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GWbEd", + "name": "rNavIcon4", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "DxMnh", + "name": "rNavLabel4", + "fill": "$--text-secondary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "lVOS5", + "name": "rNavItem5", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "kawjQ", + "name": "rNavIcon5", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "LuJye", + "name": "rNavLabel5", + "fill": "$--text-primary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "ANKR9", + "name": "rNavItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "QHuXT", + "name": "rNavIcon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "0rvwl", + "name": "rNavLabel6", + "fill": "$--text-secondary", + "content": "设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "4JLUZ", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "qIqO9", + "name": "header4", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "5aEBq", + "name": "titleArea4", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "eulp8", + "name": "title4", + "fill": "$--text-primary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "ZGHVJ", + "name": "subtitle4", + "fill": "$--text-secondary", + "content": "项目进度、达人表现与问题类型分析", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "1GngD", + "name": "actionBtns4", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "Eimjb", + "name": "dateRange", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "CTTr1", + "name": "dateIcon", + "width": 18, + "height": 18, + "iconFontName": "calendar", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "ATyAJ", + "name": "dateText", + "fill": "$--text-primary", + "content": "2026-01-01 至 2026-02-03", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "KiTOf", + "name": "exportBtn", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 18 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "xDqlY", + "name": "exportIcon", + "width": 18, + "height": 18, + "iconFontName": "download", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "Ux5wo", + "name": "exportText", + "fill": "#FFFFFF", + "content": "导出报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "q3BSF", + "name": "chartsRow", + "width": "fill_container", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "SNJDj", + "name": "chart1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "699m0", + "name": "chart1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "VHoXo", + "name": "chart1Title", + "fill": "$--text-primary", + "content": "审核量与通过率趋势", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "text", + "id": "rsDqL", + "name": "chart1Period", + "fill": "$--text-secondary", + "content": "近30天", + "fontFamily": "DM Sans", "fontSize": 12, "fontWeight": "normal" } @@ -4473,23 +17864,69 @@ }, { "type": "frame", - "id": "YXnjN", - "name": "addBtn", - "fill": "#C9A962", + "id": "a12Ye", + "name": "chart1Area", + "width": "fill_container", + "height": 200, + "fill": "$--bg-elevated", "cornerRadius": 8, - "padding": [ - 8, - 12 - ], + "justifyContent": "center", + "alignItems": "center", "children": [ { "type": "text", - "id": "jUsNy", - "name": "addText", - "fill": "#0A0A0A", - "content": "添加达人", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "snhi9", + "name": "chart1Placeholder", + "fill": "$--text-secondary", + "content": "📈 折线图", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "P5cdH", + "name": "chart2", + "width": 320, + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "saRIG", + "name": "chart2Header", + "fill": "$--text-primary", + "content": "问题类型分布", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "k7LVW", + "name": "chart2Area", + "width": "fill_container", + "height": 200, + "fill": "$--bg-elevated", + "cornerRadius": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "DNf8F", + "name": "chart2Placeholder", + "fill": "$--text-secondary", + "content": "🥧 饼图", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "normal" } ] @@ -4500,2077 +17937,2058 @@ }, { "type": "frame", - "id": "n0qm2", + "id": "pt43F", + "name": "bottomRow", + "width": "fill_container", + "height": "fill_container", + "gap": 20, + "children": [ + { + "type": "frame", + "id": "Ssx4i", + "name": "rankCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "QOhhM", + "name": "rankHeader", + "fill": "$--text-primary", + "content": "达人通过率排行", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "zuwho", + "name": "rankList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "SV3GN", + "name": "rank1", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "UWbGx", + "name": "rank1Num", + "width": 24, + "height": 24, + "fill": "#FFD70020", + "cornerRadius": 6, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "QI4dR", + "name": "rank1NumText", + "fill": "#FFD700", + "content": "1", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "700" + } + ] + }, + { + "type": "text", + "id": "ZO5nt", + "name": "rank1Name", + "fill": "$--text-primary", + "content": "@小美美", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "mbsE6", + "name": "rank1Rate", + "fill": "$--accent-green", + "content": "92.5%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "P1Huj", + "name": "rank2", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "nqHqY", + "name": "rank2Num", + "width": 24, + "height": 24, + "fill": "#C0C0C020", + "cornerRadius": 6, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "sKaLM", + "name": "rank2NumText", + "fill": "#C0C0C0", + "content": "2", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "700" + } + ] + }, + { + "type": "text", + "id": "lwTod", + "name": "rank2Name", + "fill": "$--text-primary", + "content": "@美食探店李", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "rb8g5", + "name": "rank2Rate", + "fill": "$--accent-green", + "content": "85.4%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "Lpayh", + "name": "rank3", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "wCW06", + "name": "rank3Num", + "width": 24, + "height": 24, + "fill": "#CD7F3220", + "cornerRadius": 6, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "MJayV", + "name": "rank3NumText", + "fill": "#CD7F32", + "content": "3", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "700" + } + ] + }, + { + "type": "text", + "id": "Ey1z4", + "name": "rank3Name", + "fill": "$--text-primary", + "content": "@潮流达人王", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "gPjmf", + "name": "rank3Rate", + "fill": "#F59E0B", + "content": "72.2%", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "SJCWR", + "name": "violationCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 16, + "padding": 24, + "children": [ + { + "type": "text", + "id": "lk6Jf", + "name": "violationHeader", + "fill": "$--text-primary", + "content": "高频违规词 TOP 5", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "UH97A", + "name": "violationList", + "width": "fill_container", + "layout": "vertical", + "gap": 10, + "children": [ + { + "type": "frame", + "id": "eJFNu", + "name": "v1", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "izSzl", + "name": "v1Word", + "fill": "$--text-primary", + "content": "全网第一", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "nclpY", + "name": "v1Count", + "fill": "$--accent-coral", + "content": "23次", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "3TbEF", + "name": "v2", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "WW2pP", + "name": "v2Word", + "fill": "$--text-primary", + "content": "最有效", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "fevG5", + "name": "v2Count", + "fill": "$--accent-coral", + "content": "18次", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "g3E4F", + "name": "v3", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "1u7Ah", + "name": "v3Word", + "fill": "$--text-primary", + "content": "绝对安全", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "n5S8M", + "name": "v3Count", + "fill": "$--accent-coral", + "content": "12次", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "c6SPa", + "x": 450, + "y": 11834, + "name": "代理商端移动 - 任务列表", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "qMxLj", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "XpmBR", + "name": "time5", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "VFvpM", + "name": "statusIcons5", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "m7lx8", + "name": "signal5", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "bH4h0", + "name": "wifi5", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "8tcHU", + "name": "battery5", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "xLnpk", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "qV3WE", + "name": "header5", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "is9iP", + "name": "title5", + "fill": "$--text-primary", + "content": "任务列表", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "5NFdu", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uKBmo", + "name": "filterIcon", + "width": 16, + "height": 16, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "text", + "id": "wYugz", + "name": "filterText", + "fill": "$--text-primary", + "content": "筛选", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "NIjaN", + "name": "taskList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "fAtw3", + "name": "task1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "0GP0i", + "name": "task1Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "I9BMA", + "name": "task1Status", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "WU0nz", + "name": "task1Dot", + "width": 8, + "height": 8, + "fill": "$--accent-coral", + "cornerRadius": 4 + }, + { + "type": "text", + "id": "uIQal", + "name": "task1Title", + "fill": "$--text-primary", + "content": "XX品牌618推广 - 达人A", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "ihtKc", + "name": "task1Badge", + "fill": "#E85A4F20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "HGo0F", + "name": "task1BadgeText", + "fill": "$--accent-coral", + "content": "待审核", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "95Sas", + "name": "task1Desc", + "fill": "$--text-secondary", + "content": "竞品露出 · 2小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "i3q8U", + "name": "task1Btn", + "padding": [ + 8, + 0 + ], + "children": [ + { + "type": "text", + "id": "uTqx6", + "name": "task1BtnText", + "fill": "$--accent-indigo", + "content": "查看详情 →", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + }, + { + "type": "frame", + "id": "iF8ji", + "name": "task2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "bj3Mn", + "name": "task2Header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "nDvuA", + "name": "task2Status", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Z2ZXN", + "name": "task2Dot", + "width": 8, + "height": 8, + "fill": "#F59E0B", + "cornerRadius": 4 + }, + { + "type": "text", + "id": "Gn2tU", + "name": "task2Title", + "fill": "$--text-primary", + "content": "XX品牌618推广 - 达人B", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "jBBgp", + "name": "task2Badge", + "fill": "#F59E0B20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "IeM93", + "name": "task2BadgeText", + "fill": "#F59E0B", + "content": "待确认", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "sQ3Ox", + "name": "task2Desc", + "fill": "$--text-secondary", + "content": "AI审核完成 · 1小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "NYtKa", + "name": "task2Btn", + "padding": [ + 8, + 0 + ], + "children": [ + { + "type": "text", + "id": "qZlql", + "name": "task2BtnText", + "fill": "$--accent-indigo", + "content": "快捷审核 →", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "AiCcE", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "MmMs3", + "name": "navItem1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "iw6nc", + "name": "icon1", + "width": 24, + "height": 24, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "tp441", + "name": "label1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "vONfi", + "name": "navItem2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "5c1KU", + "name": "icon2", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "LTWGt", + "name": "label2", + "fill": "$--accent-indigo", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "sHWU0", + "name": "navItem3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "iHShi", + "name": "icon3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "tG0Qx", + "name": "label3", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "7svua", + "name": "navItem4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FnJxa", + "name": "icon4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Cz2OO", + "name": "label4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "9Us9g", + "x": 900, + "y": 11834, + "name": "代理商端移动 - 消息中心", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "XHjDv", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "71dyl", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "PhJUI", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "DsSxG", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "Tj2K5", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "sWfS1", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "g4m9Y", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "XOrB9", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "bceHq", + "name": "title", + "fill": "$--text-primary", + "content": "消息中心", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "9jhUY", + "name": "readBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "padding": [ + 8, + 12 + ], + "children": [ + { + "type": "text", + "id": "8aJVA", + "name": "readTxt", + "fill": "$--text-secondary", + "content": "全部已读", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "YUFhV", + "name": "msgList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "xSe9A", + "name": "msg1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "RDem7", + "name": "msg1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "TVMkf", + "name": "msg1Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "GGxyK", + "name": "dot1", + "fill": "$--accent-coral", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "7tYHR", + "name": "t1", + "fill": "$--text-primary", + "content": "系统通知", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "4FVuG", + "name": "time1", + "fill": "$--text-tertiary", + "content": "10分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "hB2E3", + "name": "desc1", + "fill": "$--text-secondary", + "content": "您有3个待审核任务已超时,请及时处理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Ffw4H", + "name": "msg2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "GbDnh", + "name": "msg2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "mupsW", + "name": "msg2Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "Wua0x", + "name": "dot2", + "fill": "$--accent-indigo", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "sEeMl", + "name": "t2", + "fill": "$--text-primary", + "content": "审核反馈", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "mMwZS", + "name": "time2", + "fill": "$--text-tertiary", + "content": "1小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "3SYEy", + "name": "desc2", + "fill": "$--text-secondary", + "content": "达人@小红的视频已通过审核,可以发布", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "VV662", + "name": "msg3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "UQwER", + "name": "msg3Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "8vP4k", + "name": "msg3Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "3J3ve", + "name": "t3", + "fill": "$--text-primary", + "content": "任务提醒", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "9sLDE", + "name": "time3", + "fill": "$--text-tertiary", + "content": "昨天", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "472es", + "name": "desc3", + "fill": "$--text-secondary", + "content": "新增Brief配置任务:春季新品推广活动", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "JAD0J", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "0vjyI", + "name": "navItem1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "lE8te", + "name": "ni1", + "width": 24, + "height": 24, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "CUqjj", + "name": "nl1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "xx0uT", + "name": "navItem2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "eI8w4", + "name": "ni2", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "SwVp4", + "name": "nl2", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "iVhzT", + "name": "navItem3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "jkFbM", + "name": "ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "FlXMT", + "name": "nl3", + "fill": "$--accent-indigo", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "We2VM", + "name": "navItem4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "te32z", + "name": "ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "v9oot", + "name": "nl4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "jELTK", + "x": 0, + "y": 15808, + "name": "品牌方端 - 审计日志", + "enabled": false, + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "pybN3", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "DtAcb", + "name": "logo", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "UW2L8", + "name": "logoIcon", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "WKn22", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "5TbP9", + "name": "navGroup", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "jj3an", + "name": "navItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "igX2I", + "name": "icon1", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "frKRs", + "name": "label1", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "TGS16", + "name": "navItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "2SLl8", + "name": "icon2", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "xjJNI", + "name": "label2", + "fill": "$--text-secondary", + "content": "审批中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "lRLqR", + "name": "navItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "kYgrB", + "name": "icon3", + "width": 20, + "height": 20, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Y02EP", + "name": "label3", + "fill": "$--text-secondary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "BHRvu", + "name": "navItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "9UV2h", + "name": "icon4", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "wxrkN", + "name": "label4", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "l7sYI", + "name": "navItem5", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "jWOiq", + "name": "icon5", + "width": 20, + "height": 20, + "iconFontName": "scroll-text", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "byHP3", + "name": "label5", + "fill": "$--accent-indigo", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Htnax", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "K4a37", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "TWzj4", + "name": "title", + "fill": "$--text-primary", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "0TKMr", + "name": "actions", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "5qOGt", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "7w5pu", + "name": "filterIcon", + "width": 16, + "height": 16, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "OpzFG", + "name": "filterTxt", + "fill": "$--text-secondary", + "content": "筛选", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "txyOM", + "name": "exportBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FJNs2", + "name": "exportIcon", + "width": 16, + "height": 16, + "iconFontName": "download", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "mtfiR", + "name": "exportTxt", + "fill": "$--text-secondary", + "content": "导出", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "RtiNQ", "name": "table", "width": "fill_container", - "fill": "#0D0D0D", + "fill": "$--bg-card", "cornerRadius": 12, "layout": "vertical", - "gap": 10, - "padding": 16, "children": [ { "type": "frame", - "id": "YyZsT", - "name": "head", - "gap": 16, - "children": [ - { - "type": "text", - "id": "J9cRd", - "name": "h1", - "fill": "#C9A962", - "content": "达人", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "gVmID", - "name": "h2", - "fill": "#C9A962", - "content": "信用评分", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "8jSuq", - "name": "h3", - "fill": "#C9A962", - "content": "通过率", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "dYMG6", - "name": "h4", - "fill": "#C9A962", - "content": "最近任务", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "gWRKJ", - "name": "rowA", - "gap": 16, - "children": [ - { - "type": "text", - "id": "fJNv0", - "name": "rA1", - "fill": "#FAF8F5", - "content": "@小美美", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "QBOMq", - "name": "rA2", - "fill": "#4ADE80", - "content": "92", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "0QicU", - "name": "rA3", - "fill": "#FAF8F5", - "content": "86%", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Kzklr", - "name": "rA4", - "fill": "#888888", - "content": "618 推广 V3", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "qHIdO", - "name": "rowB", - "gap": 16, - "children": [ - { - "type": "text", - "id": "XZgrl", - "name": "rB1", - "fill": "#FAF8F5", - "content": "@阿光", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "yjuie", - "name": "rB2", - "fill": "#FF9500", - "content": "74", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "GgSI6", - "name": "rB3", - "fill": "#FAF8F5", - "content": "61%", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "whvds", - "name": "rB4", - "fill": "#888888", - "content": "新品发布 V2", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "jPFmq", - "name": "rowC", - "gap": 16, - "children": [ - { - "type": "text", - "id": "Nq9yJ", - "name": "rC1", - "fill": "#FAF8F5", - "content": "@林林", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "rrUpx", - "name": "rC2", - "fill": "#4ADE80", - "content": "88", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "h7XqH", - "name": "rC3", - "fill": "#FAF8F5", - "content": "79%", - "fontFamily": "JetBrains Mono", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "hkfp3", - "name": "rC4", - "fill": "#888888", - "content": "节日专场 V1", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "cfSPZ", - "x": 4800, - "y": 2040, - "name": "Brand - Data Dashboard", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "oC6r1", - "name": "Brand Sidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "CAotC", - "name": "brandTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "oYVK6", - "name": "brandLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "GducZ", - "name": "brandNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "tWcO4", - "name": "bn1", - "fill": "#C9A962", - "content": "数据看板", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "iSGXj", - "name": "bn2", - "fill": "#666666", - "content": "规则配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "HIMLu", - "name": "bn3", - "fill": "#666666", - "content": "审计日志", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "RRpGV", - "name": "bn4", - "fill": "#666666", - "content": "代理商管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "7ojrx", - "name": "bn5", - "fill": "#666666", - "content": "舆情预警", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "40qyU", - "name": "bn6", - "fill": "#666666", - "content": "AI 配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "7KdCr", - "name": "bn7", - "fill": "#666666", - "content": "系统设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "88avn", - "name": "brandUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "3Tidj", - "name": "brandName", - "fill": "#FAF8F5", - "content": "王总", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Ct3D7", - "name": "brandRole", - "fill": "#666666", - "content": "品牌管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "0C96S", - "name": "brandMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "xrgYu", - "name": "brandHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "C9YKH", - "name": "brandTitle", - "fill": "#FAF8F5", - "content": "数据看板", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "u9Jxe", - "name": "brandRange", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "Iao6o", - "name": "rangeBtn", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "Ix1Y4", - "name": "rangeText", - "fill": "#FAF8F5", - "content": "本月 ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "xKSGv", - "name": "metricRow", - "width": "fill_container", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "YJEr4", - "name": "metric1", + "id": "juIDv", + "name": "tableHead", "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "tQo3U", - "name": "m1Val", - "fill": "#FAF8F5", - "content": "1,234", - "fontFamily": "Playfair Display", - "fontSize": 26, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "iE7Lr", - "name": "m1Lab", - "fill": "#888888", - "content": "审核总量", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "xa9Tg", - "name": "metric2", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "Z58pv", - "name": "m2Val", - "fill": "#FAF8F5", - "content": "78.5%", - "fontFamily": "Playfair Display", - "fontSize": 26, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "NQ7KB", - "name": "m2Lab", - "fill": "#888888", - "content": "初审通过率", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "7zXoI", - "name": "metric3", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "WubBA", - "name": "m3Val", - "fill": "#FAF8F5", - "content": "96.2%", - "fontFamily": "Playfair Display", - "fontSize": 26, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "WR4I1", - "name": "m3Lab", - "fill": "#888888", - "content": "硬性召回率", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "IGpjw", - "name": "metric4", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 6, - "padding": 20, - "children": [ - { - "type": "text", - "id": "OW031", - "name": "m4Val", - "fill": "#FAF8F5", - "content": "4.2h", - "fontFamily": "Playfair Display", - "fontSize": 26, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "v0P4v", - "name": "m4Lab", - "fill": "#888888", - "content": "平均审核周期", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "laqo9", - "name": "chartRow", - "width": "fill_container", - "gap": 16, - "children": [ - { - "type": "frame", - "id": "bjbKC", - "name": "trendCard", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "text", - "id": "ETwMi", - "name": "trendTitle", - "fill": "#FAF8F5", - "content": "审核量与通过率趋势", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "XMoKD", - "name": "trendChart", - "width": "fill_container", - "height": 180, - "fill": "#111111", - "cornerRadius": 10 - } - ] - }, - { - "type": "frame", - "id": "7t4TC", - "name": "typeCard", - "width": 320, - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "text", - "id": "0oIQQ", - "name": "typeTitle", - "fill": "#FAF8F5", - "content": "问题类型分布", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "IhY0k", - "name": "typeChart", - "width": "fill_container", - "height": 180, - "fill": "#111111", - "cornerRadius": 10 - } - ] - } - ] - }, - { - "type": "frame", - "id": "dYo79", - "name": "alertCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 10, - "padding": 16, - "children": [ - { - "type": "text", - "id": "UOmFb", - "name": "alertTitle", - "fill": "#FAF8F5", - "content": "风险预警", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "ANK5m", - "name": "alert1", - "fill": "#FAF8F5", - "content": "🔴 紧急 代理商A 24小时内 5 条视频触发竞品露出", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "aM0sp", - "name": "alert2", - "fill": "#FAF8F5", - "content": "🟠 关注 达人B 连续 3 次提交未通过,建议沟通", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "yrSGI", - "name": "alert3", - "fill": "#FAF8F5", - "content": "🟡 舆情 本周舆情拦截数异常上升 (+45%)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "lgVzF", - "x": 0, - "y": 3060, - "name": "Brand - Rules Config", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "OT502", - "name": "rulesSidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "ALJsA", - "name": "brandTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "WWTbX", - "name": "brandLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "IkRK5", - "name": "brandNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "dxpJo", - "name": "bn1", - "fill": "#666666", - "content": "数据看板", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "6R7m6", - "name": "bn2", - "fill": "#C9A962", - "content": "规则配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "aKNj9", - "name": "bn3", - "fill": "#666666", - "content": "审计日志", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "OiRi9", - "name": "bn4", - "fill": "#666666", - "content": "代理商管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "6M51o", - "name": "bn5", - "fill": "#666666", - "content": "舆情预警", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "DJsN8", - "name": "bn6", - "fill": "#666666", - "content": "AI 配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "yKxM1", - "name": "bn7", - "fill": "#666666", - "content": "系统设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "gCcXi", - "name": "brandUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "TMUQD", - "name": "brandName", - "fill": "#FAF8F5", - "content": "王总", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "UhLby", - "name": "brandRole", - "fill": "#666666", - "content": "品牌管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "i8vmA", - "name": "rulesMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "Q36x1", - "name": "rulesHeader", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "GlWjB", - "name": "rulesTitle", - "fill": "#FAF8F5", - "content": "规则配置", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "RjuXY", - "name": "rulesSub", - "fill": "#888888", - "content": "管理禁用词、白名单与平台规则", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Dp4QA", - "name": "rulesTabs", - "gap": 12, - "children": [ - { - "type": "frame", - "id": "aFRRJ", - "name": "rt1", - "fill": "#C9A96210", - "cornerRadius": 10, + "fill": "$--bg-elevated", "padding": [ - 8, - 14 + 14, + 20 ], "children": [ { "type": "text", - "id": "9PztL", - "name": "rt1Text", - "fill": "#C9A962", - "content": "黑白名单", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "sQS5r", - "name": "rt2", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "lcUTE", - "name": "rt2Text", - "fill": "#FAF8F5", - "content": "竞品库", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "OeVx2", - "name": "rt3", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "Bj5cD", - "name": "rt3Text", - "fill": "#FAF8F5", - "content": "舆情阈值", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "JTzyZ", - "name": "rt4", - "cornerRadius": 10, - "padding": [ - 8, - 14 - ], - "children": [ - { - "type": "text", - "id": "noD2G", - "name": "rt4Text", - "fill": "#FAF8F5", - "content": "版本管理", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "giAI7", - "name": "banSection", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "Xa2fE", - "name": "banHeader", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "g8adm", - "name": "banTitle", - "fill": "#FAF8F5", - "content": "禁用词库", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "m4iFS", - "name": "banAdd", - "cornerRadius": 8, - "padding": [ - 6, - 10 - ], - "children": [ - { - "type": "text", - "id": "rgKaN", - "name": "banAddText", - "fill": "#FAF8F5", - "content": "+ 添加词条", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "waBd3", - "name": "banRow1", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 8, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "6k7Hk", - "name": "banRow1Text", - "fill": "#FAF8F5", - "content": "全网第一 · 广告法 · 系统内置", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "RITCO", - "name": "banRow1X", - "fill": "#666666", - "content": "✕", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "Ep5SZ", - "name": "banRow2", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 8, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "UsxXj", - "name": "banRow2Text", - "fill": "#FAF8F5", - "content": "最好 · 广告法 · 系统内置", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "ahacU", - "name": "banRow2X", - "fill": "#666666", - "content": "✕", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "3loFB", - "name": "whiteSection", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "CH8hj", - "name": "whiteHeader", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "qUsvK", - "name": "whiteTitle", - "fill": "#FAF8F5", - "content": "白名单", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "FoXvm", - "name": "whiteAdd", - "cornerRadius": 8, - "padding": [ - 6, - 10 - ], - "children": [ - { - "type": "text", - "id": "rUyeu", - "name": "whiteAddText", - "fill": "#FAF8F5", - "content": "+ 添加词条", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "p1FGs", - "name": "whiteRow", - "fill": "#111111", - "cornerRadius": 10, - "padding": [ - 8, - 12 - ], - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "D7ep4", - "name": "whiteRowText", - "fill": "#FAF8F5", - "content": "我们的产品 · 允许达人使用此表述", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "QdCXr", - "name": "whiteRowX", - "fill": "#666666", - "content": "✕", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "Ceeik", - "x": 1600, - "y": 3060, - "name": "Brand - AI Config", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "jq2DB", - "name": "aiSidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "N8V9S", - "name": "brandTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "26yhz", - "name": "brandLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "bIczV", - "name": "brandNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "fp17n", - "name": "bn1", - "fill": "#666666", - "content": "数据看板", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "TjUVS", - "name": "bn2", - "fill": "#666666", - "content": "规则配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "vm9iz", - "name": "bn3", - "fill": "#666666", - "content": "审计日志", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "yePl7", - "name": "bn4", - "fill": "#666666", - "content": "代理商管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "fztDx", - "name": "bn5", - "fill": "#666666", - "content": "舆情预警", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "tD3rf", - "name": "bn6", - "fill": "#C9A962", - "content": "AI 配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "d8K9M", - "name": "bn7", - "fill": "#666666", - "content": "系统设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "7rDvd", - "name": "brandUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "BR50Y", - "name": "brandName", - "fill": "#FAF8F5", - "content": "王总", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "KnNgS", - "name": "brandRole", - "fill": "#666666", - "content": "品牌管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "F3XKF", - "name": "aiMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "R4Mu8", - "name": "aiHeader", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "oOqke", - "name": "aiTitle", - "fill": "#FAF8F5", - "content": "AI 服务配置", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "nb6zq", - "name": "aiSub", - "fill": "#888888", - "content": "配置 AI 提供商、模型与连接参数", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "RqFfY", - "name": "aiCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 16, - "padding": 20, - "children": [ - { - "type": "text", - "id": "6XAZ3", - "name": "providerLabel", - "fill": "#C9A962", - "content": "AI 提供商", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "yvPdO", - "name": "providerSelect", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "oniBk", - "name": "providerText", - "fill": "#FAF8F5", - "content": "OneAPI 中转服务 ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "nWm3a", - "name": "modelLabel", - "fill": "#C9A962", - "content": "文字处理模型 (LLM)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "PE3VN", - "name": "modelSelect", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "S5wr2", - "name": "modelText", - "fill": "#FAF8F5", - "content": "claude-opus-4-5-20251101 ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "7OPOB", - "name": "visionLabel", - "fill": "#C9A962", - "content": "视频分析模型 (Vision)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "kQ9Bz", - "name": "visionSelect", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "ZWDGN", - "name": "visionText", - "fill": "#FAF8F5", - "content": "doubao-seed-1.6-thinking-vision ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "nlRVo", - "name": "asrLabel", - "fill": "#C9A962", - "content": "音频解析模型 (ASR)", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "RSxtE", - "name": "asrSelect", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "u8GhE", - "name": "asrText", - "fill": "#FAF8F5", - "content": "whisper-large-v3 ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "Z8js3", - "name": "connCard", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 12, - "padding": 20, - "children": [ - { - "type": "text", - "id": "kCuAW", - "name": "connTitle", - "fill": "#FAF8F5", - "content": "连接配置", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "FpO6R", - "name": "urlLabel", - "fill": "#C9A962", - "content": "Base URL", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "xbIM1", - "name": "urlBox", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "xUq3R", - "name": "urlText", - "fill": "#FAF8F5", - "content": "https://oneapi.example.com", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "Rrqrc", - "name": "keyLabel", - "fill": "#C9A962", - "content": "API Key", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "HPBcc", - "name": "keyBox", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "6WMub", - "name": "keyText", - "fill": "#FAF8F5", - "content": "sk-••••••••••••••••••••", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "text", - "id": "VuA34", - "name": "paramLabel", - "fill": "#C9A962", - "content": "生成参数", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "J3DHJ", - "name": "slider", - "width": "fill_container", - "height": 6, - "fill": "#1C1C1C", - "cornerRadius": 4, - "layout": "none", - "children": [ - { - "type": "frame", - "id": "CT717", - "x": 0, - "y": 0, - "name": "sliderFill", - "width": 240, - "height": 6, - "fill": "#C9A962", - "cornerRadius": 4, - "layout": "none" - } - ] - }, - { - "type": "text", - "id": "RHllJ", - "name": "maxLabel", - "fill": "#C9A962", - "content": "Max Tokens", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "v9Doc", - "name": "maxBox", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "7TrSj", - "name": "maxText", - "fill": "#FAF8F5", - "content": "2000", - "fontFamily": "JetBrains Mono", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "GBeJJ", - "name": "btnRow", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "lakq7", - "name": "testBtn", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "ckk31", - "name": "testText", - "fill": "#FAF8F5", - "content": "测试连接", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "UwiV9", - "name": "saveBtn", - "fill": "#C9A962", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "0LP5L", - "name": "saveText", - "fill": "#0A0A0A", - "content": "保存", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "g4CI1", - "x": 3200, - "y": 3060, - "name": "Brand - Audit Logs", - "clip": true, - "width": 1440, - "height": 900, - "fill": "#0F0F0F", - "children": [ - { - "type": "frame", - "id": "QIVWG", - "name": "logSidebar", - "width": 260, - "height": "fill_container", - "fill": "#0A0A0A", - "layout": "vertical", - "padding": [ - 32, - 24 - ], - "justifyContent": "space_between", - "children": [ - { - "type": "frame", - "id": "fX1wd", - "name": "brandTop", - "layout": "vertical", - "gap": 20, - "children": [ - { - "type": "text", - "id": "0dzrn", - "name": "brandLogo", - "fill": "#FAF8F5", - "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 - }, - { - "type": "frame", - "id": "SP21z", - "name": "brandNav", - "layout": "vertical", - "gap": 12, - "children": [ - { - "type": "text", - "id": "WgBeg", - "name": "bn1", - "fill": "#666666", - "content": "数据看板", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "9ysdh", - "name": "bn2", - "fill": "#666666", - "content": "规则配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "nLQmB", - "name": "bn3", - "fill": "#C9A962", - "content": "审计日志", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "MtoFe", - "name": "bn4", - "fill": "#666666", - "content": "代理商管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "LWxMj", - "name": "bn5", - "fill": "#666666", - "content": "舆情预警", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "otp9s", - "name": "bn6", - "fill": "#666666", - "content": "AI 配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "YQz7j", - "name": "bn7", - "fill": "#666666", - "content": "系统设置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "x23UQ", - "name": "brandUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "poyy8", - "name": "brandName", - "fill": "#FAF8F5", - "content": "王总", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "kYcYA", - "name": "brandRole", - "fill": "#666666", - "content": "品牌管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "7H3bf", - "name": "logMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "xDNEc", - "name": "logHeader", - "width": "fill_container", - "justifyContent": "space_between", - "alignItems": "center", - "children": [ - { - "type": "text", - "id": "bNjye", - "name": "logTitle", - "fill": "#FAF8F5", - "content": "审计日志", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "frame", - "id": "duL10", - "name": "logFilter", - "gap": 10, - "children": [ - { - "type": "frame", - "id": "QJHDh", - "name": "filterBtn", - "cornerRadius": 8, - "padding": [ - 8, - 12 - ], - "children": [ - { - "type": "text", - "id": "Giahq", - "name": "filterText", - "fill": "#FAF8F5", - "content": "筛选 ▼", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" - } - ] - } - ] - } - ] - }, - { - "type": "frame", - "id": "v6ROZ", - "name": "logTable", - "width": "fill_container", - "fill": "#0D0D0D", - "cornerRadius": 12, - "layout": "vertical", - "gap": 10, - "padding": 16, - "children": [ - { - "type": "frame", - "id": "xZSHv", - "name": "logHead", - "gap": 16, - "children": [ - { - "type": "text", - "id": "HB1JR", - "name": "logH1", - "fill": "#C9A962", - "content": "任务", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "JEGVW", - "name": "logH2", - "fill": "#C9A962", - "content": "审核人", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Q72Lx", - "name": "logH3", - "fill": "#C9A962", - "content": "结果", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "Xw5fn", - "name": "logH4", - "fill": "#C9A962", + "id": "owmZ4", + "name": "col1", + "fill": "$--text-secondary", "content": "时间", - "fontFamily": "Manrope", - "fontSize": 11, + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "Hvdxo", + "name": "col2", + "fill": "$--text-secondary", + "content": "操作人", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "ea5Gy", + "name": "col3", + "fill": "$--text-secondary", + "content": "操作类型", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "QrEeB", + "name": "col4", + "fill": "$--text-secondary", + "content": "操作内容", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "6mRzl", + "name": "col5", + "fill": "$--text-secondary", + "content": "IP地址", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "FgeBv", + "name": "row1", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 20 + ], + "children": [ + { + "type": "text", + "id": "t5znY", + "name": "r1c1", + "fill": "$--text-primary", + "content": "2024-01-15 14:32:18", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "xOBAt", + "name": "r1c2", + "fill": "$--text-primary", + "content": "张经理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "N9pVV", + "name": "r1c3", + "width": 120, + "children": [ + { + "type": "frame", + "id": "0Emmc", + "name": "r1badge", + "fill": "#6366F120", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "HWy0C", + "name": "r1badgeTxt", + "fill": "$--accent-indigo", + "content": "审批通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "KS1wM", + "name": "r1c4", + "fill": "$--text-secondary", + "content": "审批通过代理商「星耀传媒」的入驻申请", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "LDb8p", + "name": "r1c5", + "fill": "$--text-tertiary", + "content": "192.168.1.100", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "w4gEF", - "name": "logRow", - "gap": 16, + "id": "f2d6v", + "name": "row2", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 20 + ], "children": [ { "type": "text", - "id": "IrdVL", - "name": "logC1", - "fill": "#FAF8F5", - "content": "618 推广 V3", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "Q2xeR", + "name": "r2c1", + "fill": "$--text-primary", + "content": "2024-01-15 13:45:02", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { "type": "text", - "id": "8gLEc", - "name": "logC2", - "fill": "#888888", - "content": "李审核", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "TIZHc", + "name": "r2c2", + "fill": "$--text-primary", + "content": "李主管", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "YXe2b", + "name": "r2c3", + "width": 120, + "children": [ + { + "type": "frame", + "id": "Hkjfh", + "name": "r2badge", + "fill": "#E85A4F20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "uZgOo", + "name": "r2badgeTxt", + "fill": "$--accent-coral", + "content": "配置修改", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "hgMyu", + "name": "r2c4", + "fill": "$--text-secondary", + "content": "修改品牌审核规则「禁止竞品露出」阈值为80%", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { "type": "text", - "id": "iem3T", - "name": "logC3", - "fill": "#4ADE80", - "content": "通过", - "fontFamily": "Manrope", - "fontSize": 12, + "id": "ZtIrK", + "name": "r2c5", + "fill": "$--text-tertiary", + "content": "192.168.1.105", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "1gE94", + "name": "row3", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 20 + ], + "children": [ + { + "type": "text", + "id": "mVcdQ", + "name": "r3c1", + "fill": "$--text-primary", + "content": "2024-01-15 11:20:35", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { "type": "text", - "id": "t68uW", - "name": "logC4", - "fill": "#666666", - "content": "2026-02-01", - "fontFamily": "JetBrains Mono", - "fontSize": 11, + "id": "VUE4a", + "name": "r3c2", + "fill": "$--text-primary", + "content": "王总监", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "CctbD", + "name": "r3c3", + "width": 120, + "children": [ + { + "type": "frame", + "id": "w8ioo", + "name": "r3badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "FSh8r", + "name": "r3badgeTxt", + "fill": "$--accent-green", + "content": "数据导出", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "sBIrB", + "name": "r3c4", + "fill": "$--text-secondary", + "content": "导出2024年1月审核数据报表(共1,258条)", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "Oqddq", + "name": "r3c5", + "fill": "$--text-tertiary", + "content": "192.168.1.88", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" } ] @@ -6583,122 +20001,819 @@ }, { "type": "frame", - "id": "6lPMW", - "x": 4800, - "y": 3060, - "name": "Brand - Sentiment Alerts", + "id": "2jnnO", + "x": 0, + "y": 16808, + "name": "品牌方端 - 代理商管理", + "enabled": false, "clip": true, "width": 1440, "height": 900, - "fill": "#0F0F0F", + "fill": "$--bg-page", "children": [ { "type": "frame", - "id": "RlGxo", - "name": "alertSidebar", + "id": "4I9EE", + "name": "侧边栏", "width": 260, "height": "fill_container", - "fill": "#0A0A0A", + "fill": "$--bg-card", "layout": "vertical", + "gap": 32, "padding": [ - 32, - 24 + 24, + 16 ], - "justifyContent": "space_between", "children": [ { "type": "frame", - "id": "cFALv", - "name": "brandTop", - "layout": "vertical", - "gap": 20, + "id": "x1jrB", + "name": "logo", + "gap": 10, + "alignItems": "center", "children": [ + { + "type": "frame", + "id": "EBg5C", + "name": "logoIcon", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, { "type": "text", - "id": "fN7gy", - "name": "brandLogo", - "fill": "#FAF8F5", + "id": "7lR9z", + "name": "logoText", + "fill": "$--text-primary", "content": "SmartAudit", - "fontFamily": "Playfair Display", - "fontSize": 20, - "fontWeight": "normal", - "letterSpacing": 1 + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "zqKG9", + "name": "navGroup", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "391Kk", + "name": "navItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Ps5Rh", + "name": "icon1", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "LyIo7", + "name": "label1", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] }, { "type": "frame", - "id": "RCRRy", - "name": "brandNav", - "layout": "vertical", + "id": "JHB42", + "name": "navItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "EuaJz", + "name": "icon2", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "7nN8I", + "name": "label2", + "fill": "$--text-secondary", + "content": "审批中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Kvuel", + "name": "navItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "HXjSC", + "name": "icon3", + "width": 20, + "height": 20, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "hCmB6", + "name": "label3", + "fill": "$--text-secondary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "tjqCH", + "name": "navItem4", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "HRS9y", + "name": "icon4", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "Y6tkH", + "name": "label4", + "fill": "$--accent-indigo", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "X22PF", + "name": "navItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "4nuyx", + "name": "icon5", + "width": 20, + "height": 20, + "iconFontName": "scroll-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "WHmpk", + "name": "label5", + "fill": "$--text-secondary", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "otz2F", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "nLSZi", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "XJfUQ", + "name": "title", + "fill": "$--text-primary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "iJDRR", + "name": "actions", "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "XyNQe", + "name": "searchBox", + "width": 240, + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "pvLUw", + "name": "searchIcon", + "width": 16, + "height": 16, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "rzd0o", + "name": "searchTxt", + "fill": "$--text-tertiary", + "content": "搜索代理商名称...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "HKPfh", + "name": "addBtn", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "24Iap", + "name": "addIcon", + "width": 16, + "height": 16, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "ZRO1z", + "name": "addTxt", + "fill": "#FFFFFF", + "content": "添加代理商", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "wb5ar", + "name": "table", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "IA4vt", + "name": "tableHead", + "width": "fill_container", + "fill": "$--bg-elevated", + "padding": [ + 14, + 20 + ], "children": [ { "type": "text", - "id": "7CQEr", - "name": "bn1", - "fill": "#666666", - "content": "数据看板", - "fontFamily": "Manrope", - "fontSize": 14, + "id": "K6pmu", + "name": "col1", + "fill": "$--text-secondary", + "content": "代理商名称", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "ouW5I", + "name": "col2", + "fill": "$--text-secondary", + "content": "联系人", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "pVZdJ", + "name": "col3", + "fill": "$--text-secondary", + "content": "达人数量", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "Qx64z", + "name": "col4", + "fill": "$--text-secondary", + "content": "状态", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "2uIIO", + "name": "col5", + "fill": "$--text-secondary", + "content": "合作开始日期", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "Ck3uR", + "name": "col6", + "fill": "$--text-secondary", + "content": "操作", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "CAoE4", + "name": "row1", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "zcW89", + "name": "r1c1", + "fill": "$--text-primary", + "content": "星耀传媒", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "ZQVGU", + "name": "r1c2", + "fill": "$--text-primary", + "content": "李经理", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { "type": "text", - "id": "2Xw39", - "name": "bn2", - "fill": "#666666", - "content": "规则配置", - "fontFamily": "Manrope", - "fontSize": 14, + "id": "zy1Sk", + "name": "r1c3", + "fill": "$--text-primary", + "content": "128", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "1Ghn4", + "name": "r1c4", + "width": 100, + "children": [ + { + "type": "frame", + "id": "F5iOe", + "name": "r1badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "fJrfo", + "name": "r1badgeTxt", + "fill": "$--accent-green", + "content": "活跃", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "KJDVp", + "name": "r1c5", + "fill": "$--text-secondary", + "content": "2023-06-15", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "thab6", + "name": "r1c6", + "width": 120, + "gap": 8, + "children": [ + { + "type": "icon_font", + "id": "FMTE4", + "name": "r1edit", + "width": 16, + "height": 16, + "iconFontName": "pencil", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "icon_font", + "id": "Pe2KC", + "name": "r1view", + "width": 16, + "height": 16, + "iconFontName": "eye", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "UjxRA", + "name": "row2", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 14, + 20 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Pquj0", + "name": "r2c1", + "fill": "$--text-primary", + "content": "红人互动", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + }, + { + "type": "text", + "id": "PMIKq", + "name": "r2c2", + "fill": "$--text-primary", + "content": "王总", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { "type": "text", - "id": "15Zfd", - "name": "bn3", - "fill": "#666666", - "content": "审计日志", - "fontFamily": "Manrope", - "fontSize": 14, + "id": "WIkxa", + "name": "r2c3", + "fill": "$--text-primary", + "content": "86", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { - "type": "text", - "id": "IIBP4", - "name": "bn4", - "fill": "#666666", - "content": "代理商管理", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" + "type": "frame", + "id": "jrCIl", + "name": "r2c4", + "width": 100, + "children": [ + { + "type": "frame", + "id": "tlnvM", + "name": "r2badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "4vZqT", + "name": "r2badgeTxt", + "fill": "$--accent-green", + "content": "活跃", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] }, { "type": "text", - "id": "Ib3fD", - "name": "bn5", - "fill": "#C9A962", - "content": "舆情预警", - "fontFamily": "Manrope", - "fontSize": 14, + "id": "nj6kv", + "name": "r2c5", + "fill": "$--text-secondary", + "content": "2023-08-22", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" }, { - "type": "text", - "id": "EUugu", - "name": "bn6", - "fill": "#666666", - "content": "AI 配置", - "fontFamily": "Manrope", - "fontSize": 14, - "fontWeight": "normal" + "type": "frame", + "id": "A2eVW", + "name": "r2c6", + "width": 120, + "gap": 8, + "children": [ + { + "type": "icon_font", + "id": "slTzQ", + "name": "r2edit", + "width": 16, + "height": 16, + "iconFontName": "pencil", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "icon_font", + "id": "K3ZOL", + "name": "r2view", + "width": 16, + "height": 16, + "iconFontName": "eye", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "wWAel", + "x": 1350, + "y": 11834, + "name": "品牌方端移动 - 舆情预警", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "Zjidk", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "J6L22", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "jVXDl", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "TpDEh", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "hzQsY", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "4xuWs", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "DVd9H", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "6iDiU", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "WzbpN", + "name": "title", + "fill": "$--text-primary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "pjGCg", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GnltE", + "name": "filterIcon", + "width": 16, + "height": 16, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" }, { "type": "text", - "id": "DAeAU", - "name": "bn7", - "fill": "#666666", - "content": "系统设置", - "fontFamily": "Manrope", - "fontSize": 14, + "id": "FlAoK", + "name": "filterTxt", + "fill": "$--text-secondary", + "content": "筛选", + "fontFamily": "DM Sans", + "fontSize": 13, "fontWeight": "normal" } ] @@ -6707,80 +20822,7 @@ }, { "type": "frame", - "id": "9cBef", - "name": "brandUser", - "layout": "vertical", - "gap": 4, - "children": [ - { - "type": "text", - "id": "jneK7", - "name": "brandName", - "fill": "#FAF8F5", - "content": "王总", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "hgRmK", - "name": "brandRole", - "fill": "#666666", - "content": "品牌管理员", - "fontFamily": "Manrope", - "fontSize": 11, - "fontWeight": "normal" - } - ] - } - ] - }, - { - "type": "frame", - "id": "W5BLG", - "name": "alertMain", - "width": "fill_container", - "height": "fill_container", - "layout": "vertical", - "gap": 24, - "padding": [ - 48, - 56 - ], - "children": [ - { - "type": "frame", - "id": "8GiVY", - "name": "alertHeader", - "layout": "vertical", - "gap": 6, - "children": [ - { - "type": "text", - "id": "wWXPR", - "name": "alertTitle", - "fill": "#FAF8F5", - "content": "舆情预警", - "fontFamily": "Playfair Display", - "fontSize": 34, - "fontWeight": "normal" - }, - { - "type": "text", - "id": "GkVOq", - "name": "alertSub", - "fill": "#888888", - "content": "监控异常与风险事件,及时预警", - "fontFamily": "Manrope", - "fontSize": 13, - "fontWeight": "normal" - } - ] - }, - { - "type": "frame", - "id": "JFTvn", + "id": "DA9a7", "name": "alertList", "width": "fill_container", "layout": "vertical", @@ -6788,105 +20830,6311 @@ "children": [ { "type": "frame", - "id": "UPB3k", - "name": "a1", - "fill": "#0D0D0D", + "id": "pZXcU", + "name": "alert1", + "width": "fill_container", + "fill": "$--bg-card", "cornerRadius": 12, + "layout": "vertical", + "gap": 10, "padding": [ - 12, + 14, 16 ], - "justifyContent": "space_between", + "children": [ + { + "type": "frame", + "id": "PVhbA", + "name": "alert1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "xt68T", + "name": "alert1Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "ynuXA", + "name": "dot1", + "fill": "$--accent-coral", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "5BUzd", + "name": "t1", + "fill": "$--text-primary", + "content": "高风险预警", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "PThzI", + "name": "time1", + "fill": "$--text-tertiary", + "content": "5分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "FeiFl", + "name": "desc1", + "fill": "$--text-secondary", + "content": "达人@美妆小达人 发布内容涉及竞品露出,建议立即处理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "45La0", + "name": "badge1", + "fill": "#E85A4F20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "savqf", + "name": "badge1Txt", + "fill": "$--accent-coral", + "content": "竞品风险", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "bmwbv", + "name": "alert2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "ugM74", + "name": "alert2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "kIdb9", + "name": "alert2Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "awvWf", + "name": "dot2", + "fill": "#F59E0B", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "I959w", + "name": "t2", + "fill": "$--text-primary", + "content": "中风险预警", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "Lbi52", + "name": "time2", + "fill": "$--text-tertiary", + "content": "30分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "uYxIH", + "name": "desc2", + "fill": "$--text-secondary", + "content": "视频内容包含未经授权的背景音乐,可能存在版权风险", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "HnUJF", + "name": "badge2", + "fill": "#F59E0B20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "3weTl", + "name": "badge2Txt", + "fill": "#F59E0B", + "content": "版权风险", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "3qeMe", + "name": "alert3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "gADhw", + "name": "alert3Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "X5Trv", + "name": "alert3Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "SPRUi", + "name": "t3", + "fill": "$--text-primary", + "content": "低风险提醒", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "MI3oW", + "name": "time3", + "fill": "$--text-tertiary", + "content": "1小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "vTw1u", + "name": "desc3", + "fill": "$--text-secondary", + "content": "检测到3条负面评论,建议关注用户反馈", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "iBnas", + "name": "badge3", + "fill": "#6366F120", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "UZZBr", + "name": "badge3Txt", + "fill": "$--accent-indigo", + "content": "舆情监控", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "3liFD", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "tFbU7", + "name": "navItem1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "WkETi", + "name": "ni1", + "width": 24, + "height": 24, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "1JWFa", + "name": "nl1", + "fill": "$--text-secondary", + "content": "看板", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "bZvMi", + "name": "navItem2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Qd5d8", + "name": "ni2", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "uHzfO", + "name": "nl2", + "fill": "$--text-secondary", + "content": "审批", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "tG7GZ", + "name": "navItem3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "z9qMx", + "name": "ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "4n2Ak", + "name": "nl3", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "V5HvU", + "name": "navItem4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GQPBh", + "name": "ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "fQ9wh", + "name": "nl4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "OueOe", + "x": 1800, + "y": 11834, + "name": "品牌方端移动 - 审批中心", + "enabled": false, + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "kscNE", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "GOzMJ", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "qfnNu", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "a5CLa", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "EPV65", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "d3zCn", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "vLfPZ", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "GTM19", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "5SBUI", + "name": "title", + "fill": "$--text-primary", + "content": "审批中心", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "IB9iq", + "name": "tabs", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "vXytP", + "name": "tab1", + "fill": "$--accent-indigo", + "cornerRadius": 16, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "xZCOr", + "name": "tab1Txt", + "fill": "#FFFFFF", + "content": "待审批", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "9hmfo", + "name": "tab2", + "fill": "$--bg-card", + "cornerRadius": 16, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "uWPQ9", + "name": "tab2Txt", + "fill": "$--text-secondary", + "content": "已处理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "tNQaz", + "name": "approvalList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "vuj1S", + "name": "item1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "lC11A", + "name": "item1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "eRmPR", + "name": "item1Title", + "fill": "$--text-primary", + "content": "代理商入驻申请", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "lelSu", + "name": "item1Time", + "fill": "$--text-tertiary", + "content": "10分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "awVOR", + "name": "item1Desc", + "fill": "$--text-secondary", + "content": "「新视野传媒」申请成为合作代理商,拥有签约达人85人", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "8uWOV", + "name": "item1Btns", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "J1TwK", + "name": "rejectBtn", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "JukJD", + "name": "rejectTxt", + "fill": "$--text-secondary", + "content": "拒绝", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "p9e1m", + "name": "approveBtn", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "JjkI5", + "name": "approveTxt", + "fill": "#FFFFFF", + "content": "通过", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "0R58D", + "name": "item2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "dk38m", + "name": "item2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Ydobj", + "name": "item2Title", + "fill": "$--text-primary", + "content": "规则配置变更", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "MZfH5", + "name": "item2Time", + "fill": "$--text-tertiary", + "content": "2小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "ZClFQ", + "name": "item2Desc", + "fill": "$--text-secondary", + "content": "代理商「星耀传媒」申请修改审核规则:竞品露出阈值调整为70%", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "Om74X", + "name": "item2Btns", + "width": "fill_container", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "VBZn6", + "name": "rejectBtn2", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "1rVPQ", + "name": "rejectTxt2", + "fill": "$--text-secondary", + "content": "拒绝", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "oKk2W", + "name": "approveBtn2", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "r3g5A", + "name": "approveTxt2", + "fill": "#FFFFFF", + "content": "通过", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "NOZA4", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "BkUzv", + "name": "navItem1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ZCaLz", + "name": "ni1", + "width": 24, + "height": 24, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Xcx2n", + "name": "nl1", + "fill": "$--text-secondary", + "content": "看板", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "fvBGP", + "name": "navItem2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "gGhsi", + "name": "ni2", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "SX3Fn", + "name": "nl2", + "fill": "$--accent-indigo", + "content": "审批", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "yRnp1", + "name": "navItem3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "jvquW", + "name": "ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Dd2r6", + "name": "nl3", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ZOXhF", + "name": "navItem4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "AfNrG", + "name": "ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "OqcsT", + "name": "nl4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "zCdM1", + "x": 0, + "y": 17808, + "name": "达人端 - 个人中心", + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "XvFbJ", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "M62jz", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "AwmuV", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "JHXn9", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "EFssh", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "5zhSQ", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "ROzRu", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "ZQo8Z", + "name": "profile", + "width": "fill_container", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "IM3s1", + "name": "avatar", + "width": 72, + "height": 72, + "fill": "$--accent-indigo", + "cornerRadius": 36, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "IrmPm", + "name": "avatarIcon", + "width": 32, + "height": 32, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "PPDNV", + "name": "profileInfo", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "Mbuyd", + "name": "name", + "fill": "$--text-primary", + "content": "小美达人", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + }, + { + "type": "text", + "id": "2NQlC", + "name": "account", + "fill": "$--text-tertiary", + "content": "ID: DR2024001", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "DQ8BK", + "name": "stats", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_around", + "children": [ + { + "type": "frame", + "id": "4mZx7", + "name": "stat1", + "layout": "vertical", + "gap": 4, "alignItems": "center", "children": [ { "type": "text", - "id": "pmYiq", - "name": "a1Text", - "fill": "#FAF8F5", - "content": "🔴 紧急 代理商A 24小时内 5 条视频触发竞品露出", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "id": "JxEp3", + "name": "stat1Val", + "fill": "$--text-primary", + "content": "128", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" }, { "type": "text", - "id": "1jSMp", - "name": "a1Time", - "fill": "#666666", - "content": "5分钟前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, + "id": "qgKIe", + "name": "stat1Label", + "fill": "$--text-tertiary", + "content": "已完成任务", + "fontFamily": "DM Sans", + "fontSize": 12, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "sUUOm", - "name": "a2", - "fill": "#0D0D0D", - "cornerRadius": 12, - "padding": [ - 12, - 16 - ], - "justifyContent": "space_between", + "id": "nej4p", + "name": "stat2", + "layout": "vertical", + "gap": 4, "alignItems": "center", "children": [ { "type": "text", - "id": "lblME", - "name": "a2Text", - "fill": "#FAF8F5", - "content": "🟠 关注 达人B 连续 3 次提交未通过,建议沟通", - "fontFamily": "Manrope", - "fontSize": 12, - "fontWeight": "normal" + "id": "NsUsD", + "name": "stat2Val", + "fill": "$--accent-green", + "content": "96%", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" }, { "type": "text", - "id": "Ibz1T", - "name": "a2Time", - "fill": "#666666", - "content": "1小时前", - "fontFamily": "JetBrains Mono", - "fontSize": 11, + "id": "HD4Xh", + "name": "stat2Label", + "fill": "$--text-tertiary", + "content": "审核通过率", + "fontFamily": "DM Sans", + "fontSize": 12, "fontWeight": "normal" } ] }, { "type": "frame", - "id": "ZRAKG", - "name": "a3", - "fill": "#0D0D0D", + "id": "Pq6Zw", + "name": "stat3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "pHFQE", + "name": "stat3Val", + "fill": "$--accent-indigo", + "content": "4.8", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "KFFX2", + "name": "stat3Label", + "fill": "$--text-tertiary", + "content": "信用评分", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "fnwMr", + "name": "menuList", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "frame", + "id": "hqhMv", + "name": "menu1", + "width": "fill_container", + "fill": "$--bg-card", "cornerRadius": 12, "padding": [ - 12, + 14, 16 ], "justifyContent": "space_between", "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "0uIUy", + "name": "menu1Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "2lreP", + "name": "menu1Icon", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Eu2PN", + "name": "menu1Txt", + "fill": "$--text-primary", + "content": "账户设置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "8mygX", + "name": "menu1Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "rZI1h", + "name": "menu2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "TFK4T", + "name": "menu2Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "pL597", + "name": "menu2Icon", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "sOJs7", + "name": "menu2Txt", + "fill": "$--text-primary", + "content": "隐私与安全", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "vH9iS", + "name": "menu2Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "lSuvJ", + "name": "menu3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "9owIk", + "name": "menu3Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "uJUUp", + "name": "menu3Icon", + "width": 20, + "height": 20, + "iconFontName": "message-circle", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "4Cowr", + "name": "menu3Txt", + "fill": "$--text-primary", + "content": "帮助与反馈", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "ZTsHN", + "name": "menu3Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "FIdMZ", + "name": "menu4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "DoGzu", + "name": "menu4Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "FIZr7", + "name": "menu4Icon", + "width": 20, + "height": 20, + "iconFontName": "info", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "gGPex", + "name": "menu4Txt", + "fill": "$--text-primary", + "content": "关于我们", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "RwGqm", + "name": "menu4Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "CgqtW", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "h57VE", + "name": "nav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "CLedM", + "name": "ni1", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "6Dfc7", + "name": "nl1", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "qvD3W", + "name": "nav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "igdSu", + "name": "ni2", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "axE83", + "name": "nl2", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "jMVac", + "name": "nav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "DZpEH", + "name": "ni3", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "G6kzy", + "name": "nl3", + "fill": "$--accent-indigo", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "8OCZ3", + "x": 450, + "y": 17808, + "name": "代理商端移动 - 个人中心", + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "BVvgW", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "mwvai", + "name": "time2", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "qqozB", + "name": "statusIcons2", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ZsLkU", + "name": "sig2", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "otAmk", + "name": "wifi2", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "S7qL3", + "name": "bat2", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "03wXJ", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "j1SJ7", + "name": "profile", + "width": "fill_container", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "o6c6B", + "name": "avatar2", + "width": 72, + "height": 72, + "fill": "$--accent-indigo", + "cornerRadius": 36, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "6girF", + "name": "avatarIcon2", + "width": 32, + "height": 32, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "I4M9i", + "name": "profileInfo2", + "layout": "vertical", + "gap": 6, "children": [ { "type": "text", - "id": "Y8WbP", - "name": "a3Text", - "fill": "#FAF8F5", - "content": "🟡 舆情 本周舆情拦截数异常上升 (+45%)", - "fontFamily": "Manrope", + "id": "eui4D", + "name": "name2", + "fill": "$--text-primary", + "content": "星耀传媒", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + }, + { + "type": "text", + "id": "k6ljc", + "name": "account2", + "fill": "$--text-tertiary", + "content": "代理商 · 128位签约达人", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "0iFQs", + "name": "stats", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_around", + "children": [ + { + "type": "frame", + "id": "thQVM", + "name": "s2stat1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "wknDT", + "name": "s2stat1Val", + "fill": "$--text-primary", + "content": "1,258", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "4jyS0", + "name": "s2stat1Label", + "fill": "$--text-tertiary", + "content": "本月审核", + "fontFamily": "DM Sans", "fontSize": 12, "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "u53q0", + "name": "s2stat2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "oUFt7", + "name": "s2stat2Val", + "fill": "$--accent-green", + "content": "92%", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "WDeFt", + "name": "s2stat2Label", + "fill": "$--text-tertiary", + "content": "合规率", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Wovf9", + "name": "s2stat3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "N4Spo", + "name": "s2stat3Val", + "fill": "$--accent-coral", + "content": "15", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "vhpNQ", + "name": "s2stat3Label", + "fill": "$--text-tertiary", + "content": "待处理", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "wjWaj", + "name": "menuList", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "frame", + "id": "RAZKd", + "name": "m2menu1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "OpS8c", + "name": "m2menu1Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "1JUP9", + "name": "m2menu1Icon", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "6qosZ", + "name": "m2menu1Txt", + "fill": "$--text-primary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "OJ97f", + "name": "m2menu1Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "woCpv", + "name": "m2menu2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "h2PnJ", + "name": "m2menu2Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "H2eCg", + "name": "m2menu2Icon", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "7aZe4", + "name": "m2menu2Txt", + "fill": "$--text-primary", + "content": "账户设置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "84Xbs", + "name": "m2menu2Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "eFpFk", + "name": "m2menu3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "TJGtJ", + "name": "m2menu3Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Y82Gj", + "name": "m2menu3Icon", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "NeN4x", + "name": "m2menu3Txt", + "fill": "$--text-primary", + "content": "隐私与安全", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "TStUE", + "name": "m2menu3Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "NgFea", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "QNGEr", + "name": "a2nav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "LsN5A", + "name": "a2ni1", + "width": 24, + "height": 24, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "jSXO0", + "name": "a2nl1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ivHpI", + "name": "a2nav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Rn54M", + "name": "a2ni2", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "QMxQ5", + "name": "a2nl2", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "3YsGN", + "name": "a2nav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8QysR", + "name": "a2ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "CpndA", + "name": "a2nl3", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "m2FgL", + "name": "a2nav4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "3qe87", + "name": "a2ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "sp59s", + "name": "a2nl4", + "fill": "$--accent-indigo", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "1w9xC", + "x": 900, + "y": 17808, + "name": "品牌方端移动 - 消息中心", + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "IUQDA", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "mZ2dA", + "name": "time3", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "odLJj", + "name": "statusIcons3", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "EhpZW", + "name": "sig3", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "kH1DG", + "name": "wifi3", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "KIgVS", + "name": "bat3", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "RyYwX", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "JZ3Sq", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "bG9O4", + "name": "title3", + "fill": "$--text-primary", + "content": "消息中心", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "bsS13", + "name": "readBtn3", + "fill": "$--bg-card", + "cornerRadius": 8, + "padding": [ + 8, + 12 + ], + "children": [ + { + "type": "text", + "id": "JNnWu", + "name": "readTxt3", + "fill": "$--text-secondary", + "content": "全部已读", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "6b4rN", + "name": "msgList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "lsoAH", + "name": "msg1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "bofoV", + "name": "msg1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "gbYvF", + "name": "msg1Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "NDFWf", + "name": "dot1", + "fill": "$--accent-coral", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "iPaTF", + "name": "t1", + "fill": "$--text-primary", + "content": "审批通知", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "id9V1", + "name": "time1", + "fill": "$--text-tertiary", + "content": "5分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "9YJiY", + "name": "desc1", + "fill": "$--text-secondary", + "content": "代理商「星耀传媒」的入驻申请已通过您的审批", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "XKjdC", + "name": "msg2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "E2VKT", + "name": "msg2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "wyKWo", + "name": "msg2Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "ORhCv", + "name": "dot2", + "fill": "$--accent-indigo", + "width": 8, + "height": 8 + }, + { + "type": "text", + "id": "CJ5Fz", + "name": "t2", + "fill": "$--text-primary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "GGz9I", + "name": "time2", + "fill": "$--text-tertiary", + "content": "30分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "Q9DQs", + "name": "desc2", + "fill": "$--text-secondary", + "content": "检测到新的高风险舆情内容,建议及时查看处理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "GEmop", + "name": "msg3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "KKYVA", + "name": "msg3Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "AURbW", + "name": "msg3Title", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "2ud4W", + "name": "t3", + "fill": "$--text-primary", + "content": "系统通知", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "GVY7V", + "name": "time3", + "fill": "$--text-tertiary", + "content": "1小时前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "EvzWY", + "name": "desc3", + "fill": "$--text-secondary", + "content": "本月审核数据报表已生成,点击查看详情", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "4RbNH", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "hcoFF", + "name": "b3nav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "GxzvI", + "name": "b3ni1", + "width": 24, + "height": 24, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "cnQTB", + "name": "b3nl1", + "fill": "$--text-secondary", + "content": "看板", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "x2ysn", + "name": "b3nav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "U0La4", + "name": "b3ni2", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "PkTSJ", + "name": "b3nl2", + "fill": "$--text-secondary", + "content": "审批", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "KVslj", + "name": "b3nav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "NWIJL", + "name": "b3ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "FTdYn", + "name": "b3nl3", + "fill": "$--accent-indigo", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "SMOGb", + "name": "b3nav4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Focmg", + "name": "b3ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "MM3CW", + "name": "b3nl4", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "4nVj4", + "x": 0, + "y": 18782, + "name": "品牌方端 - 系统设置", + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "WKiYa", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "VhDV1", + "name": "logo", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "rt13g", + "name": "logoIcon4", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "a0V4c", + "name": "logoText4", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "oKNWt", + "name": "navGroup", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "UTYPU", + "name": "navItem41", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "62DU2", + "name": "icon41", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "tSmjT", + "name": "label41", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "cAlOY", + "name": "navItem42", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "WByye", + "name": "icon42", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "vJ58a", + "name": "label42", + "fill": "$--text-secondary", + "content": "审批中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "4skus", + "name": "navItem43", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "eHrMh", + "name": "icon43", + "width": 20, + "height": 20, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "xMViJ", + "name": "label43", + "fill": "$--text-secondary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "qxqTr", + "name": "navItem44", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "UExmn", + "name": "icon44", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "UeBqk", + "name": "label44", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "8JRpR", + "name": "navItem45", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "l6vNQ", + "name": "icon45", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "QTBU9", + "name": "label45", + "fill": "$--accent-indigo", + "content": "系统设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "PMxyp", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "dejfD", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ZdfQi", + "name": "title4", + "fill": "$--text-primary", + "content": "系统设置", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "Zr3JN", + "name": "settingsList", + "width": "fill_container", + "layout": "vertical", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "jHaCg", + "name": "section1", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "text", + "id": "aZJGz", + "name": "section1Title", + "fill": "$--text-primary", + "content": "通知设置", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "CKiAq", + "name": "section1Card", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "yi5qM", + "name": "setting1", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "5H4zY", + "name": "setting1Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "slZHw", + "name": "setting1Label", + "fill": "$--text-primary", + "content": "邮件通知", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "Y17ui", + "name": "setting1Desc", + "fill": "$--text-tertiary", + "content": "接收审批结果和系统通知的邮件提醒", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "aPpCi", + "name": "toggle1", + "width": 48, + "height": 28, + "fill": "$--accent-indigo", + "cornerRadius": 14, + "padding": 2, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "Tlcvg", + "name": "toggleKnob1", + "fill": "#FFFFFF", + "width": 24, + "height": 24 + } + ] + } + ] + }, + { + "type": "frame", + "id": "YvArV", + "name": "setting2", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "gOOYz", + "name": "setting2Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "1IHpC", + "name": "setting2Label", + "fill": "$--text-primary", + "content": "推送通知", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "6itKY", + "name": "setting2Desc", + "fill": "$--text-tertiary", + "content": "接收移动端实时推送消息", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "LUVj3", + "name": "toggle2", + "width": 48, + "height": 28, + "fill": "$--accent-indigo", + "cornerRadius": 14, + "padding": 2, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "5Et4F", + "name": "toggleKnob2", + "fill": "#FFFFFF", + "width": 24, + "height": 24 + } + ] + } + ] + }, + { + "type": "frame", + "id": "BvZXi", + "name": "setting3", + "width": "fill_container", + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "eXlgl", + "name": "setting3Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "6gSsg", + "name": "setting3Label", + "fill": "$--text-primary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "fwyaH", + "name": "setting3Desc", + "fill": "$--text-tertiary", + "content": "开启高风险舆情的即时通知", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "jUH1y", + "name": "toggle3", + "width": 48, + "height": 28, + "fill": "$--bg-elevated", + "cornerRadius": 14, + "padding": 2, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "HG3sp", + "name": "toggleKnob3", + "fill": "$--text-tertiary", + "width": 24, + "height": 24 + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Q8V9h", + "name": "section2", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "text", + "id": "wtqlq", + "name": "section2Title", + "fill": "$--text-primary", + "content": "账户安全", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "jO9oT", + "name": "section2Card", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "JsKg4", + "name": "sec2set1", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "HNEMo", + "name": "sec2set1Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "GMi0C", + "name": "sec2set1Label", + "fill": "$--text-primary", + "content": "修改密码", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "vD5jd", + "name": "sec2set1Desc", + "fill": "$--text-tertiary", + "content": "定期更新密码以保障账户安全", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "H287F", + "name": "sec2set1Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "10QDh", + "name": "sec2set2", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "jZsyA", + "name": "sec2set2Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "Hvnrn", + "name": "sec2set2Label", + "fill": "$--text-primary", + "content": "两步验证", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "wjpUd", + "name": "sec2set2Desc", + "fill": "$--text-tertiary", + "content": "启用双因素认证增强安全性", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "XmgHb", + "name": "sec2set2Badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "WuI3w", + "name": "sec2set2BadgeTxt", + "fill": "$--accent-green", + "content": "已启用", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "U82fj", + "name": "sec2set3", + "width": "fill_container", + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "ZWu4e", + "name": "sec2set3Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "Elifo", + "name": "sec2set3Label", + "fill": "$--text-primary", + "content": "登录设备管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "GMyzZ", + "name": "sec2set3Desc", + "fill": "$--text-tertiary", + "content": "查看和管理已登录的设备", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "oSPSx", + "name": "sec2set3Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "Jdzmh", + "name": "section3", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "text", + "id": "lfglg", + "name": "section3Title", + "fill": "$--text-primary", + "content": "数据与存储", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "9PiST", + "name": "section3Card", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "VtDRk", + "name": "sec3set1", + "width": "fill_container", + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Q5wT0", + "name": "sec3set1Left", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "i5QNA", + "name": "sec3set1Label", + "fill": "$--text-primary", + "content": "数据导出", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "hYB5G", + "name": "sec3set1Desc", + "fill": "$--text-tertiary", + "content": "导出审核数据和统计报表", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "kvJ4t", + "name": "sec3set1Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "OJBbT", + "x": 1350, + "y": 17808, + "name": "品牌方端移动 - 我的", + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "4jW4F", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "HncSi", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "SpozN", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "lSqdc", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "mfjLQ", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "PZ3Es", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "iJBya", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 20, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "DDWz8", + "name": "profile", + "width": "fill_container", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "fEwFb", + "name": "avatar", + "width": 72, + "height": 72, + "fill": "$--accent-indigo", + "cornerRadius": 36, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "u7Bnx", + "name": "avatarIcon", + "width": 32, + "height": 32, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "JrU6I", + "name": "profileInfo", + "layout": "vertical", + "gap": 6, + "children": [ + { + "type": "text", + "id": "IEAJx", + "name": "name", + "fill": "$--text-primary", + "content": "品牌管理员", + "fontFamily": "DM Sans", + "fontSize": 20, + "fontWeight": "700" + }, + { + "type": "text", + "id": "RuWR8", + "name": "account", + "fill": "$--text-tertiary", + "content": "XX品牌 · 企业版", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "erLJF", + "name": "stats", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_around", + "children": [ + { + "type": "frame", + "id": "d2CF4", + "name": "stat1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "myfzF", + "name": "stat1Val", + "fill": "$--text-primary", + "content": "5", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "jiPUZ", + "name": "stat1Label", + "fill": "$--text-tertiary", + "content": "合作代理商", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "YQURN", + "name": "stat2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Mbk92", + "name": "stat2Val", + "fill": "$--accent-green", + "content": "98.5%", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "YwH2q", + "name": "stat2Label", + "fill": "$--text-tertiary", + "content": "合规率", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "PdLkG", + "name": "stat3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "AUBI9", + "name": "stat3Val", + "fill": "$--accent-coral", + "content": "3", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "2f8xE", + "name": "stat3Label", + "fill": "$--text-tertiary", + "content": "待审批", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "iP0WG", + "name": "menuList", + "width": "fill_container", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "frame", + "id": "oEi2e", + "name": "menu1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "YAUKR", + "name": "menu1Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "rrjDS", + "name": "menu1Icon", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "TbNOT", + "name": "menu1Txt", + "fill": "$--text-primary", + "content": "系统设置", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Csz6m", + "name": "menu1Right", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "J2N7d", + "name": "menu1Hint", + "fill": "$--text-tertiary", + "content": "请在桌面端操作", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "N8FvF", + "name": "menu1Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "ahYEZ", + "name": "menu2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "EaR6Y", + "name": "menu2Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "h47kf", + "name": "menu2Icon", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Sfile", + "name": "menu2Txt", + "fill": "$--text-primary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "TjEQw", + "name": "menu2Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "eAAjR", + "name": "menu3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "loEit", + "name": "menu3Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "n6qGd", + "name": "menu3Icon", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "HtD86", + "name": "menu3Txt", + "fill": "$--text-primary", + "content": "隐私与安全", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "T8fkI", + "name": "menu3Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + }, + { + "type": "frame", + "id": "zjbfY", + "name": "menu4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 14, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "aNXM7", + "name": "menu4Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "bC9sa", + "name": "menu4Icon", + "width": 20, + "height": 20, + "iconFontName": "info", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "GgVfe", + "name": "menu4Txt", + "fill": "$--text-primary", + "content": "关于我们", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "gRu5I", + "name": "menu4Arrow", + "width": 20, + "height": 20, + "iconFontName": "chevron-right", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "jxg0p", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "0K4UC", + "name": "nav1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "aW8aZ", + "name": "ni1", + "width": 24, + "height": 24, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "EdHaG", + "name": "nl1", + "fill": "$--text-secondary", + "content": "看板", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Lgc4v", + "name": "nav2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Achex", + "name": "ni2", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "XY25g", + "name": "nl2", + "fill": "$--text-secondary", + "content": "审批", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "yBt2F", + "name": "nav3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "6YTHi", + "name": "ni3", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "kySe2", + "name": "nl3", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "lN3Yv", + "name": "nav4", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "XrpgM", + "name": "ni4", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "sVa1m", + "name": "nl4", + "fill": "$--accent-indigo", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "ZKEFl", + "x": 0, + "y": 19782, + "name": "达人端 - 历史记录", + "clip": true, + "width": 402, + "height": 874, + "fill": "$--bg-page", + "layout": "vertical", + "children": [ + { + "type": "frame", + "id": "4l2C2", + "name": "状态栏", + "width": "fill_container", + "height": 44, + "padding": [ + 0, + 24 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "mVn8w", + "name": "time", + "fill": "$--text-primary", + "content": "9:41", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "FK5MH", + "name": "statusIcons", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "5xs9P", + "name": "sig", + "width": 16, + "height": 16, + "iconFontName": "signal", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "icon_font", + "id": "yL9EX", + "name": "wifi", + "width": 16, + "height": 16, + "iconFontName": "wifi", + "iconFontFamily": "lucide", + "fill": "$--text-primary" + }, + { + "type": "frame", + "id": "IqoZ2", + "name": "bat", + "width": 24, + "height": 12, + "cornerRadius": 3, + "stroke": { + "thickness": 1, + "fill": "$--text-primary" + } + } + ] + } + ] + }, + { + "type": "frame", + "id": "SPO30", + "name": "内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 16, + "padding": [ + 16, + 24 + ], + "children": [ + { + "type": "frame", + "id": "GPmex", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "RfMge", + "name": "title", + "fill": "$--text-primary", + "content": "历史记录", + "fontFamily": "DM Sans", + "fontSize": 22, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "KgXiC", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 6, + "padding": [ + 8, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "u64VY", + "name": "filterIcon", + "width": 16, + "height": 16, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "AaKW7", + "name": "filterTxt", + "fill": "$--text-secondary", + "content": "筛选", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "VmV3C", + "name": "statsCard", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "padding": [ + 16, + 20 + ], + "justifyContent": "space_around", + "children": [ + { + "type": "frame", + "id": "RTbM9", + "name": "stat1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "RoNfG", + "name": "stat1Val", + "fill": "$--text-primary", + "content": "128", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "tRXK5", + "name": "stat1Label", + "fill": "$--text-tertiary", + "content": "总任务数", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "W1M7e", + "name": "stat2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "zOlhg", + "name": "stat2Val", + "fill": "$--accent-green", + "content": "96%", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "JddnL", + "name": "stat2Label", + "fill": "$--text-tertiary", + "content": "一次通过率", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Lq5Br", + "name": "stat3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "zlCe3", + "name": "stat3Val", + "fill": "$--accent-indigo", + "content": "1.2", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "text", + "id": "IB1Wk", + "name": "stat3Label", + "fill": "$--text-tertiary", + "content": "平均修改轮次", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "5d30u", + "name": "historyList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "NvWwL", + "name": "item1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "jeWpo", + "name": "item1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "rG0Xx", + "name": "item1Title", + "fill": "$--text-primary", + "content": "XX品牌618推广", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "5djsh", + "name": "item1Badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "1t5TM", + "name": "item1BadgeTxt", + "fill": "$--accent-green", + "content": "已通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "FpZ2S", + "name": "item1Desc", + "fill": "$--text-tertiary", + "content": "视频审核 · 2024-01-10", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "AxDfY", + "name": "item2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "AKtlm", + "name": "item2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "mR8rY", + "name": "item2Title", + "fill": "$--text-primary", + "content": "春季新品种草", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "EXI4i", + "name": "item2Badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "qOroE", + "name": "item2BadgeTxt", + "fill": "$--accent-green", + "content": "已通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "tiEyv", + "name": "item2Desc", + "fill": "$--text-tertiary", + "content": "脚本审核 · 2024-01-08", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "eSYuX", + "name": "item3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 10, + "padding": [ + 14, + 16 + ], + "children": [ + { + "type": "frame", + "id": "fypEP", + "name": "item3Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "7vZPf", + "name": "item3Title", + "fill": "$--text-primary", + "content": "双11预热活动", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "0FGWo", + "name": "item3Badge", + "fill": "#32D58320", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "RNyW9", + "name": "item3BadgeTxt", + "fill": "$--accent-green", + "content": "已通过", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "h96U4", + "name": "item3Desc", + "fill": "$--text-tertiary", + "content": "视频审核 · 2023-11-05", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "GUIae", + "name": "底部导航", + "width": "fill_container", + "height": 83, + "fill": { + "type": "gradient", + "gradientType": "linear", + "enabled": true, + "rotation": 180, + "size": { + "height": 1 + }, + "colors": [ + { + "color": "#0B0B0E00", + "position": 0 + }, + { + "color": "#0B0B0E", + "position": 0.5 + } + ] + }, + "padding": [ + 12, + 21 + ], + "justifyContent": "space_around", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Wwr4x", + "name": "dn1", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "tePEW", + "name": "dni1", + "width": 24, + "height": 24, + "iconFontName": "clipboard-list", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "YLavR", + "name": "dnl1", + "fill": "$--text-secondary", + "content": "任务", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "k4WpP", + "name": "dn2", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "aYNcH", + "name": "dni2", + "width": 24, + "height": 24, + "iconFontName": "bell", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "vPxfC", + "name": "dnl2", + "fill": "$--text-secondary", + "content": "消息", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "n2TbG", + "name": "dn3", + "layout": "vertical", + "gap": 4, + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "kEz20", + "name": "dni3", + "width": 24, + "height": 24, + "iconFontName": "user", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "nV3gt", + "name": "dnl3", + "fill": "$--text-secondary", + "content": "我的", + "fontFamily": "DM Sans", + "fontSize": 11, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "NDmYh", + "x": 0, + "y": 20756, + "name": "代理商端 - 版本比对", + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "7I1CM", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "1ypIF", + "name": "logo", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "vcSmY", + "name": "logoIcon", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "LgORg", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "9he6Z", + "name": "navGroup", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "OUQWu", + "name": "navItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "ZKYQ7", + "name": "icon1", + "width": 20, + "height": 20, + "iconFontName": "house", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "NIVSN", + "name": "label1", + "fill": "$--text-secondary", + "content": "工作台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "q9TPs", + "name": "navItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Smr7x", + "name": "icon2", + "width": 20, + "height": 20, + "iconFontName": "file-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "wymnX", + "name": "label2", + "fill": "$--text-secondary", + "content": "Brief管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "81lRN", + "name": "navItem3", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "u4RbZ", + "name": "icon3", + "width": 20, + "height": 20, + "iconFontName": "clipboard-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "UwDAa", + "name": "label3", + "fill": "$--text-secondary", + "content": "审核台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "JRCGc", + "name": "navItem4", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "8uAQn", + "name": "icon4", + "width": 20, + "height": 20, + "iconFontName": "git-compare", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "2dOG2", + "name": "label4", + "fill": "$--accent-indigo", + "content": "版本比对", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "7gzfA", + "name": "navItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "1e0fp", + "name": "icon5", + "width": 20, + "height": 20, + "iconFontName": "users", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "zvLN3", + "name": "label5", + "fill": "$--text-secondary", + "content": "达人管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "PNT6h", + "name": "navItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Upayj", + "name": "icon6", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "kimhQ", + "name": "label6", + "fill": "$--text-secondary", + "content": "数据报表", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "tUCLm", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "iarCD", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "3dnpE", + "name": "title", + "fill": "$--text-primary", + "content": "版本比对", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "CtgLF", + "name": "selector", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "0XrkH", + "name": "taskSelect", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "2pZ1H", + "name": "taskTxt", + "fill": "$--text-primary", + "content": "XX品牌618推广 - 达人A", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "rMr3P", + "name": "taskArrow", + "width": 16, + "height": 16, + "iconFontName": "chevron-down", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "O6wWB", + "name": "compareArea", + "width": "fill_container", + "height": "fill_container", + "gap": 24, + "children": [ + { + "type": "frame", + "id": "dvtO0", + "name": "leftPanel", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 16, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "lPbzd", + "name": "leftHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "EXjrS", + "name": "leftTitle", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "1FP34", + "name": "leftBadge", + "fill": "$--bg-elevated", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "e87Vn", + "name": "leftBadgeTxt", + "fill": "$--text-secondary", + "content": "V1", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "nNLv6", + "name": "leftLabel", + "fill": "$--text-primary", + "content": "初始版本", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "L2eep", + "name": "leftTime", + "fill": "$--text-tertiary", + "content": "2024-01-08 14:30", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "G5PMi", + "name": "leftContent", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "ZLPf9", + "name": "leftLine1", + "width": "fill_container", + "fill": "#E85A4F15", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--accent-coral" + }, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "MhV3U", + "name": "leftLine1Txt", + "fill": "$--text-primary", + "content": "这款产品是全网销量第一的爆款...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "MrKFo", + "name": "leftLine2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "TUGEc", + "name": "leftLine2Txt", + "fill": "$--text-primary", + "content": "采用进口原料,品质有保障...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "9Wzpg", + "name": "leftLine3", + "width": "fill_container", + "fill": "#E85A4F15", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--accent-coral" + }, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "3K7lv", + "name": "leftLine3Txt", + "fill": "$--text-primary", + "content": "立即下单享受史上最低价...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "ExZvo", + "name": "rightPanel", + "width": "fill_container", + "height": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 16, + "padding": 20, + "children": [ + { + "type": "frame", + "id": "NABwi", + "name": "rightHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "yx7nT", + "name": "rightTitle", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Dq6cw", + "name": "rightBadge", + "fill": "#6366F120", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "Y5P5V", + "name": "rightBadgeTxt", + "fill": "$--accent-indigo", + "content": "V2", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "PQOaZ", + "name": "rightLabel", + "fill": "$--text-primary", + "content": "修改版本", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + } + ] + }, + { + "type": "text", + "id": "j6146", + "name": "rightTime", + "fill": "$--text-tertiary", + "content": "2024-01-09 10:15", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "y0yCc", + "name": "rightContent", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "C9Zi4", + "name": "rightLine1", + "width": "fill_container", + "fill": "#32D58315", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--accent-green" + }, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "BFOou", + "name": "rightLine1Txt", + "fill": "$--text-primary", + "content": "这款产品深受消费者喜爱...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "r6RkZ", + "name": "rightLine2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "nWMU2", + "name": "rightLine2Txt", + "fill": "$--text-primary", + "content": "采用进口原料,品质有保障...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "HCOJY", + "name": "rightLine3", + "width": "fill_container", + "fill": "#32D58315", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--accent-green" + }, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "EU9F8", + "name": "rightLine3Txt", + "fill": "$--text-primary", + "content": "限时优惠,超值体验...", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "LHd3b", + "name": "legend", + "gap": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "CEOCi", + "name": "legendDel", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "Mtzu0", + "name": "legendDelDot", + "width": 12, + "height": 12, + "fill": "#E85A4F30", + "cornerRadius": 2 + }, + { + "type": "text", + "id": "28tA1", + "name": "legendDelTxt", + "fill": "$--text-tertiary", + "content": "已删除内容", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "Wks8z", + "name": "legendAdd", + "gap": 6, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "huGoG", + "name": "legendAddDot", + "width": 12, + "height": 12, + "fill": "#32D58330", + "cornerRadius": 2 + }, + { + "type": "text", + "id": "UdWqc", + "name": "legendAddTxt", + "fill": "$--text-tertiary", + "content": "新增内容", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "NjCe7", + "x": 0, + "y": 21756, + "name": "品牌方端 - 舆情预警", + "clip": true, + "width": 1440, + "height": 900, + "fill": "$--bg-page", + "children": [ + { + "type": "frame", + "id": "aV0Ud", + "name": "侧边栏", + "width": 260, + "height": "fill_container", + "fill": "$--bg-card", + "layout": "vertical", + "gap": 32, + "padding": [ + 24, + 16 + ], + "children": [ + { + "type": "frame", + "id": "DBsn7", + "name": "logo", + "gap": 10, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "HXQBT", + "name": "logoIcon", + "width": 32, + "height": 32, + "fill": "$--accent-indigo", + "cornerRadius": 8 + }, + { + "type": "text", + "id": "LjDpf", + "name": "logoText", + "fill": "$--text-primary", + "content": "SmartAudit", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "7SjvV", + "name": "navGroup", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "frame", + "id": "ejeZp", + "name": "navItem1", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "YkrJW", + "name": "icon1", + "width": 20, + "height": 20, + "iconFontName": "chart-column", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "JEARZ", + "name": "label1", + "fill": "$--text-secondary", + "content": "数据看板", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "CgkpT", + "name": "navItem2", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "7CkS6", + "name": "icon2", + "width": 20, + "height": 20, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "dqZoT", + "name": "label2", + "fill": "$--text-secondary", + "content": "审批中心", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "W4Ew6", + "name": "navItem3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "RKO2b", + "name": "icon3", + "width": 20, + "height": 20, + "iconFontName": "triangle-alert", + "iconFontFamily": "lucide", + "fill": "$--accent-indigo" + }, + { + "type": "text", + "id": "pmMvX", + "name": "label3", + "fill": "$--accent-indigo", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "eW42s", + "name": "navItem4", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "bWQTL", + "name": "icon4", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "RY9RM", + "name": "label4", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "jqD4q", + "name": "navItem5", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "Dc03l", + "name": "icon5", + "width": 20, + "height": 20, + "iconFontName": "scroll-text", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "IOgnw", + "name": "label5", + "fill": "$--text-secondary", + "content": "审计日志", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "9QHpi", + "name": "navItem6", + "width": "fill_container", + "cornerRadius": 8, + "gap": 10, + "padding": [ + 10, + 12 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zg5Nd", + "name": "icon6", + "width": 20, + "height": 20, + "iconFontName": "settings", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "Dj0hF", + "name": "label6", + "fill": "$--text-secondary", + "content": "系统设置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "qsJfR", + "name": "主内容区", + "width": "fill_container", + "height": "fill_container", + "layout": "vertical", + "gap": 24, + "padding": 32, + "children": [ + { + "type": "frame", + "id": "at8Ko", + "name": "header", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "ko5aB", + "name": "title", + "fill": "$--text-primary", + "content": "舆情预警", + "fontFamily": "DM Sans", + "fontSize": 24, + "fontWeight": "700" + }, + { + "type": "frame", + "id": "aW47J", + "name": "actions", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "uRtPT", + "name": "filterBtn", + "fill": "$--bg-card", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 10, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "hzRus", + "name": "filterIcon", + "width": 16, + "height": 16, + "iconFontName": "sliders-horizontal", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "RxasW", + "name": "filterTxt", + "fill": "$--text-secondary", + "content": "筛选", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "R2RVp", + "name": "statsRow", + "width": "fill_container", + "gap": 16, + "children": [ + { + "type": "frame", + "id": "d49YR", + "name": "statCard1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": [ + 20, + 24 + ], + "children": [ + { + "type": "text", + "id": "xc0mh", + "name": "stat1Label", + "fill": "$--text-tertiary", + "content": "待处理预警", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" }, { "type": "text", - "id": "xhvU6", - "name": "a3Time", - "fill": "#666666", - "content": "今天", - "fontFamily": "JetBrains Mono", - "fontSize": 11, + "id": "XvrK4", + "name": "stat1Val", + "fill": "$--accent-coral", + "content": "12", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "khz7a", + "name": "statCard2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": [ + 20, + 24 + ], + "children": [ + { + "type": "text", + "id": "U7BSt", + "name": "stat2Label", + "fill": "$--text-tertiary", + "content": "本周新增", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "5K3NN", + "name": "stat2Val", + "fill": "$--text-primary", + "content": "28", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "qzVfK", + "name": "statCard3", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": [ + 20, + 24 + ], + "children": [ + { + "type": "text", + "id": "mrHuA", + "name": "stat3Label", + "fill": "$--text-tertiary", + "content": "已处理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "9OKGi", + "name": "stat3Val", + "fill": "$--accent-green", + "content": "156", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + } + ] + }, + { + "type": "frame", + "id": "SqnHl", + "name": "statCard4", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 8, + "padding": [ + 20, + 24 + ], + "children": [ + { + "type": "text", + "id": "J6GBR", + "name": "stat4Label", + "fill": "$--text-tertiary", + "content": "平均响应时间", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "vsDhf", + "name": "stat4Val", + "fill": "$--accent-indigo", + "content": "2.5h", + "fontFamily": "DM Sans", + "fontSize": 32, + "fontWeight": "700" + } + ] + } + ] + }, + { + "type": "frame", + "id": "4iGBG", + "name": "alertList", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "qQA7e", + "name": "alert1", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "KqMYA", + "name": "alert1Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "2Iwdy", + "name": "alert1Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "FuaHP", + "name": "alert1Dot", + "fill": "$--accent-coral", + "width": 10, + "height": 10 + }, + { + "type": "text", + "id": "rSbHI", + "name": "alert1Title", + "fill": "$--text-primary", + "content": "高风险预警", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "bOo99", + "name": "alert1Badge", + "fill": "#E85A4F20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "a60p7", + "name": "alert1BadgeTxt", + "fill": "$--accent-coral", + "content": "竞品风险", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "zzD4o", + "name": "alert1Time", + "fill": "$--text-tertiary", + "content": "5分钟前", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "KXsvE", + "name": "alert1Desc", + "fill": "$--text-secondary", + "content": "达人@美妆小达人 发布内容中出现竞品Logo,视频时间戳 00:15-00:18,建议立即下架处理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "JCOA7", + "name": "alert1Actions", + "gap": 12, + "children": [ + { + "type": "frame", + "id": "1ncwD", + "name": "alert1View", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "EnRMt", + "name": "alert1ViewTxt", + "fill": "#FFFFFF", + "content": "查看详情", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "eJ3hb", + "name": "alert1Ignore", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "Tn0xj", + "name": "alert1IgnoreTxt", + "fill": "$--text-secondary", + "content": "标记已处理", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "tyeLm", + "name": "alert2", + "width": "fill_container", + "fill": "$--bg-card", + "cornerRadius": 12, + "layout": "vertical", + "gap": 12, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "kUe3R", + "name": "alert2Head", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "762o5", + "name": "alert2Left", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "ellipse", + "id": "2vHdJ", + "name": "alert2Dot", + "fill": "#F59E0B", + "width": 10, + "height": 10 + }, + { + "type": "text", + "id": "RC0tx", + "name": "alert2Title", + "fill": "$--text-primary", + "content": "中风险预警", + "fontFamily": "DM Sans", + "fontSize": 16, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "2K9TF", + "name": "alert2Badge", + "fill": "#F59E0B20", + "cornerRadius": 4, + "padding": [ + 4, + 8 + ], + "children": [ + { + "type": "text", + "id": "0EwZ6", + "name": "alert2BadgeTxt", + "fill": "#F59E0B", + "content": "版权风险", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "text", + "id": "n8ZfZ", + "name": "alert2Time", + "fill": "$--text-tertiary", + "content": "30分钟前", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "a8zh9", + "name": "alert2Desc", + "fill": "$--text-secondary", + "content": "视频背景音乐检测到未授权使用,涉及版权方:XX音乐公司,建议更换配乐", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "normal" } ] @@ -6897,5 +27145,99 @@ } ] } - ] + ], + "variables": { + "--accent-amber": { + "type": "color", + "value": "#FFB547" + }, + "--accent-blue": { + "type": "color", + "value": "#007AFF" + }, + "--accent-coral": { + "type": "color", + "value": "#E85A4F" + }, + "--accent-green": { + "type": "color", + "value": "#32D583" + }, + "--accent-indigo": { + "type": "color", + "value": "#6366F1" + }, + "--bg-card": { + "type": "color", + "value": "#16161A" + }, + "--bg-elevated": { + "type": "color", + "value": "#1A1A1E" + }, + "--bg-page": { + "type": "color", + "value": "#0B0B0E" + }, + "--border-strong": { + "type": "color", + "value": "#3A3A40" + }, + "--border-subtle": { + "type": "color", + "value": "#2A2A2E" + }, + "--font-display": { + "type": "string", + "value": "Fraunces" + }, + "--font-primary": { + "type": "string", + "value": "DM Sans" + }, + "--radius-lg": { + "type": "number", + "value": 16 + }, + "--radius-md": { + "type": "number", + "value": 12 + }, + "--radius-sm": { + "type": "number", + "value": 8 + }, + "--radius-xl": { + "type": "number", + "value": 20 + }, + "--spacing-lg": { + "type": "number", + "value": 24 + }, + "--spacing-md": { + "type": "number", + "value": 16 + }, + "--spacing-sm": { + "type": "number", + "value": 8 + }, + "--spacing-xl": { + "type": "number", + "value": 32 + }, + "--text-primary": { + "type": "color", + "value": "#FAFAF9" + }, + "--text-secondary": { + "type": "color", + "value": "#6B6B70" + }, + "--text-tertiary": { + "type": "color", + "value": "#4A4A50" + } + } } \ No newline at end of file