1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)HTML5,026 stars (5,026 stars)568 forks (568 forks)batch import
help wanted
Description
任何开发建议、交流学习都可以
windows 下载有这两个版本,是分别指 x64 和 x32 吗?
Contributor guide
- Tech stack
- javascripthtmlcssnodejs
- Domain
- desktopdocumentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- The issue asks about the difference between 'x64.exe' and '.exe' in the downloads. Research what the standard naming conventions mean: 'x64' indicates 64 bit architecture, while '.exe' without architecture usually refers to 32 bit. The repo is an Electron app, so it likely bundles both architectures. Direct the contributor to the release page or CI config to confirm and add a short explanation in the README or download section.