Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dexfilter-web-nuxt3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dexfilter-web-nuxt3
Commits
bd05ba89
Commit
bd05ba89
authored
Mar 06, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2fa5b83a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
32 additions
and
3 deletions
+32
-3
a-disst.zip
+0
-0
constants/UnifiedManagementChain.ts
+27
-0
public/images/svg/table/swap/GNOSIS CHAIN/baofinance.png
+0
-0
public/images/svg/table/swap/GNOSIS CHAIN/honeyswap.png
+0
-0
public/images/svg/table/swap/GNOSIS CHAIN/sushiswap.png
+0
-0
public/images/svg/table/swap/GNOSIS CHAIN/swapr.png
+0
-0
views/token/CustomTokenList.vue
+5
-3
No files found.
a-disst.zip
View file @
bd05ba89
No preview for this file type
constants/UnifiedManagementChain.ts
View file @
bd05ba89
...
...
@@ -2441,6 +2441,33 @@ export const SwapList: any = {
needToken
:
true
,
},
],
'GNOSIS CHAIN'
:
[
{
img
:
'/images/svg/table/swap/GNOSIS CHAIN/swapr.png'
,
name
:
'swapr'
,
url
:
'https://swapr.eth.limo/#/swap?chainId=100&outputCurrency'
,
needToken
:
true
,
},
{
img
:
'/images/svg/table/swap/GNOSIS CHAIN/honeyswap.png'
,
name
:
'honeyswap'
,
url
:
'https://app.honeyswap.org/#/swap?outputCurrency='
,
needToken
:
true
,
},
{
img
:
'/images/svg/table/swap/GNOSIS CHAIN/sushiswap.png'
,
name
:
'sushiswap'
,
url
:
'https://app.sushi.com/swap?outputCurrency='
,
needToken
:
true
,
},
// baofinance
{
img
:
'/images/svg/table/swap/GNOSIS CHAIN/baofinance.png'
,
name
:
'baofinance'
,
url
:
'https://www.baoswap.xyz/#/swap?outputCurrency='
,
needToken
:
true
,
},
],
};
// 获取对应的swap图标
export
const
getSwap
=
(
fullName
:
string
,
swapName
:
string
)
=>
{
...
...
public/images/svg/table/swap/GNOSIS CHAIN/baofinance.png
0 → 100644
View file @
bd05ba89
1.71 KB
public/images/svg/table/swap/GNOSIS CHAIN/honeyswap.png
0 → 100644
View file @
bd05ba89
1.13 KB
public/images/svg/table/swap/GNOSIS CHAIN/sushiswap.png
0 → 100644
View file @
bd05ba89
2.02 KB
public/images/svg/table/swap/GNOSIS CHAIN/swapr.png
0 → 100644
View file @
bd05ba89
2.1 KB
views/token/CustomTokenList.vue
View file @
bd05ba89
...
...
@@ -528,9 +528,11 @@ const getColGroupWidth = () => {
getMinWidth
();
// 动态改变吸顶表头的th宽度
colGroupList
.
list
.
forEach
((
it
:
any
)
=>
{
tableTrOne
.
value
.
forEach
((
item
:
any
,
index
:
number
)
=>
{
colGroupList
.
list
[
index
]
=
item
.
clientWidth
+
'px'
;
});
if
(
tableTrOne
.
value
)
{
tableTrOne
.
value
.
forEach
((
item
:
any
,
index
:
number
)
=>
{
colGroupList
.
list
[
index
]
=
item
.
clientWidth
+
'px'
;
});
}
});
};
// 默认接口
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment