feat: Batch 1 - basic pages (scanCode/privacyPolicy/resetPwd/notice/menuEdit/addGroup)

Agent Loop: 2 agents, both passed on iteration 1
6 new pages + 6 routes added
This commit is contained in:
Ubuntu
2026-06-15 21:04:21 +08:00
parent ed9eedc519
commit d1612fe376
9 changed files with 1158 additions and 0 deletions

View File

@@ -23,6 +23,17 @@ import {
CellGroup,
Popup,
Uploader,
PullRefresh,
List,
Tabs,
Tab,
Divider,
Loading,
Icon,
Grid,
GridItem,
Empty,
Search,
} from 'vant'
// ── Vant 样式(组件样式按需引入) ──
@@ -62,6 +73,17 @@ const vantComponents = [
CellGroup,
Popup,
Uploader,
PullRefresh,
List,
Tabs,
Tab,
Divider,
Loading,
Icon,
Grid,
GridItem,
Empty,
Search,
]
for (const component of vantComponents) {