From dacc459be734dbfacea54b98817bdc9864878620 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Tue, 6 Oct 2020 14:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=E4=BF=AE=E6=94=B92.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- deploy.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0db366a..6111bd9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 地址 -- [🎉 vue2.x + element-ui(免费商用,支持 PC、平板、手机)](https://chu1204505056.gitee.io/vue-admin-beautiful/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) +- [🎉 vue2.x + element-ui(免费商用,支持 PC、平板、手机)](https://chu1204505056.gitee.io/vue-admin-beautiful-element/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) - [⚡️ vue3.x + ant-design-vue(beta 版本,免费商用,支持 PC、平板、手机)](https://chu1204505056.gitee.io/vue-admin-beautiful-mini/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) diff --git a/deploy.sh b/deploy.sh index 07c7ef6..c5e0e32 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,9 +5,11 @@ cd dist touch .nojekyll git init git add -A -git commit -m '🎉🎉🎉仓库重置到2020年9月29日,Vue2.6最后一个版本,之前版本不再支持,具体请查阅文档,Vue 3.0版本请耐心等待!!!' +git commit -m 'deploy' git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful.git" master:gh-pages +git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful-element.git" master:gh-pages start "https://gitee.com/chu1204505056/vue-admin-beautiful/pages" +start "https://gitee.com/chu1204505056/vue-admin-beautiful-element/pages" git push -f "https://${access_token}@github.com/chuzhixin/vue-admin-beautiful.git" master:gh-pages cd - exec /bin/bash