forked from tggSearch/tggSearch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexchange.html
More file actions
80 lines (71 loc) · 3.47 KB
/
Copy pathexchange.html
File metadata and controls
80 lines (71 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
layout: default
title: OKX欧易返佣 币安返佣 欧易注册下载教程
description: 欧易OKX注册下载20%最高返佣教程 币安BNB注册下载最高20%返佣教程 BitGet GateIO 安卓苹果下载注册,兑换 USDT,USDT 商申请教程全部流程,BTC 交易所购买教程,永续合约教程,各大交易所官网导航,币圈交易所返佣介绍,新人玩币教程指引
canonical_url: 'https://tggsearch.github.io/exchange.html'
---
<h2>币圈各大网址导航</h2>
<div class='icon-block-body-four'>
<div class='icon-block-item'>
<a href="/docs/302.html?target=https://www.okx.com/join/90884854" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/tggsearch/tggsearch.github.io/assets/img/okx.png" alt="OKX 欧易" height=50px onerror="this.onerror=null;this.src='/assets/img/okx.png'">
<p>欧易</p>
</a>
</div>
<div class='icon-block-item'>
<a href="/docs./302.html?target=https://www.binance.com/join?ref==betrys" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/tggsearch/tggsearch.github.io/assets/img/bnb.webp" alt="币安 bnb" height=50px onerror="this.onerror=null;this.src='/assets/img/bnb.webp'">
<p>币安</p>
</a>
</div>
<div class='icon-block-item'>
<a href="./302.html?target=https://www.huobi-kol.me/invite/zh-cn/1g?invite_code=xgf98223" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/tggsearch/tggsearch.github.io/assets/img/huobi.webp" alt="币安 bnb" height=50px onerror="this.onerror=null;this.src='/assets/img/huobi.webp'">
<p>火币</p>
</a>
</div>
<div class='icon-block-item'>
<a href="/docs/302.html?target=https://www.gate.io/signup/UllHXA0J/ab10?ref_type=103" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/tggsearch/tggsearch.github.io/assets/img/gateio.png" alt="GateIO" height=50px onerror="this.onerror=null;this.src='/assets/img/gateio.png'">
<p>GateIO</p>
</a>
</div>
</div>
<div>
<h2>交易所最新文章</h2>
<div> </div>
<ul class="post-list">
{% assign pin_posts = '' | split: ',' %}
{% assign regular_posts = '' | split: ',' %}
{% for category in site.categories %}
{% if 'exchange' == category[0] %}
{% assign pages_list = category[1] %}
{% for tmp_post in pages_list %}
{% if tmp_post.pin == true %}
{% assign pin_posts = pin_posts | push: tmp_post %}
{% else %}
{% assign regular_posts = regular_posts | push: tmp_post %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% assign combined_posts = pin_posts | concat: regular_posts %}
{% assign count = 0 %}
{% for post in combined_posts %}
{% if post.title != null and count < 30 %}
{% assign count = count | plus: 1 %}
<li>
{% assign date_format = site.cayman-blog.date_format | default: "%b %-d, %Y" %}
{% assign url_link = post.url %}
<h2>
<a class="post-link" href="{{ url_link }}" title="{{ post.title }}">{{ post.title | escape }}</a>
</h2>
{{ post.excerpt | replace: '<script.*?</script>', '' | strip_html | markdownify | truncate: 60 }}
<p>
<span class="post-meta">{{ post.date | date: date_format }}</span>
</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>