GateLive签到有礼活动结束通知…
[//]:content-type-MARKDOWN-DONOT-DELETE
**[GateLive签到有礼丨签到越多 奖励越丰厚 #2](https://www.gate.io/article/32374 "GateLive签到有礼丨签到越多 奖励越丰厚 #2")** 自本公告发布之日起正式结束,感谢各位用户的关注!
**以下GateLive精彩活动,火爆进行中:**
1.**直播挖矿激励计划**,直播即享返佣奖励,主播可根据每日直播有效观看数获取额外返佣奖励,观看数越多,奖励越丰厚!
挖矿奖励每周一结算,并以**USDT**的形式发放至你的现货账户,[点击了解详情](https://www.gate.io/zh/article/29920 "点击了解详情")。
2.主播还可享受官方提供的[GateLive主播星通道—官方扶持计划(2023.3)](https://www.gate.io/zh/article/30095 "GateLive主播星通道—官方扶持计划(2023.3)"),助你成为Gate.io明星主播!
(请注意:该活动是2023年升级版主播扶持计划,**仍在进行当中**,欢迎各位主播积极参与!)
3.现在开播获高达$130代币奖励&新用户注册奖励赞助:[GateLive|开播奖励更新,乐享好礼加倍!](https://www.gate.io/zh-tw/article/31205 "GateLive|开播奖励更新,乐享好礼加倍!")
加密貨幣之門
在Gate.io,安全,快捷,輕鬆交易超過1400種加密貨幣
新用户请点击[注册Gate.io](https://www.gate.tv/signup "注册Gate.io")。老用户[推荐他人注册](https://www.gate.tv/referral "推荐他人注册"),获得40%佣金!
点击立刻[下载iOS/Android版App](https://www.gate.tv/mobileapp?ch=ann28618 "下载iOS/Android版App")
Gate.io社群
Twitter:https://twitter.com/gate_io
GateVIP Twitter:https://twitter.com/Gateio_Inst
Telegram:https://t.me/gate_zh
API Telegram:https://t.me/gateioapi
Instagram:https://www.instagram.com/gateioglobal/
Medium:https://gateio.medium.com/
Gate.io
2023年11月6日
.snsshare_brand{display: inline-flex;align-items: center;border-radius: 8px;overflow: hidden;}
.snsshare_brand a{text-decoration-line: none;background: var(–color-bg-1);box-sizing: border-box;display: flex;align-items: center;justify-content: center;width: 72px;height: 64px;}
.snsshare_brand a:hover{background: var(–brandColor);}
.snsshare_brand a svg{width: 24px;height: 24px;}
.snsshare_brand a svg path{fill: var(–color-text-1);}
.snsshare_brand a:hover svg path{fill: #FFF;}
share_url="https://www.gateio.ws";
$(function () {
const { inApp, inIos, inAndroid } = getTerminalType()
if(inApp){
$('.snsshare_brand_item').on('click', function (e) {
e.stopPropagation()
e.preventDefault();
let hrefItem = location.href,
textItem = document.title.substring(0,76)
if (inAndroid) {
window.gateio.shareNative(JSON.stringify({ image: '', title: (shareTitle || ''), text: textItem + hrefItem }));
} else if (inIos) {
window.webkit.messageHandlers.shareUrl.postMessage(JSON.stringify({ webUrl: hrefItem, webTitle: (shareTitle || '') }));
}
})
}
})