Michael Wang il y a 4 ans
Parent
commit
5ffe7d9698
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 1 1
      docker-push.sh
  2. 1 2
      src/features/Login/Login.vue

+ 1 - 1
docker-push.sh

@@ -2,7 +2,7 @@
 set -o errexit
 
 # to keep the git history of versions
-tag=1.0.0
+tag=1.1.0
 
 # echo $1
 # if [ [ $1 -z ] ]; then

+ 1 - 2
src/features/Login/Login.vue

@@ -87,8 +87,7 @@
     </div>
     <div class="footer">
       Copyright ©
-      <a href="http://www.qmth.com.cn" target="_blank">www.qmth.com.cn</a>, All
-      Rights Reserved.
+      <a href="https://www.qmth.com.cn" target="_blank">武汉启明软件</a> 2021.
     </div>
   </div>
 </template>