镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
docs/index.php now scans docs/md/*.md, uses each file's first '# heading' (or the filename) as the tree label, and renders the selected page on the right. The hardcoded group/page map is gone; adding/removing an .md under md/ updates the left file tree automatically. .md sources moved into docs/md/.
766 B
766 B
源码
PMM 是开源项目(GPL-3.0)。
- GitHub 仓库:JGZYES/ParlzPackageManger
- GitHub Releases:releases
- 提交 Issue / PR:issues
构建
需要 C11 编译器 + 静态链接环境:
# Linux
gcc -O2 -Wall -static -std=c11 -o pmm \
src/main.c src/json.c src/ini.c src/pmm.c src/http.c src/repo.c \
src/install.c src/sha256.c src/sha1.c src/mirrors.c src/pdm.c src/out.c src/i18n.c
文档规范
界面文案、.pjson 语言包键名、版本 banner 等遵循 STANDARD.md。