From 5443cfd1fff036b1bfc978b6ddee1c619d56fa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Fri, 25 Feb 2022 13:17:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20logo=20=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 2 +- README.md | 4 ++-- example/docs/zh-CN/guide/getStarted.md | 22 +++++++++++++++++----- example/docs/zh-CN/guide/introduce.md | 6 ++---- example/src/assets/logo.jpg | Bin 0 -> 69262 bytes example/src/view/index.vue | 8 ++------ 6 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 example/src/assets/logo.jpg diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md index 1c673409..0b2560b1 100644 --- a/.gitee/ISSUE_TEMPLATE.zh-CN.md +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -9,4 +9,4 @@ ## 跟进 -后续编辑,附上对应的 Pull Request 地址,可以用 `- [ ] some task` 的方式。 \ No newline at end of file +后续编辑,附上对应的 Pull Request 地址,可以用 `- [ ] some task` 的方式。 diff --git a/README.md b/README.md index e89f66b9..3ea2a45d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A few of the things you can do with layui vue: ## 安装 -Use npm to install. +使用 npm 安装. ```bash npm i @layui/layui-vue @@ -43,7 +43,7 @@ import '@layui/layui-vue/lib/index.css' createApp(App).use(layui).mount('#app') ``` -We have several examples on the [website](http://layui-vue.pearadmin.com). Here is the first one to get you started: +我们在[主页](http://layui-vue.pearadmin.com)上有不少例子,这是让您入门的第一个: ```