diff --git a/deploy.sh b/deploy.sh index 380e161..4c4eca0 100644 --- a/deploy.sh +++ b/deploy.sh @@ -28,15 +28,13 @@ git push -f $githubUrl master:gh-pages # 推送到github # deploy to coding echo 'www.xugaoyi.com\nxugaoyi.com' > CNAME # 自定义域名 if [ -z "$CODING_TOKEN" ]; then # -z 字符串 长度为0则为true;$CODING_TOKEN来自于github仓库`Settings/Secrets`设置的私密环境变量 - # codingUrl=git@git.dev.tencent.com:xugaoyi/xugaoyi.git - codingUrl=git@e.coding.net:xgy/xgy.git + # codingUrl=git@e.coding.net:xgy/xgy.git else - # codingUrl=https://xugaoyi:${CODING_TOKEN}@git.dev.tencent.com/xugaoyi/xugaoyi.git - codingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git + # codingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git fi -git add -A -git commit -m "${msg}" -git push -f $codingUrl master # 推送到coding +# git add -A +# git commit -m "${msg}" +# git push -f $codingUrl master # 推送到coding cd - # 退回开始所在目录 diff --git a/theme-vdoing/components/CategoriesBar.vue b/theme-vdoing/components/CategoriesBar.vue index 33a3251..1265737 100644 --- a/theme-vdoing/components/CategoriesBar.vue +++ b/theme-vdoing/components/CategoriesBar.vue @@ -1,14 +1,15 @@