diff --git a/README.md b/README-CN.md similarity index 97% rename from README.md rename to README-CN.md index 0e90dd623cec8ae351db09628208910b5572e06a..80969ecc370ccddc72e67e04be1d4570c609698d 100644 --- a/README.md +++ b/README-CN.md @@ -3,7 +3,7 @@

🧑‍🦱 一个纯前端实现的头像生成网站 🧑‍🦳

-[Read in English](./README-EN.md) +[Read in English](./README.md) diff --git a/README-EN.md b/README-EN.md index 004f8fb68719e1b5f1e37c0183f31a12c0058045..a54f480a34548fee3e904071812172763afc07e7 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,14 +1,14 @@

Vue Color Avatar

-

🧑‍🦱 A front-end only avatar generation website 🧑‍🦳

+

🧑‍🦱 A playful avatar generator 🧑‍🦳

-[简体中文](./README.md) +[简体中文](./README-CN.md)
- - website-preview + + website-cover ## 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