Skip to content

Commit

Permalink
🎉 release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RylanBot committed Jun 26, 2024
1 parent a1a2984 commit 418c228
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

- **Support for multiple templates**:Provide versions with and without photos in both Chinese and English.
- **Support for icon integration**: Reference to the [Font Awesome](https://fontawesome.com/icons) library. ✨
- **Support for bold text**:Enclose value within the 'details' field in double asterisks, e.g., " ** Optimize xxx ** " will render as "**Optimize xxx**".
- **Support for linking**:Use "http" or "https" at the beginning of 'value' and 'subtitle' fields, e.g., "https: \//github.com/RylanBot" will render as "[github.com/RylanBot](https://github.com/RylanBot)"
- **Support for bold text**:Enclose text in double asterisks, e.g., " ** Optimize xxx ** " will render as "**Optimize xxx**".
- **Support for linking**:Use "http" or "https" at the beginning of text, e.g., "https: \//github.com/RylanBot" will render as "[github.com/RylanBot](https://github.com/RylanBot)"
- **Support for tech stack separation**:Use plus signs within the 'tech' field,e.g., "React+TypeScript+Tailwind CSS" will render as "_`React` `TypeScript` `Tailwind CSS`_".
- **Support for custom colors**:Choose and preview your preferred styles online.
- **Support for custom layout**:Create section such as "1 Internships + 3 Projects" or "2 Internships + 2 Projects", or introduce additional elements like "Published Papers" as long as they maintain a neat page. When there is less content, adjust margin or padding to ensure proper design.
Expand Down Expand Up @@ -38,8 +38,8 @@ The original intention of this project is to focus more on the content of the re
| :--- | :--- | :--- |
| name | | |
| avatar | | Uploaded online defaults to Base64 storage or modified locally to a image link |
| footnote[] | | { "label": "", "content": "" } |
| contact[] | | { "icon": "", "key": "", "value": "" } |
| footnote[] | | |
| contact[] | | { "icon": "", "value": "" } |

**Experience[ ]**
| Field | Meaning | Note |
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

- **支持多个模板**:目前提供含照片和无照片的中英文版本
- **支持引入图标**:参考 [Font Awesome](https://fontawesome.com/icons) 库 ✨
- **支持文字加粗**details 字段中使用双星号包裹,比如 “ ** 优化 xxx ** ” 会被渲染成 “ **优化 xxx**
- **支持链接跳转**value 和 subtitle 字段使用 “http” 或者 “https” 开头,比如 “https: \//github.com/RylanBot” 会被渲染成 “[github.com/RylanBot](https://github.com/RylanBot)
- **支持文字加粗**使用双星号包裹,比如 “ ** 优化 xxx ** ” 会被渲染成 “ **优化 xxx**
- **支持链接跳转**使用 “http” 或者 “https” 开头,比如 “https: \//github.com/RylanBot” 会被渲染成 “[github.com/RylanBot](https://github.com/RylanBot)
- **支持技术栈拆分**:tech 字段中使用加号连接,比如 “React+TypeScript+Tailwind CSS” 会被渲染成 “_`React` `TypeScript` `Tailwind CSS`_
- **支持自定义颜色**:在线挑选并预览你喜欢的样式
- **支持自定义排版**:“一段实习+三个项目”或者“两段实习+两个项目”,或者额外引入“发表论文”等分区,保证整齐即可。文字内容较少时,通过调节部分边距使页面布局合理
Expand Down Expand Up @@ -38,8 +38,8 @@
| :--- | :--- | :--- |
| name | 名字 | |
| avatar | 照片 | 在线上传默认转为 Base64 储存,本地可以修改为图床对应的链接 |
| footnote[] | 附加说明 | { "label": "标签", "content": "内容" } |
| contact[] | 联系方式 | { "icon": "图标", "key": "键", "value": "值" } |
| footnote[] | 附加说明 | |
| contact[] | 联系方式 | { "icon": "图标", "value": "值" } |

**Experience[ ]**
| 字段 | 含义 | 备注 |
Expand Down Expand Up @@ -82,4 +82,4 @@ npm run dev

---

![resume-json-pdf-plain-cn](https://s2.loli.net/2024/04/21/3oanYrBTEsqgSKJ.png)
![resume-json-pdf-plain-cn](https://s2.loli.net/2024/04/21/3oanYrBTEsqgSKJ.png)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resume-json-pdf",
"private": true,
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 418c228

Please sign in to comment.