diff --git a/README.md b/README.md index aabb683..f307dcb 100644 --- a/README.md +++ b/README.md @@ -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)) + + ## 安装使用 diff --git a/favicon.ico b/favicon.ico index a7b984e..985c377 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/src/static/images/h5Qcode.png b/src/static/images/h5Qcode.png new file mode 100644 index 0000000..8b140b8 Binary files /dev/null and b/src/static/images/h5Qcode.png differ diff --git a/src/static/images/wexinQcode.jpg b/src/static/images/wexinQcode.jpg new file mode 100644 index 0000000..4803a95 Binary files /dev/null and b/src/static/images/wexinQcode.jpg differ