修改转发推特文案、分享链接文案图片
This commit is contained in:
parent
0327c27f7a
commit
dc523994d4
@ -6,7 +6,19 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="/logo.png">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<title>Hill's Treasure Hunt</title>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://mint.counterfire.games/mint.png"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Heroes Assemble: MOBA Battles Beyond Imagination"
|
||||
/>
|
||||
<meta
|
||||
property="twitter:image"
|
||||
content="https://gacha.counterfire.games/images/counter.png"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
@ -835,7 +835,7 @@ export default {
|
||||
} else if(data.task == "TwitterFollow") {
|
||||
followTwitter(data.cfg.account)
|
||||
} else if(data.task == "TwitterRetweet") {
|
||||
retweetTwitter(data.desc)
|
||||
retweetTwitter(data.cfg.content)
|
||||
} else if(data.task == "DiscordJoin") {
|
||||
joinDiscord(data.cfg.account)
|
||||
} if (data.task == "DiscordConnect") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user