Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jxtxzzw
resume
Commits
17278d3e
Verified
Commit
17278d3e
authored
Dec 26, 2020
by
jxtxzzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加微信视频号
Signed-off-by:
jxtxzzw
<
jxtxzzw@126.com
>
parent
2fa71989
Pipeline
#234
passed with stages
in 9 minutes and 7 seconds
Changes
4
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
+15
-0
assets/data-sample/introduction.json
assets/data-sample/introduction.json
+2
-0
assets/lang/en.json
assets/lang/en.json
+1
-0
assets/lang/zh.json
assets/lang/zh.json
+1
-0
pages/introduction.vue
pages/introduction.vue
+11
-0
No files found.
assets/data-sample/introduction.json
View file @
17278d3e
...
...
@@ -22,6 +22,8 @@
"bilibili_live"
:
"6765909"
,
"wechat_mp"
:
"凝神长老和他的朋友们"
,
"wechat_mp_qr"
:
null
,
"wechat_video"
:
"凝神长老和他的朋友们"
,
"wechat_video_qr"
:
"/data/introduction/qrcode_wechat_video.jpg"
,
"facebook"
:
null
,
"youtube"
:
null
,
"twitter"
:
null
,
...
...
assets/lang/en.json
View file @
17278d3e
...
...
@@ -161,6 +161,7 @@
"bilibili"
:
"Bilibili"
,
"bilibili_live"
:
"Bilibili Live"
,
"wechat_mp"
:
"WeChat MP"
,
"wechat_video"
:
"WeChat Video"
,
"facebook"
:
"Facebook"
,
"youtube"
:
"YouTube"
,
"twitter"
:
"Twitter"
,
...
...
assets/lang/zh.json
View file @
17278d3e
...
...
@@ -161,6 +161,7 @@
"bilibili"
:
"哔哩哔哩"
,
"bilibili_live"
:
"哔哩哔哩直播间"
,
"wechat_mp"
:
"微信公众号"
,
"wechat_video"
:
"微信视频号"
,
"facebook"
:
"Facebook"
,
"youtube"
:
"YouTube"
,
"twitter"
:
"Twitter"
,
...
...
pages/introduction.vue
View file @
17278d3e
...
...
@@ -143,6 +143,17 @@
{{ maskedContent(introduction.wechat_mp) }}
</a-popover>
</a-descriptions-item>
<a-descriptions-item
:label=
"$t('introduction.wechat_video')"
>
<a-popover
:title=
"$t('introduction.wechat_video')"
>
<
template
v-if=
"introduction.wechat_video_qr"
slot=
"content"
>
<img
:src=
"introduction.wechat_video_qr"
style=
"max-width: 800px"
/>
</
template
>
{{ maskedContent(introduction.wechat_video) }}
</a-popover>
</a-descriptions-item>
<a-descriptions-item
:label=
"$t('introduction.youtube')"
>
{{ maskedContent(introduction.youtube) }}
</a-descriptions-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment