From 2c7a47214a6243537d8315e1746df1868b4d7f9b Mon Sep 17 00:00:00 2001 From: "weijie.g@qq.com" Date: Mon, 13 Sep 2021 17:22:35 +0800 Subject: [PATCH] =?UTF-8?q?ignore=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0,read?= =?UTF-8?q?me=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 403adbc..11f3cab 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pnpm-debug.log* *.njsproj *.sln *.sw? +项目问题.md \ No newline at end of file diff --git a/README.md b/README.md index aea03c3..70f7d8e 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ npm run lint ### 配置 See [Configuration Reference](https://cli.vuejs.org/config/). + +### 预览地址 +[Github](https://guo-weijie.github.io/windows11-in-vue/#/) -- Gitee