浏览代码

【版本修定】修改版本号为v1.1.1

俞宝山 4 年之前
父节点
当前提交
030602af0a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      _web/src/components/GlobalFooter/GlobalFooter.vue
  2. 1 1
      _web/src/layouts/UserLayout.vue

+ 1 - 1
_web/src/components/GlobalFooter/GlobalFooter.vue

@ -3,7 +3,7 @@
    <div class="links">
    </div>
    <div class="copyright">
      Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.0
      Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.1
    </div>
  </div>
</template>

+ 1 - 1
_web/src/layouts/UserLayout.vue

@ -22,7 +22,7 @@
          <a href="_self">条款</a>
        </div>
        <div class="copyright">
          Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.0
          Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.1
        </div>
      </div>
    </div>