2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
feature requesthelp wanted
説明
pdf reader 可否記住頁數?
理論上只要往URL中添加hash就可以實現。
- Issue 種別
- 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.