From cfaef6713ba8e6593f4f32a152cf1b8fa0018a8e Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 30 Dec 2022 10:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E7=BB=93=E6=9E=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4,=E5=90=8C=E6=97=B6=E5=9C=A8=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E4=B8=AD=E5=BC=80=E5=8F=91=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=92=8C=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++--- README.md => wxmp/README.md | 0 index.html => wxmp/index.html | 0 jsconfig.json => wxmp/jsconfig.json | 0 package.json => wxmp/package.json | 0 {src => wxmp/src}/App.vue | 0 {src => wxmp/src}/main.js | 0 {src => wxmp/src}/manifest.json | 0 {src => wxmp/src}/pages.json | 0 {src => wxmp/src}/pages/index/index.vue | 0 {src => wxmp/src}/static/logo.png | Bin {src => wxmp/src}/uni.scss | 0 vite.config.js => wxmp/vite.config.js | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename README.md => wxmp/README.md (100%) rename index.html => wxmp/index.html (100%) rename jsconfig.json => wxmp/jsconfig.json (100%) rename package.json => wxmp/package.json (100%) rename {src => wxmp/src}/App.vue (100%) rename {src => wxmp/src}/main.js (100%) rename {src => wxmp/src}/manifest.json (100%) rename {src => wxmp/src}/pages.json (100%) rename {src => wxmp/src}/pages/index/index.vue (100%) rename {src => wxmp/src}/static/logo.png (100%) rename {src => wxmp/src}/uni.scss (100%) rename vite.config.js => wxmp/vite.config.js (100%) diff --git a/.gitignore b/.gitignore index d810235..44548b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /.idea/ -/package-lock.json -/dist/ -/node_modules/ +/wxmp/package-lock.json +*/dist/ +*/node_modules/ diff --git a/README.md b/wxmp/README.md similarity index 100% rename from README.md rename to wxmp/README.md diff --git a/index.html b/wxmp/index.html similarity index 100% rename from index.html rename to wxmp/index.html diff --git a/jsconfig.json b/wxmp/jsconfig.json similarity index 100% rename from jsconfig.json rename to wxmp/jsconfig.json diff --git a/package.json b/wxmp/package.json similarity index 100% rename from package.json rename to wxmp/package.json diff --git a/src/App.vue b/wxmp/src/App.vue similarity index 100% rename from src/App.vue rename to wxmp/src/App.vue diff --git a/src/main.js b/wxmp/src/main.js similarity index 100% rename from src/main.js rename to wxmp/src/main.js diff --git a/src/manifest.json b/wxmp/src/manifest.json similarity index 100% rename from src/manifest.json rename to wxmp/src/manifest.json diff --git a/src/pages.json b/wxmp/src/pages.json similarity index 100% rename from src/pages.json rename to wxmp/src/pages.json diff --git a/src/pages/index/index.vue b/wxmp/src/pages/index/index.vue similarity index 100% rename from src/pages/index/index.vue rename to wxmp/src/pages/index/index.vue diff --git a/src/static/logo.png b/wxmp/src/static/logo.png similarity index 100% rename from src/static/logo.png rename to wxmp/src/static/logo.png diff --git a/src/uni.scss b/wxmp/src/uni.scss similarity index 100% rename from src/uni.scss rename to wxmp/src/uni.scss diff --git a/vite.config.js b/wxmp/vite.config.js similarity index 100% rename from vite.config.js rename to wxmp/vite.config.js