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:
2026-06-15 21:04:21 +08:00
parent 9b68a2d275
commit f585c1c505
9 changed files with 1158 additions and 0 deletions

View File

@@ -65,3 +65,6 @@ export function createBridge(): IBridge {
return browserProvider
}
}
/** 当前环境的 Bridge 单例,页面直接使用 */
export const bridge: IBridge = createBridge()