mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 03:32:38 +00:00
Update README.md
This commit is contained in:
parent
3350a8d5ac
commit
dceb8bd9e2
@ -3,7 +3,7 @@
|
||||
|
||||
<p>🧑🦱 一个纯前端实现的头像生成网站 🧑🦳</p>
|
||||
|
||||
[Read in English](./README-EN.md)
|
||||
[Read in English](./README.md)
|
||||
|
||||
</div>
|
||||
|
15
README-EN.md
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user