From a61cc184c622623672a730b71eb82e0e73b4c7d1 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 17 Jan 2026 13:30:57 +0800
Subject: [PATCH] 1
---
src/assets/imgs/assets/tibi.png | 0
src/assets/imgs/assets/sd.png | 0
src/views/my/assets.vue | 5 -----
src/assets/imgs/quotes/search.png | 0
src/views/homePage/index.vue | 2 +-
src/assets/imgs/assets/chonbi.png | 0
src/assets/imgs/assets/zd.png | 0
7 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/assets/imgs/assets/chonbi.png b/src/assets/imgs/assets/chonbi.png
index 94b89dd..a371eaf 100644
--- a/src/assets/imgs/assets/chonbi.png
+++ b/src/assets/imgs/assets/chonbi.png
Binary files differ
diff --git a/src/assets/imgs/assets/sd.png b/src/assets/imgs/assets/sd.png
index 541a2ae..8c11d47 100644
--- a/src/assets/imgs/assets/sd.png
+++ b/src/assets/imgs/assets/sd.png
Binary files differ
diff --git a/src/assets/imgs/assets/tibi.png b/src/assets/imgs/assets/tibi.png
index 7950ce6..2a2df2d 100644
--- a/src/assets/imgs/assets/tibi.png
+++ b/src/assets/imgs/assets/tibi.png
Binary files differ
diff --git a/src/assets/imgs/assets/zd.png b/src/assets/imgs/assets/zd.png
index 3a244a5..e675717 100644
--- a/src/assets/imgs/assets/zd.png
+++ b/src/assets/imgs/assets/zd.png
Binary files differ
diff --git a/src/assets/imgs/quotes/search.png b/src/assets/imgs/quotes/search.png
index b2f83ce..e3f8fed 100644
--- a/src/assets/imgs/quotes/search.png
+++ b/src/assets/imgs/quotes/search.png
Binary files differ
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index c5cc3d2..b2c73ec 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -124,7 +124,7 @@
// { key: 4, name: t('邀请好友'), icon: new URL('@/assets/imgs/home/home_4.png', import.meta.url) },
// { key: 5, name: t('合约'), icon: new URL('@/assets/imgs/home/home_5.png', import.meta.url), path: '/trade/index' },
// { key: 6, name: t('现货'), icon: new URL('@/assets/imgs/home/home_5.png', import.meta.url), path: '/cryptos/trade/btcusdt' },
- { key: 2, name: t('储值'), icon: new URL('@/assets/imgs/home/home_2.png', import.meta.url), path: '/cryptos/recharge/rechargeList?isForeign=true' },
+ { key: 2, name: t('recharge'), icon: new URL('@/assets/imgs/home/home_2.png', import.meta.url), path: '/cryptos/recharge/rechargeList?isForeign=true' },
// { key: 7, name: t('提现'), icon: new URL('@/assets/imgs/home/home_6.png', import.meta.url), path: '/exchange/withdraw-usdt' }
{ key: 7, name: t('提现'), icon: new URL('@/assets/imgs/home/home_6.png', import.meta.url), path: '/cryptos/Withdraw/withdrawPage' },
// { key: 8, name: t('卡券中心'), icon: new URL('@/assets/imgs/home/home_7.png', import.meta.url) },
diff --git a/src/views/my/assets.vue b/src/views/my/assets.vue
index 1c77299..ff70892 100644
--- a/src/views/my/assets.vue
+++ b/src/views/my/assets.vue
@@ -285,11 +285,6 @@
img {
height: $item_width;
border-radius: 50%;
- background: #fff;
-
- @include themify() {
- border: themed("main_background") 1px solid;
- }
}
}
}
--
Gitblit v1.9.3