diff --git a/pencil-new.pen b/pencil-new.pen index 1c6b6d7..a2174b8 100644 --- a/pencil-new.pen +++ b/pencil-new.pen @@ -7,6 +7,7 @@ "x": -271, "y": -494, "name": "达人端桌面 - 任务列表", + "enabled": false, "clip": true, "width": 1440, "height": 4300, @@ -10689,6 +10690,161 @@ "gap": 16, "padding": 24, "children": [ + { + "type": "frame", + "id": "CPyEc", + "name": "dmsgInvite", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 16, + "padding": [ + 16, + 20 + ], + "children": [ + { + "type": "frame", + "id": "QkuTc", + "name": "dmsgInviteIcon", + "width": 48, + "height": 48, + "fill": "#8B5CF620", + "cornerRadius": 12, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "y3ypH", + "name": "inviteIconInner", + "width": 24, + "height": 24, + "iconFontName": "user-plus", + "iconFontFamily": "lucide", + "fill": "#8B5CF6" + } + ] + }, + { + "type": "frame", + "id": "VX4IR", + "name": "dmsgInviteContent", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "OiQ2q", + "name": "dmsgInviteHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "nwayK", + "name": "inviteTitle", + "fill": "$--text-primary", + "content": "代理商邀请", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "PgMf2", + "name": "inviteTime", + "fill": "$--text-secondary", + "content": "5分钟前", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + }, + { + "type": "text", + "id": "s1mCj", + "name": "inviteDesc", + "fill": "$--text-secondary", + "content": "「星辰传媒」邀请您成为签约达人,加入后可接收该代理商分配的推广任务", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "TeNja", + "name": "dmsgInviteBtns", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "M23Qx", + "name": "acceptBtn", + "fill": "$--accent-indigo", + "cornerRadius": 6, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "NQPbj", + "name": "acceptText", + "fill": "#FFFFFF", + "content": "同意", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "45Xxu", + "name": "rejectBtn", + "cornerRadius": 6, + "stroke": { + "thickness": 1, + "fill": "#000000" + }, + "padding": [ + 8, + 16 + ], + "children": [ + { + "type": "text", + "id": "dhPPY", + "name": "rejectText", + "fill": "$--text-secondary", + "content": "拒绝", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "tWMZa", + "name": "dmsgInviteDot", + "width": 10, + "height": 10, + "fill": "#8B5CF6", + "cornerRadius": 5 + } + ] + }, { "type": "frame", "id": "3SFwJ", @@ -28321,7 +28477,7 @@ "name": "addBtnIcon", "width": 18, "height": 18, - "iconFontName": "plus", + "iconFontName": "user-plus", "iconFontFamily": "lucide", "fill": "#FFFFFF" }, @@ -28330,7 +28486,7 @@ "id": "xFNKF", "name": "addBtnText", "fill": "#FFFFFF", - "content": "添加达人", + "content": "邀请达人", "fontFamily": "DM Sans", "fontSize": 14, "fontWeight": "600" @@ -29077,6 +29233,226 @@ } ] }, + { + "type": "frame", + "id": "ADN10", + "x": 1640, + "y": 13100, + "name": "代理商端 - 邀请达人弹窗", + "enabled": false, + "width": 440, + "height": 360, + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "VOET5", + "name": "modalHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "f76I4", + "name": "modalTitle", + "fill": "$--text-primary", + "content": "邀请达人", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + }, + { + "type": "icon_font", + "id": "ltPzC", + "name": "closeBtn", + "width": 20, + "height": 20, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "qLyD7", + "name": "searchSection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "yErUK", + "name": "searchLabel", + "fill": "$--text-primary", + "content": "输入达人ID", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "sXgZV", + "name": "searchInputBox", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "43EeJ", + "name": "searchIcon", + "width": 18, + "height": 18, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "YsWcM", + "name": "searchInput", + "fill": "$--text-primary", + "content": "CR123456", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "3jVe8", + "name": "resultSection", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "text", + "id": "ZYTdJ", + "name": "resultLabel", + "fill": "$--text-primary", + "content": "搜索结果", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "mjNmB", + "name": "resultCard", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "o1BUg", + "name": "avatar", + "width": 48, + "height": 48, + "fill": "$--accent-indigo", + "cornerRadius": 24 + }, + { + "type": "frame", + "id": "d7t5R", + "name": "userInfo", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "GvlT6", + "name": "userName", + "fill": "$--text-primary", + "content": "小美同学", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "frame", + "id": "AexyW", + "name": "userMeta", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "h8pIF", + "name": "userId", + "fill": "$--text-secondary", + "content": "ID: CR123456", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "icon_font", + "id": "DINOE", + "name": "checkIcon", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + } + ] + }, + { + "type": "frame", + "id": "ZbEwe", + "name": "inviteBtn", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "XTLXM", + "name": "inviteBtnText", + "fill": "#FFFFFF", + "content": "发送邀请", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + }, { "type": "frame", "id": "An8gw", @@ -31909,6 +32285,116 @@ "layout": "vertical", "gap": 12, "children": [ + { + "type": "frame", + "id": "zEmb2", + "name": "brandInviteMsg", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "ZrIcE", + "name": "inviteDot", + "width": 8, + "height": 8, + "fill": "#8B5CF6", + "cornerRadius": 4 + }, + { + "type": "frame", + "id": "EpzbT", + "name": "inviteContent", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "sMgM5", + "name": "inviteTitle", + "fill": "$--text-primary", + "content": "品牌方邀请", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "Hstlb", + "name": "inviteDesc", + "fill": "$--text-secondary", + "content": "「美妆优选」邀请您成为合作代理商", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "frame", + "id": "ti3IM", + "name": "inviteBtns", + "gap": 8, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "YdqTC", + "name": "acceptBtn", + "fill": "$--accent-indigo", + "cornerRadius": 6, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "1KNol", + "name": "acceptText", + "fill": "#FFFFFF", + "content": "同意", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "cRWOA", + "name": "rejectBtn", + "cornerRadius": 6, + "stroke": { + "thickness": 1, + "fill": "#000000" + }, + "padding": [ + 6, + 12 + ], + "children": [ + { + "type": "text", + "id": "zPjjw", + "name": "rejectText", + "fill": "$--text-secondary", + "content": "拒绝", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "500" + } + ] + } + ] + } + ] + }, { "type": "frame", "id": "r8u5U", @@ -41774,7 +42260,6 @@ "x": 0, "y": 10200, "name": "品牌方端 - 数据看板", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -41892,8 +42377,8 @@ "children": [ { "type": "frame", - "id": "1cUbu", - "name": "navB1", + "id": "I8PDP", + "name": "navItem1", "width": "fill_container", "fill": "$--bg-elevated", "cornerRadius": 10, @@ -41906,30 +42391,28 @@ "children": [ { "type": "icon_font", - "id": "GLaO2", - "name": "navBI1", + "id": "VV6el", "width": 20, "height": 20, - "iconFontName": "chart-bar", + "iconFontName": "chart-column", "iconFontFamily": "lucide", - "fill": "$--text-primary" + "fill": "$--accent-indigo" }, { "type": "text", - "id": "hR0Av", - "name": "navBT1", - "fill": "$--text-primary", + "id": "pDOBG", + "fill": "$--accent-indigo", "content": "数据看板", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, "fontWeight": "600" } ] }, { "type": "frame", - "id": "AjWS8", - "name": "navB2", + "id": "ZFTMo", + "name": "navItem2", "width": "fill_container", "gap": 12, "padding": [ @@ -41940,76 +42423,7 @@ "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", + "id": "Rk0GL", "width": 20, "height": 20, "iconFontName": "building-2", @@ -42018,20 +42432,19 @@ }, { "type": "text", - "id": "rGhIT", - "name": "navBT4", + "id": "2prYi", "fill": "$--text-secondary", "content": "代理商管理", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, "fontWeight": "500" } ] }, { "type": "frame", - "id": "stI8p", - "name": "navB5", + "id": "u3LRF", + "name": "navItem3", "width": "fill_container", "gap": 12, "padding": [ @@ -42042,42 +42455,7 @@ "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", + "id": "tkWLf", "width": 20, "height": 20, "iconFontName": "cpu", @@ -42086,15 +42464,81 @@ }, { "type": "text", - "id": "FjEXb", - "name": "navBT6", + "id": "jr97L", "fill": "$--text-secondary", - "content": "AI 服务配置", + "content": "AI 配置", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, "fontWeight": "500" } ] + }, + { + "type": "frame", + "id": "GuxBs", + "name": "navItem4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "N6RcE", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "1XQF2", + "fill": "$--text-secondary", + "content": "终审台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "1nJcm", + "name": "navItem5", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "4PkFh", + "width": 20, + "height": 20, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "qnB9Y", + "fill": "#FFFFFF", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + } + ] } ] } @@ -43161,7 +43605,6 @@ "x": 0, "y": 11200, "name": "品牌方端 - AI服务配置", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -43256,8 +43699,8 @@ "children": [ { "type": "frame", - "id": "6Xxci", - "name": "navC1", + "id": "2ERhI", + "name": "navItem1", "width": "fill_container", "gap": 12, "padding": [ @@ -43268,30 +43711,28 @@ "children": [ { "type": "icon_font", - "id": "xBtZ3", - "name": "navCI1", + "id": "uOcy4", "width": 20, "height": 20, - "iconFontName": "chart-bar", + "iconFontName": "chart-column", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "mglRI", - "name": "navCT1", + "id": "5MjWq", "fill": "$--text-secondary", "content": "数据看板", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, "fontWeight": "500" } ] }, { "type": "frame", - "id": "RYLzs", - "name": "navC2", + "id": "0u354", + "name": "navItem2", "width": "fill_container", "gap": 12, "padding": [ @@ -43302,30 +43743,28 @@ "children": [ { "type": "icon_font", - "id": "BA4kB", - "name": "navCI2", + "id": "abl0q", "width": 20, "height": 20, - "iconFontName": "sliders-horizontal", + "iconFontName": "building-2", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "XeSoQ", - "name": "navCT2", + "id": "JlxIh", "fill": "$--text-secondary", - "content": "规则配置", + "content": "代理商管理", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, "fontWeight": "500" } ] }, { "type": "frame", - "id": "xoYJC", - "name": "navC3", + "id": "Ej0oe", + "name": "navItem3", "width": "fill_container", "fill": "$--bg-elevated", "cornerRadius": 10, @@ -43338,22 +43777,87 @@ "children": [ { "type": "icon_font", - "id": "JoWJP", - "name": "navCI3", + "id": "5c6GC", "width": 20, "height": 20, "iconFontName": "cpu", "iconFontFamily": "lucide", - "fill": "$--text-primary" + "fill": "$--accent-indigo" }, { "type": "text", - "id": "MgepO", - "name": "navCT3", - "fill": "$--text-primary", - "content": "AI 服务配置", + "id": "suDFu", + "fill": "$--accent-indigo", + "content": "AI 配置", "fontFamily": "DM Sans", - "fontSize": 15, + "fontSize": 14, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "7GWV1", + "name": "navItem4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "fk4qm", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "3V80H", + "fill": "$--text-secondary", + "content": "终审台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "DB6eY", + "name": "navItem5", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "O6tyc", + "width": 20, + "height": 20, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "QVtPd", + "fill": "#FFFFFF", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 14, "fontWeight": "600" } ] @@ -44275,7 +44779,6 @@ "x": 0, "y": 12200, "name": "品牌方端 - 规则配置", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -44333,10 +44836,9 @@ "children": [ { "type": "frame", - "id": "NNhxp", - "name": "bNavItem1", + "id": "CLBoh", + "name": "navItem1", "width": "fill_container", - "cornerRadius": 8, "gap": 12, "padding": [ 12, @@ -44346,33 +44848,29 @@ "children": [ { "type": "icon_font", - "id": "CGCZi", - "name": "bNavIcon1", + "id": "DkEmW", "width": 20, "height": 20, - "iconFontName": "layout-dashboard", + "iconFontName": "chart-column", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "6SxjO", - "name": "bNavLabel1", + "id": "x6vFP", "fill": "$--text-secondary", "content": "数据看板", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "sOKaK", - "name": "bNavItem2", + "id": "VtuRm", + "name": "navItem2", "width": "fill_container", - "fill": "$--bg-elevated", - "cornerRadius": 8, "gap": 12, "padding": [ 12, @@ -44382,78 +44880,7 @@ "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", + "id": "B8gSl", "width": 20, "height": 20, "iconFontName": "building-2", @@ -44462,22 +44889,20 @@ }, { "type": "text", - "id": "pHrHj", - "name": "bNavLabel4", + "id": "FEQ1D", "fill": "$--text-secondary", "content": "代理商管理", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "xDwWz", - "name": "bNavItem5", + "id": "2yOYz", + "name": "navItem3", "width": "fill_container", - "cornerRadius": 8, "gap": 12, "padding": [ 12, @@ -44487,32 +44912,29 @@ "children": [ { "type": "icon_font", - "id": "zBXZm", - "name": "bNavIcon5", + "id": "fQR4F", "width": 20, "height": 20, - "iconFontName": "bell", + "iconFontName": "cpu", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "JpDZX", - "name": "bNavLabel5", + "id": "Ru1Lx", "fill": "$--text-secondary", - "content": "舆情预警", + "content": "AI 配置", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "LYAGP", - "name": "bNavItem6", + "id": "1h0FT", + "name": "navItem4", "width": "fill_container", - "cornerRadius": 8, "gap": 12, "padding": [ 12, @@ -44522,23 +44944,56 @@ "children": [ { "type": "icon_font", - "id": "E3znS", - "name": "bNavIcon6", + "id": "rvXxD", "width": 20, "height": 20, - "iconFontName": "settings", + "iconFontName": "shield-check", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "EcRnl", - "name": "bNavLabel6", + "id": "CEv1d", "fill": "$--text-secondary", - "content": "系统设置", + "content": "终审台", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "77lk1", + "name": "navItem5", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "vUqYs", + "width": 20, + "height": 20, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "logYr", + "fill": "#FFFFFF", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" } ] } @@ -45543,703 +45998,12 @@ } ] }, - { - "type": "frame", - "id": "jELTK", - "x": 0, - "y": 13200, - "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": "秒思", - "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": "$--bg-card", - "cornerRadius": 12, - "layout": "vertical", - "children": [ - { - "type": "frame", - "id": "juIDv", - "name": "tableHead", - "width": "fill_container", - "fill": "$--bg-elevated", - "padding": [ - 14, - 20 - ], - "children": [ - { - "type": "text", - "id": "owmZ4", - "name": "col1", - "fill": "$--text-secondary", - "content": "时间", - "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": "f2d6v", - "name": "row2", - "width": "fill_container", - "stroke": { - "thickness": 1, - "fill": "$--border-subtle" - }, - "padding": [ - 14, - 20 - ], - "children": [ - { - "type": "text", - "id": "Q2xeR", - "name": "r2c1", - "fill": "$--text-primary", - "content": "2024-01-15 13:45:02", - "fontFamily": "DM Sans", - "fontSize": 13, - "fontWeight": "normal" - }, - { - "type": "text", - "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": "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": "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" - } - ] - } - ] - } - ] - } - ] - }, { "type": "frame", "id": "2jnnO", "x": 0, "y": 14200, "name": "品牌方端 - 代理商管理", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -46297,21 +46061,19 @@ "children": [ { "type": "frame", - "id": "391Kk", + "id": "UjWIN", "name": "navItem1", "width": "fill_container", - "cornerRadius": 8, - "gap": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "alignItems": "center", "children": [ { "type": "icon_font", - "id": "Ps5Rh", - "name": "icon1", + "id": "m5JZo", "width": 20, "height": 20, "iconFontName": "chart-column", @@ -46320,104 +46082,32 @@ }, { "type": "text", - "id": "LyIo7", - "name": "label1", + "id": "PRiZY", "fill": "$--text-secondary", "content": "数据看板", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "JHB42", + "id": "Y863r", "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, + "cornerRadius": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "alignItems": "center", "children": [ { "type": "icon_font", - "id": "HRS9y", - "name": "icon4", + "id": "kdBl0", "width": 20, "height": 20, "iconFontName": "building-2", @@ -46426,8 +46116,7 @@ }, { "type": "text", - "id": "Y6tkH", - "name": "label4", + "id": "CYv3p", "fill": "$--accent-indigo", "content": "代理商管理", "fontFamily": "DM Sans", @@ -46438,36 +46127,100 @@ }, { "type": "frame", - "id": "X22PF", - "name": "navItem5", + "id": "anR1R", + "name": "navItem3", "width": "fill_container", - "cornerRadius": 8, - "gap": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "alignItems": "center", "children": [ { "type": "icon_font", - "id": "4nuyx", - "name": "icon5", + "id": "6A8eG", "width": 20, "height": 20, - "iconFontName": "scroll-text", + "iconFontName": "cpu", "iconFontFamily": "lucide", "fill": "$--text-secondary" }, { "type": "text", - "id": "WHmpk", - "name": "label5", + "id": "S39Vp", "fill": "$--text-secondary", - "content": "审计日志", + "content": "AI 配置", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "45Udm", + "name": "navItem4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "yO9Ve", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "pvjov", + "fill": "$--text-secondary", + "content": "终审台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "byl1S", + "name": "navItem5", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "q8m0Z", + "width": 20, + "height": 20, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "HUrT0", + "fill": "#FFFFFF", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" } ] } @@ -46913,7 +46666,6 @@ "x": 0, "y": 15200, "name": "品牌方端 - 系统设置", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -46971,21 +46723,19 @@ "children": [ { "type": "frame", - "id": "UTYPU", - "name": "navItem41", + "id": "De5rt", + "name": "navItem1", "width": "fill_container", - "cornerRadius": 8, - "gap": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "alignItems": "center", "children": [ { "type": "icon_font", - "id": "62DU2", - "name": "icon41", + "id": "1yZMl", "width": 20, "height": 20, "iconFontName": "chart-column", @@ -46994,103 +46744,30 @@ }, { "type": "text", - "id": "tSmjT", - "name": "label41", + "id": "VfWO5", "fill": "$--text-secondary", "content": "数据看板", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "cAlOY", - "name": "navItem42", + "id": "O3FPs", + "name": "navItem2", "width": "fill_container", - "cornerRadius": 8, - "gap": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "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", + "id": "hRv7Q", "width": 20, "height": 20, "iconFontName": "building-2", @@ -47099,46 +46776,108 @@ }, { "type": "text", - "id": "UeBqk", - "name": "label44", + "id": "j0uMp", "fill": "$--text-secondary", "content": "代理商管理", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "normal" + "fontWeight": "500" } ] }, { "type": "frame", - "id": "8JRpR", - "name": "navItem45", + "id": "tKurx", + "name": "navItem3", "width": "fill_container", - "fill": "$--bg-elevated", - "cornerRadius": 8, - "gap": 10, + "gap": 12, "padding": [ - 10, - 12 + 12, + 16 ], "alignItems": "center", "children": [ { "type": "icon_font", - "id": "l6vNQ", - "name": "icon45", + "id": "jFWL6", "width": 20, "height": 20, - "iconFontName": "settings", + "iconFontName": "cpu", "iconFontFamily": "lucide", - "fill": "$--accent-indigo" + "fill": "$--text-secondary" }, { "type": "text", - "id": "QTBU9", - "name": "label45", - "fill": "$--accent-indigo", - "content": "系统设置", + "id": "A9g3s", + "fill": "$--text-secondary", + "content": "AI 配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "922LH", + "name": "navItem4", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "mkrXd", + "width": 20, + "height": 20, + "iconFontName": "shield-check", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "916In", + "fill": "$--text-secondary", + "content": "终审台", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "oXbfw", + "name": "navItem5", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, + "gap": 12, + "padding": [ + 12, + 16 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "m2c3Y", + "width": 20, + "height": 20, + "iconFontName": "plus", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + }, + { + "type": "text", + "id": "e6RVL", + "fill": "#FFFFFF", + "content": "创建项目", "fontFamily": "DM Sans", "fontSize": 14, "fontWeight": "600" @@ -47723,777 +47462,12 @@ } ] }, - { - "type": "frame", - "id": "NjCe7", - "x": 0, - "y": 16200, - "name": "品牌方端 - 舆情预警", - "enabled": false, - "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": "秒思", - "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": "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" - } - ] - } - ] - } - ] - } - ] - }, { "type": "frame", "id": "aePi5", "x": 0, "y": 17200, "name": "品牌方端 - 终审台", - "enabled": false, "clip": true, "width": 1440, "height": 900, @@ -48576,8 +47550,8 @@ "children": [ { "type": "frame", - "id": "jeBrv", - "name": "nav1", + "id": "jrSTa", + "name": "navItem1", "width": "fill_container", "gap": 12, "padding": [ @@ -48588,8 +47562,7 @@ "children": [ { "type": "icon_font", - "id": "UPCzh", - "name": "nav1Icon", + "id": "SVeAu", "width": 20, "height": 20, "iconFontName": "chart-column", @@ -48598,8 +47571,7 @@ }, { "type": "text", - "id": "l3xDH", - "name": "nav1Text", + "id": "8wDt1", "fill": "$--text-secondary", "content": "数据看板", "fontFamily": "DM Sans", @@ -48610,8 +47582,72 @@ }, { "type": "frame", - "id": "RHiXn", - "name": "nav2", + "id": "UYeuM", + "name": "navItem2", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "zjAcp", + "width": 20, + "height": 20, + "iconFontName": "building-2", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "LpwNA", + "fill": "$--text-secondary", + "content": "代理商管理", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "b1jAU", + "name": "navItem3", + "width": "fill_container", + "gap": 12, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "WXRTL", + "width": 20, + "height": 20, + "iconFontName": "cpu", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "GQ9UE", + "fill": "$--text-secondary", + "content": "AI 配置", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + } + ] + }, + { + "type": "frame", + "id": "3iJSL", + "name": "navItem4", "width": "fill_container", "fill": "$--bg-elevated", "cornerRadius": 10, @@ -48624,18 +47660,16 @@ "children": [ { "type": "icon_font", - "id": "n7nSC", - "name": "nav2Icon", + "id": "7bRPo", "width": 20, "height": 20, - "iconFontName": "circle-check", + "iconFontName": "shield-check", "iconFontFamily": "lucide", "fill": "$--accent-indigo" }, { "type": "text", - "id": "3SARm", - "name": "nav2Text", + "id": "QTBh5", "fill": "$--accent-indigo", "content": "终审台", "fontFamily": "DM Sans", @@ -48646,35 +47680,36 @@ }, { "type": "frame", - "id": "MBuCP", - "name": "nav3", + "id": "gzoFn", + "name": "navItem5", "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 10, "gap": 12, "padding": [ 12, 16 ], + "justifyContent": "center", "alignItems": "center", "children": [ { "type": "icon_font", - "id": "fAD6E", - "name": "nav3Icon", + "id": "3mrMZ", "width": 20, "height": 20, - "iconFontName": "scroll-text", + "iconFontName": "plus", "iconFontFamily": "lucide", - "fill": "$--text-secondary" + "fill": "#FFFFFF" }, { "type": "text", - "id": "RMBfA", - "name": "nav3Text", - "fill": "$--text-secondary", - "content": "审计日志", + "id": "wEpZl", + "fill": "#FFFFFF", + "content": "创建项目", "fontFamily": "DM Sans", "fontSize": 14, - "fontWeight": "500" + "fontWeight": "600" } ] } @@ -49532,6 +48567,732 @@ ] } ] + }, + { + "type": "frame", + "id": "GyUlM", + "x": 2180, + "y": 13100, + "name": "品牌方端 - 邀请代理商弹窗", + "width": 440, + "height": 360, + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "0wVXo", + "name": "modalHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "zd2O9", + "name": "modalTitle", + "fill": "$--text-primary", + "content": "邀请代理商", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + }, + { + "type": "icon_font", + "id": "PgZDA", + "name": "closeBtn", + "width": 20, + "height": 20, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "U0Plp", + "name": "searchSection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "RPAB8", + "name": "searchLabel", + "fill": "$--text-primary", + "content": "输入代理商ID", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "reKSk", + "name": "searchInputBox", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "gap": 8, + "padding": [ + 12, + 16 + ], + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "I9Ktk", + "name": "searchIcon", + "width": 18, + "height": 18, + "iconFontName": "search", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + }, + { + "type": "text", + "id": "0bRdD", + "name": "searchInput", + "fill": "$--text-primary", + "content": "AG123456", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "9V0ys", + "name": "resultSection", + "width": "fill_container", + "layout": "vertical", + "gap": 12, + "children": [ + { + "type": "text", + "id": "ol6EE", + "name": "resultLabel", + "fill": "$--text-primary", + "content": "搜索结果", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "tBpjS", + "name": "resultCard", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 12, + "gap": 12, + "padding": 16, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "DACZN", + "name": "avatar", + "width": 48, + "height": 48, + "fill": "$--accent-green", + "cornerRadius": 24 + }, + { + "type": "frame", + "id": "2xtwA", + "name": "agencyInfo", + "width": "fill_container", + "layout": "vertical", + "gap": 4, + "children": [ + { + "type": "text", + "id": "mAAMR", + "name": "agencyName", + "fill": "$--text-primary", + "content": "星辰传媒", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + }, + { + "type": "text", + "id": "Xfbpq", + "name": "agencyId", + "fill": "$--text-secondary", + "content": "ID: AG123456", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + } + ] + }, + { + "type": "icon_font", + "id": "kgBz6", + "name": "checkIcon", + "width": 24, + "height": 24, + "iconFontName": "circle-check", + "iconFontFamily": "lucide", + "fill": "$--accent-green" + } + ] + } + ] + }, + { + "type": "frame", + "id": "iLCTD", + "name": "inviteBtn", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "jVG7z", + "name": "inviteBtnText", + "fill": "#FFFFFF", + "content": "发送邀请", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + }, + { + "type": "frame", + "id": "M6nJ0", + "x": 1540, + "y": 14200, + "name": "品牌方端 - 创建项目弹窗", + "width": 520, + "height": 650, + "fill": "$--bg-card", + "cornerRadius": 16, + "layout": "vertical", + "gap": 20, + "padding": 24, + "children": [ + { + "type": "frame", + "id": "hbqth", + "name": "modalHeader", + "width": "fill_container", + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "5lU6U", + "fill": "$--text-primary", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 18, + "fontWeight": "700" + }, + { + "type": "icon_font", + "id": "prJZd", + "width": 20, + "height": 20, + "iconFontName": "x", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + }, + { + "type": "frame", + "id": "aEjZR", + "name": "nameSection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "ueAaA", + "name": "nameLabel", + "fill": "$--text-primary", + "content": "项目名称", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "odjtI", + "name": "nameInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 12, + 16 + ], + "children": [ + { + "type": "text", + "id": "LJkSQ", + "fill": "$--text-tertiary", + "content": "请输入项目名称", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "BfBcz", + "name": "dateSection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "A7FZl", + "name": "dateLabel", + "fill": "$--text-primary", + "content": "截止日期", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "1dXkN", + "name": "dateInput", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "padding": [ + 12, + 16 + ], + "justifyContent": "space_between", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "XVojy", + "fill": "$--text-tertiary", + "content": "选择截止日期", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "normal" + }, + { + "type": "icon_font", + "id": "3uvov", + "width": 18, + "height": 18, + "iconFontName": "calendar", + "iconFontFamily": "lucide", + "fill": "$--text-secondary" + } + ] + } + ] + }, + { + "type": "frame", + "id": "xgyd1", + "name": "briefSection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "kPkYT", + "name": "briefLabel", + "fill": "$--text-primary", + "content": "品牌Brief", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "frame", + "id": "LqGSN", + "name": "briefUpload", + "width": "fill_container", + "height": 100, + "fill": "$--bg-elevated", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "layout": "vertical", + "gap": 8, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "azjAg", + "width": 24, + "height": 24, + "iconFontName": "upload", + "iconFontFamily": "lucide", + "fill": "$--text-tertiary" + }, + { + "type": "text", + "id": "NwVH9", + "fill": "$--text-tertiary", + "content": "点击或拖拽上传 Brief 文档", + "fontFamily": "DM Sans", + "fontSize": 13, + "fontWeight": "normal" + }, + { + "type": "text", + "id": "4nc63", + "fill": "$--text-tertiary", + "content": "支持 PDF/Word/Excel/PPT 格式", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "a9r7P", + "name": "agencySection", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "text", + "id": "Bxn74", + "name": "agencyLabel", + "fill": "$--text-primary", + "content": "选择代理商", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "S93Wy", + "name": "agencyDesc", + "fill": "$--text-tertiary", + "content": "从已添加的代理商中选择(可多选)", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + }, + { + "type": "frame", + "id": "SAQMh", + "name": "agencyList", + "width": "fill_container", + "layout": "vertical", + "gap": 8, + "children": [ + { + "type": "frame", + "id": "9Dl0A", + "name": "agencyItem1", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "stroke": { + "thickness": 2, + "fill": "$--accent-indigo" + }, + "gap": 12, + "padding": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "OTJoZ", + "width": 20, + "height": 20, + "fill": "$--accent-indigo", + "cornerRadius": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "P8gjP", + "width": 14, + "height": 14, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "YAOW8", + "width": 36, + "height": 36, + "fill": "$--accent-indigo", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "1NjAJ", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "OVNeK", + "fill": "$--text-primary", + "content": "星耀传媒", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "hmezb", + "fill": "$--text-tertiary", + "content": "AG789012", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "tai9g", + "name": "agencyItem2", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "stroke": { + "thickness": 2, + "fill": "$--accent-indigo" + }, + "gap": 12, + "padding": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "nKzAY", + "width": 20, + "height": 20, + "fill": "$--accent-indigo", + "cornerRadius": 4, + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "icon_font", + "id": "jxiid", + "width": 14, + "height": 14, + "iconFontName": "check", + "iconFontFamily": "lucide", + "fill": "#FFFFFF" + } + ] + }, + { + "type": "frame", + "id": "nJ3iy", + "width": 36, + "height": 36, + "fill": "$--accent-green", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "1caz6", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "anOP9", + "fill": "$--text-primary", + "content": "创意无限", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "600" + }, + { + "type": "text", + "id": "A2uBU", + "fill": "$--text-tertiary", + "content": "AG456789", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + }, + { + "type": "frame", + "id": "gilQS", + "name": "agencyItem3", + "width": "fill_container", + "fill": "$--bg-elevated", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "$--border-subtle" + }, + "gap": 12, + "padding": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "JCkho", + "width": 20, + "height": 20, + "cornerRadius": 4, + "stroke": { + "thickness": 1, + "fill": "#000000" + } + }, + { + "type": "frame", + "id": "fwvVq", + "width": 36, + "height": 36, + "fill": "#000000", + "cornerRadius": 18 + }, + { + "type": "frame", + "id": "wwwBG", + "layout": "vertical", + "gap": 2, + "children": [ + { + "type": "text", + "id": "kP8Jx", + "fill": "$--text-primary", + "content": "流量先锋", + "fontFamily": "DM Sans", + "fontSize": 14, + "fontWeight": "500" + }, + { + "type": "text", + "id": "Z8qUS", + "fill": "$--text-tertiary", + "content": "AG123456", + "fontFamily": "DM Sans", + "fontSize": 12, + "fontWeight": "normal" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "frame", + "id": "GFk42", + "name": "buttonRow", + "width": "fill_container", + "gap": 12, + "alignItems": "center", + "children": [ + { + "type": "frame", + "id": "U0d16", + "name": "cancelBtn", + "width": "fill_container", + "cornerRadius": 8, + "stroke": { + "thickness": 1, + "fill": "#000000" + }, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "Y893h", + "fill": "$--text-secondary", + "content": "取消", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + }, + { + "type": "frame", + "id": "hDUXK", + "name": "createBtn", + "width": "fill_container", + "fill": "$--accent-indigo", + "cornerRadius": 8, + "padding": [ + 14, + 0 + ], + "justifyContent": "center", + "alignItems": "center", + "children": [ + { + "type": "text", + "id": "oUZtt", + "fill": "#FFFFFF", + "content": "创建项目", + "fontFamily": "DM Sans", + "fontSize": 15, + "fontWeight": "600" + } + ] + } + ] + } + ] } ], "variables": {