diff --git a/docs/APP.vue b/docs/APP.vue index f3e94da2..8547ede3 100644 --- a/docs/APP.vue +++ b/docs/APP.vue @@ -4,6 +4,7 @@ .mask img.logo(src="~icons/256x256.png", alt="PicGo") h1.title PicGo + small(v-if="version") {{ version }} h2.desc 图片上传+管理新体验 button.download(@click="goLink('https://github.com/Molunerfinn/picgo/releases')") 免费下载 button.download(@click="goLink('https://github.com/Molunerfinn/picgo')") 在github上查看 @@ -11,6 +12,8 @@ | 基于#[a(href="https://github.com/SimulatedGREG/electron-vue" target="_blank") electron-vue]开发 h3.desc | 支持macOS,Windows,Linux + h3.desc + | 支持插件系统,让PicGo更强大 #container.container-fluid .row.ex-width img.gallery.col-xs-10.col-xs-offset-1.col-md-offset-2.col-md-8(src="https://ws1.sinaimg.cn/large/8700af19gy1fmayjwttnbj218g0p0q4e") @@ -23,13 +26,15 @@ .display-list__desc {{ item.desc }} .row.ex-width.info .col-xs-10.col-xs-offset-1 - | ©2017 #[a(href="https://github.com/Molunerfinn" target="_blank") Molunerfinn] + | ©2017 - {{ year }} #[a(href="https://github.com/Molunerfinn" target="_blank") Molunerfinn]