refactor(PoolSelection): 重命名组件及相关接口从Group到Pool

将组件及相关接口从GroupSelection重命名为PoolSelection以更准确反映其用途
更新相关引用和类型定义
调整流量池选择弹窗的样式和交互
This commit is contained in:
2025-08-21 16:47:55 +08:00
parent 61e1ffc6c4
commit cfb752509a
7 changed files with 69 additions and 34 deletions

View File

@@ -106,7 +106,7 @@
.groupAvatar {
width: 40px;
height: 40px;
border-radius: 50%;
border-radius: 8px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
display: flex;
align-items: center;