update
This commit is contained in:
parent
c57cbc7950
commit
6b75e98c6f
@ -8,6 +8,6 @@ footer
|
||||
| Copyright © 2018 WangYi.
|
||||
br
|
||||
| All Rights Reserved.
|
||||
a(href="http://www.beian.miit.gov.cn" target="_blank" style="color: #ccc")
|
||||
a(href='http://www.beian.miit.gov.cn', target='_blank', rel='external nofollow', style='color: #ccc')
|
||||
| 浙ICP备14013313号-2
|
||||
</template>
|
||||
|
@ -20,19 +20,19 @@
|
||||
li
|
||||
Icon(:icon="['fab', 'weixin']" @click="info('weixin')")
|
||||
li
|
||||
a(href='http://weibo.com/syxj', target='_blank')
|
||||
a(href='http://weibo.com/syxj', target='_blank', rel='external nofollow')
|
||||
Icon(:icon="['fab', 'weibo']")
|
||||
li
|
||||
a(href='https://twitter.com/FYTencel', target='_blank')
|
||||
a(href='https://twitter.com/FYTencel', target='_blank', rel='external nofollow')
|
||||
Icon(:icon="['fab', 'twitter']")
|
||||
li
|
||||
a(href='https://www.facebook.com/cnyige', target='_blank')
|
||||
a(href='https://www.facebook.com/cnyige', target='_blank', rel='external nofollow')
|
||||
Icon(:icon="['fab', 'facebook']")
|
||||
li
|
||||
a(href='https://plus.google.com/u/0/101716298673782941484', target='_blank')
|
||||
a(href='https://plus.google.com/u/0/101716298673782941484', target='_blank', rel='external nofollow')
|
||||
Icon(:icon="['fab', 'google-plus']")
|
||||
li
|
||||
a(href='https://t.me/cnyige', target='_blank')
|
||||
a(href='https://t.me/cnyige', target='_blank', rel='external nofollow')
|
||||
Icon(:icon="['fab', 'telegram']")
|
||||
li
|
||||
Icon(:icon="['fas', 'envelope']" @click="info('email')")
|
||||
|
Loading…
Reference in New Issue
Block a user