添加简历生成项目文件

- 添加 .gitignore 配置
- 添加 HTML 简历模板 (resume.html)
- 添加转换脚本 (convert.js, convert.py)
- 添加字体下载脚本 (download_font.js)
- 添加项目配置 (package.json)
This commit is contained in:
2026-07-11 10:16:46 +08:00
parent 1507c0c696
commit 28d9c29b35
7 changed files with 608 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"dependencies": {
"playwright": "^1.61.1",
"playwright-core": "^1.61.1"
}
}