Просмотр исходного кода

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

俞宝山 4 лет назад
Родитель
Сommit
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 class="links">
    </div>
    </div>
    <div class="copyright">
    <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>
  </div>
</template>
</template>

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

@ -22,7 +22,7 @@
          <a href="_self">条款</a>
          <a href="_self">条款</a>
        </div>
        </div>
        <div class="copyright">
        <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>
      </div>
    </div>
    </div>