docs(audit): 浏览器拖动手柄修复审计条目

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Nexus Agent
2026-06-11 20:20:02 +08:00
parent 31846c4212
commit 0a5111a959
@@ -9,6 +9,7 @@
| `server/main.py` | 注册 browser 路由 | | `server/main.py` | 注册 browser 路由 |
| `frontend/src/composables/useGlobalBrowser.ts` | 全局状态 | | `frontend/src/composables/useGlobalBrowser.ts` | 全局状态 |
| `frontend/src/components/GlobalBrowserPanel.vue` | 浮动面板 | | `frontend/src/components/GlobalBrowserPanel.vue` | 浮动面板 |
| `frontend/src/composables/useFloatingPanel.ts` | 可配置最小尺寸,支持迷你条拖动 |
| `frontend/src/pages/BrowserPage.vue` | 打开全局窗并返回 | | `frontend/src/pages/BrowserPage.vue` | 打开全局窗并返回 |
| `frontend/src/App.vue` | 挂载 GlobalBrowserPanel | | `frontend/src/App.vue` | 挂载 GlobalBrowserPanel |
| `frontend/src/pages/ServersPage.vue` | 站点按钮 | | `frontend/src/pages/ServersPage.vue` | 站点按钮 |