2 评论 (2 评论)1 反应 (1 反应)0 负责人 (0 负责人)TypeScript11,288 star (11,288 star)701 fork (701 fork)batch import
feature requesthelp wanted
描述
pdf reader 可否記住頁數?
理論上只要往URL中添加hash就可以實現。
- 议题类型
- feature
- 前置要求
- 无
- 研究方向
- Locate the PDF viewer component in the extension's source code. The issue suggests adding a URL hash to store the current page number. Examine how the PDF viewer tracks the current page and how navigation occurs. Implement reading the hash on load and updating it on page change. Look for existing URL handling patterns in the codebase.