feat: 优化通道组编辑交互

This commit is contained in:
hectorzhao
2026-09-05 22:55:09 +08:00
parent 839dba8d9b
commit 1e05a643e5
14 changed files with 1752 additions and 462 deletions
+12
View File
@@ -239,6 +239,18 @@
"stylelintLegacy": true,
"reason": "2026-09-05 现有样式保留已发布级联;不授权向历史文件追加新业务规则。",
"removalCondition": "按页面或公共组件确认消费者、根类和真实浏览器等价证据后,移除历史摘要并登记 roots;有意样式变更须附依据和验证后更新基线。"
},
{
"file": "src/apps/admin/AdminChannelGroupFormPage.css",
"owners": ["src/apps/admin/AdminChannelGroupFormPage.tsx"],
"stylelintLegacy": false,
"roots": ["channel-group-editor"]
},
{
"file": "src/apps/admin/channel-groups/RouteConfigModal.css",
"owners": ["src/apps/admin/channel-groups/RouteConfigModal.tsx"],
"stylelintLegacy": false,
"roots": ["channel-route-editor"]
}
]
}