0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
feature requesthelp wanted
Description
http://dict.cn/can 一个可以看到中文翻译常用程度和词性常用程度的词典。 还有词语用法、近义词词义辨析、词源解说。 很适合学习单词。
Contributor guide
- Tech stack
- typescriptjavascripthtmlcss
- Domain
- frontendtooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- TypeScript basicsBrowser extension conceptsHow to integrate a new dictionary source
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- Examine the existing dictionary source implementations in the codebase, likely under 'src/dictionaries' or similar. Look at how other Chinese dictionaries (e.g., dict.cn) are integrated, whether via API calls or web scraping. Check if there is a standard pattern for adding new sources, such as a base class or configuration file. Also review the provided URL to understand the data format (HTML or JSON) and ensure that scraping is allowed. Since the issue is in Chinese, familiarity with the language will help in understanding the dictionary's features and testing the implementation.