2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript11,288 star (11,288 star)701 fork (701 fork)batch import
feature requesthelp wanted
描述
你好
可以在选择查词自动加入生词本这个选项吗
有时候 不认识的生词比较多 每次查词都要点一下 手有点累
贡献者指南
- 技术栈
- typescripthtmlcss
- 领域
- frontendtooling
- 议题类型
- feature
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 3
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- 1-2 days
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- stale
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- clear
- 前置要求
- TypeScript familiarityBrowser extension development basics
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 70
- 研究方向
- The feature request asks for an option to automatically add looked up words to the new word notebook. Currently, users manually click to save words. To implement, locate the popup UI (likely in 'src/popup' or similar) and add a toggle switch. Then, in the background script or content script that handles word lookup, check the toggle state (e.g., via chrome.storage) and automatically call the notebook save function when a word is looked up. Check existing notebook code in 'src/background/notebook.ts' or similar. No linked PRs or assignees indicate this is unclaimed.