修改转发推特文案、分享链接文案图片
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="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<meta name="referrer" content="no-referrer">
|
<meta name="referrer" content="no-referrer">
|
||||||
<link rel="icon" href="/logo.png">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
@ -835,7 +835,7 @@ export default {
|
|||||||
} else if(data.task == "TwitterFollow") {
|
} else if(data.task == "TwitterFollow") {
|
||||||
followTwitter(data.cfg.account)
|
followTwitter(data.cfg.account)
|
||||||
} else if(data.task == "TwitterRetweet") {
|
} else if(data.task == "TwitterRetweet") {
|
||||||
retweetTwitter(data.desc)
|
retweetTwitter(data.cfg.content)
|
||||||
} else if(data.task == "DiscordJoin") {
|
} else if(data.task == "DiscordJoin") {
|
||||||
joinDiscord(data.cfg.account)
|
joinDiscord(data.cfg.account)
|
||||||
} if (data.task == "DiscordConnect") {
|
} if (data.task == "DiscordConnect") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user