# Changelog — Servers 搜索改为手动触发 **日期**:2026-06-11 ## 摘要 进入 Servers 页默认展示全量列表,不再自动恢复上次搜索;搜索框仅在下拉选历史、回车或清空时生效,输入过程中不触发列表请求。 ## 动机 自动恢复 `last` 搜索导致进页即过滤;`v-combobox` 每次输入都 debounce 请求,交互混乱。 ## 涉及文件 - `frontend/src/composables/useServerSearchHistory.ts` - `frontend/src/pages/ServersPage.vue` ## 迁移 / 重启 - 仅前端构建部署 ## 验证 ```bash cd frontend && npm run type-check ``` 进 Servers → 全量列表;下拉选历史 / 回车 → 才搜索;清空 → 恢复全量。