fix
This commit is contained in:
parent
d06e1663cb
commit
9b3a1c79ee
BIN
dist-mobile.rar
BIN
dist-mobile.rar
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 3.8 KiB |
@ -214,7 +214,7 @@ export const AllChains = [
|
|||||||
{
|
{
|
||||||
name: 'Arbitrum Mainnet RPC',
|
name: 'Arbitrum Mainnet RPC',
|
||||||
type: 'Mainnet',
|
type: 'Mainnet',
|
||||||
rpc: 'https://rpc.ankr.com/arbitrum',
|
rpc: 'https://arbitrum-one.public.blastapi.io',
|
||||||
id: 42161,
|
id: 42161,
|
||||||
symbol: 'ETH',
|
symbol: 'ETH',
|
||||||
explorerurl: 'https://arbiscan.io/'
|
explorerurl: 'https://arbiscan.io/'
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
<div class="center">
|
<div class="center">
|
||||||
<div class="task-bottom">
|
<div class="task-bottom">
|
||||||
<div class="bottom-left">
|
<div class="bottom-left">
|
||||||
<div class="title-content">
|
<div class="title-content"></div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="game-bottom">
|
<div class="game-bottom">
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<!-- <div class="download-game"></div> -->
|
<!-- <div class="download-game"></div> -->
|
||||||
@ -23,11 +21,16 @@
|
|||||||
/></a>
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="download-item-app">
|
<div class="download-item-app">
|
||||||
<img src="@/assets/img/task/app.png" alt="" />
|
<a
|
||||||
|
href="https://apps.apple.com/app/counter%20fire/id6444462915"
|
||||||
|
>
|
||||||
|
<img src="@/assets/img/task/app.png" alt=""
|
||||||
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="quest-text">
|
<div class="quest-text">
|
||||||
<div> <a
|
<div>
|
||||||
|
<a
|
||||||
href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95"
|
href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
@ -36,9 +39,11 @@
|
|||||||
<span class="task-int-item">
|
<span class="task-int-item">
|
||||||
<span class="task-left">Quest</span> introduction
|
<span class="task-left">Quest</span> introduction
|
||||||
</span>
|
</span>
|
||||||
</a></div>
|
</a>
|
||||||
<div class="quest-img"> <img src="../assets/img/task/arrow.png" alt=""></div>
|
</div>
|
||||||
|
<div class="quest-img">
|
||||||
|
<img src="../assets/img/task/arrow.png" alt="" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="step-btn">
|
<div class="step-btn">
|
||||||
<div class="step1" @click="handTaskOne">
|
<div class="step1" @click="handTaskOne">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user