docs- update README.md

This commit is contained in:
Huang 2022-06-21 11:59:58 +08:00
parent 610167a89b
commit 0455fe677d
4 changed files with 24 additions and 14 deletions

View File

@ -53,7 +53,7 @@ uni-app Vue3 Vite2 TypeScript 基础框架
│ │ │
│ │ └─ index.ts
│ │
│ ├─static # 静态文件
│ ├─static # 静态公共文件
│ │ ├─ images # 图片
│ │ │ ├─avatar.png
│ │ │ └─...
@ -73,19 +73,19 @@ uni-app Vue3 Vite2 TypeScript 基础框架
├─ .env
├─ .env.development
├─ .env.production
├─ .eslintignore
├─ .eslintrc.js
├─ .gitignore
├─ .prettierignore
├─ .prettierrc.js
├─ favicon.ico
├─ index.html
├─ package.json
├─ pnpm-lock.yaml
├─ README.md
├─ tree.txt
├─ tsconfig.json
└─ vite.config.ts
├─ .eslintignore
├─ .eslintrc.js
├─ .gitignore
├─ .prettierignore
├─ .prettierrc.js
├─ favicon.ico
├─ index.html
├─ package.json
├─ pnpm-lock.yaml
├─ README.md
├─ tree.txt
├─ tsconfig.json
└─ vite.config.ts
```
@ -93,6 +93,16 @@ uni-app Vue3 Vite2 TypeScript 基础框架
## 预览
- H5
http://uni-app.test.local.top/static/images/avatar.png
![h5](http://uni-app.test.local.top/static/images/h5Qcode.png)
[//]: # (- 小程序(暂未发布))
[//]: # ()
[//]: # ( ![小程序](http://uni-app.test.local.top/static/images/wexinQcode.jpg))
## 安装使用

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB