File tree 5 files changed +21
-18
lines changed 5 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " surmon.me" ,
3
- "version" : " 4.49.1 " ,
3
+ "version" : " 4.49.2 " ,
4
4
"description" : " Surmon.me blog" ,
5
5
"author" : " Surmon" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ export const IDENTITIES = Object.freeze({
45
45
MUSIC_163_BGM_ALBUM_ID : '638949385' ,
46
46
DOUBAN_USER_ID : '56647958' ,
47
47
GITHUB_USER_NAME : 'surmon-china' ,
48
- INSTAGRAM_USERNAME : 'surmon666' ,
49
- THREADS_USER_NAME : 'surmon666' ,
48
+ INSTAGRAM_USERNAME : 'surmon_sattva' ,
50
49
BTC_ADDRESS : 'bc1qhpdu03tnexkj4xsm3lqzyjdddz6z0rj2n7fsze' ,
51
50
ETH_ADDRESS : '0xaD556974D449126efdeF23f4FF581861C301cB77'
52
51
} )
@@ -77,6 +76,6 @@ export const VALUABLE_LINKS = Object.freeze({
77
76
DOUBAN_MOVIE : `https://movie.douban.com/people/nocower/collect` ,
78
77
LINKEDIN : 'https://www.linkedin.com/in/surmon' ,
79
78
INSTAGRAM : `https://www.instagram.com/${ IDENTITIES . INSTAGRAM_USERNAME } ` ,
80
- THREADS : `https://www.threads.net/@${ IDENTITIES . THREADS_USER_NAME } ` ,
81
- THREADS_FOLLOW : `https://www.threads.net/intent/follow?username=${ IDENTITIES . THREADS_USER_NAME } `
79
+ THREADS : `https://www.threads.net/@${ IDENTITIES . INSTAGRAM_USERNAME } ` ,
80
+ THREADS_FOLLOW : `https://www.threads.net/intent/follow?username=${ IDENTITIES . INSTAGRAM_USERNAME } `
82
81
} )
Original file line number Diff line number Diff line change 50
50
</i18n >
51
51
</p >
52
52
<p >
53
- <i class =" iconfont icon-heart " ></i >
54
- <span v-if =" isZhLang" >收获了 </span >
55
- <statistic-count large primary split : count =" store.data?.totalLikes || '-' " />
56
- <span v-if =" isZhLang" >次喜欢 </span >
57
- <span v-else >likes </span >
53
+ <i class =" iconfont icon-threads " ></i >
54
+ <span v-if =" isZhLang" >发布了 </span >
55
+ <statistic-count large primary split count =" NaN " />
56
+ <span v-if =" isZhLang" >篇帖子 </span >
57
+ <span v-else >threads </span >
58
58
</p >
59
59
<p >
60
60
<i class =" iconfont icon-follower" ></i >
Original file line number Diff line number Diff line change 26
26
<webfont ><i18n v-bind =" i18nTitle" /></webfont >
27
27
</template >
28
28
<template #description >
29
- <ulink :href =" VALUABLE_LINKS.THREADS" class =" link" >
30
- <i class =" iconfont icon-threads" ></i >
31
- Threads
32
- </ulink >
29
+ <ulink :href =" VALUABLE_LINKS.THREADS" class =" link" ><i class =" iconfont icon-threads" ></i > Threads</ulink >
33
30
<divider type =" vertical" size =" lg" color =" #ffffffcc" />
34
31
<ulink :href =" VALUABLE_LINKS.ZHIHU" class =" link" >
35
- <i class =" iconfont icon-zhihu" ></i >
36
- Zhihu.com
32
+ <i class =" iconfont icon-zhihu-full" ></i > zhihu.com
37
33
</ulink >
38
34
</template >
39
35
</page-banner >
Original file line number Diff line number Diff line change 44
44
<div class =" snippets-content" >
45
45
<div class =" statistics" >
46
46
<ulink class =" item" :href =" VALUABLE_LINKS.THREADS_FOLLOW" >
47
- <i class =" iconfont icon-threads" ></i > Threads
47
+ <i class =" iconfont icon-threads" ></i >
48
+ <strong >Threads</strong >
48
49
</ulink >
49
50
<divider type =" vertical" />
50
- <ulink class =" item" :href =" VALUABLE_LINKS.ZHIHU" ><i class =" iconfont icon-zhihu" ></i > Zhihu.com</ulink >
51
+ <ulink class =" item" :href =" VALUABLE_LINKS.ZHIHU" >
52
+ <i class =" iconfont icon-zhihu" ></i >
53
+ <strong >zhihu.com</strong >
54
+ </ulink >
51
55
</div >
52
56
<ul class =" cards" >
53
57
<li class =" item" v-for =" (media, index) in allMedias" :key =" index" data-allow-mismatch >
138
142
flex : 1 ;
139
143
text-align : center ;
140
144
font-size : $font-size-h3 ;
145
+
146
+ .iconfont {
147
+ margin-right : $gap-xs ;
148
+ }
141
149
}
142
150
}
143
151
You can’t perform that action at this time.
0 commit comments