[建議 / Feature] 内嵌浏览器地址栏增加历史记录与自动补全
Open
Nobody has claimed this yet.
priority: P2
- Dominant language
- No language data
- Stars
- 22
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
场景
ZCode 桌面客户端内嵌浏览器(顶部标签页 + 地址栏,提示文案「输入网址后回车」)。
痛点
地址栏不记录访问历史。日常需要反复访问固定的几个自建站点(开发/测试环境、接口文档等),每次新开标签页都要完整重新输入完整网址,非常麻烦,也容易输错。
期望
- 地址栏获得焦点或输入时,下拉展示最近访问过的 URL,点击直达;
- 输入过程中按前缀对历史记录做自动补全/匹配;
- 历史在客户端重启后保留(本地持久化),并提供清除历史入口;
- 可选加分项:常用地址置顶/收藏能力。
环境
- macOS 桌面客户端
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the macOS desktop client's embedded browser and address-bar implementation, then determine how navigation history is currently handled. Done means recent URLs can be displayed, matched, persisted across restarts, and cleared, with favorites treated as optional.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100