From dceb8bd9e28c02078d889598e3042b4c00e21c3f Mon Sep 17 00:00:00 2001 From: LeoKu <czc12580520@gmail.com> Date: Sun, 18 Sep 2022 21:48:28 +0800 Subject: [PATCH] Update README.md --- README.md => README-CN.md | 2 +- README-EN.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) rename README.md => README-CN.md (97%) diff --git a/README.md b/README-CN.md similarity index 97% rename from README.md rename to README-CN.md index 0e90dd6..80969ec 100644 --- a/README.md +++ b/README-CN.md @@ -3,7 +3,7 @@ <p>🧑â€ðŸ¦± 一个纯å‰ç«¯å®žçŽ°çš„头åƒç”Ÿæˆç½‘ç«™ 🧑â€ðŸ¦³</p> -[Read in English](./README-EN.md) +[Read in English](./README.md) </div> diff --git a/README-EN.md b/README-EN.md index 004f8fb..a54f480 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,14 +1,14 @@ <div align="center"> <h1>Vue Color Avatar</h1> - <p>🧑â€ðŸ¦± A front-end only avatar generation website 🧑â€ðŸ¦³</p> + <p>🧑â€ðŸ¦± A playful avatar generator 🧑â€ðŸ¦³</p> -[简体ä¸æ–‡](./README.md) +[简体ä¸æ–‡](./README-CN.md) </div> -<a> - <img src="./images/social-preview-1.png" alt="website-preview" /> +<a href="https://vue-color-avatar.vercel.app"> + <img src="./images/social-preview-1.png" alt="website-cover" /> </a> ## Preview @@ -17,7 +17,7 @@ ## Introduction -**By swapping components around, you can build your own avatar.** +**This is a vector style avatar generator, you can match different material components to generate your own personalized avatar.** Features you might be interested in: @@ -29,11 +29,12 @@ Features you might be interested in: ## Assets -Implementation of [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) by Micah Lanier. Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). +> **Note** +> The avatar assets implementation of [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) by Micah Lanier. And the licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). ## Develop -This project is implemented using `Vue3`. +This project is built with `Vue3` + `Vite`. ```sh # 1. Clone project -- GitLab