diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51b98eb9..de1f219c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,9 +50,9 @@ dev_build: - export FILE_NAME=nz-gui-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.zip # 生成 git log 日志文件 - sed -i 's++更新记录\n+g' ./index.html; - - echo "
" > /static/git-log.html
+    - echo "
" > ./static/git-log.html
     - "git log -100 --pretty=format:'%ad : %s' >> ./static/git-log.html"
-    - echo "
" >> /static/git-log.html + - echo "
" >> ./static/git-log.html - zip -q -r $FILE_NAME ./* # 将 dist zip 上传到 minio diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 5a506fadb..cb41a0457 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -67,7 +67,7 @@ - + @@ -274,7 +274,7 @@ export default { { prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true } ], issue: [ - { prop: 'issue', name: this.$t('overall.issue'), active: true } + // { prop: 'issue', name: this.$t('overall.issue'), active: true } ] } }