From ad3f670b12cde74a1775a945b57c4bc93fcfc89e Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 25 Apr 2024 18:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NewMsg.vue | 5 ++++- src/components/SecondaryNav.vue | 5 +++-- src/i18n/de.json | 3 ++- src/i18n/en.json | 2 +- src/i18n/fra.json | 3 ++- src/i18n/it.json | 6 ++++-- src/i18n/jp.json | 1 + src/i18n/kor.json | 1 + src/i18n/pt.json | 3 ++- src/i18n/spa.json | 3 ++- src/i18n/tr.json | 3 ++- src/views/setting/login-pwd.vue | 4 ++-- src/views/wallet/exchange-assets.vue | 16 ++++++++++------ 13 files changed, 36 insertions(+), 19 deletions(-) diff --git a/src/components/NewMsg.vue b/src/components/NewMsg.vue index ea01404..a8ac2b7 100644 --- a/src/components/NewMsg.vue +++ b/src/components/NewMsg.vue @@ -38,7 +38,7 @@ >
-

{{ item.data.title }}

+

{{ item.data.title }}

{{ item.created_at }}

@@ -142,4 +142,7 @@ export default { right: 0; top: 0; } +.dropdown-item:hover .text_title{ + color: #6c757d; +} \ No newline at end of file diff --git a/src/components/SecondaryNav.vue b/src/components/SecondaryNav.vue index 5cec0b0..7583271 100644 --- a/src/components/SecondaryNav.vue +++ b/src/components/SecondaryNav.vue @@ -261,10 +261,11 @@ export default { width: 100%; height: 2px; position: absolute; - bottom: 0; + bottom: 5px; left: 0; // background: linear-gradient(135deg, rgba(188, 106, 188, 1) 0%, rgba(104, 86, 166, 1) 100%); - background: black; + // background: black; + background: #fff; } } } diff --git a/src/i18n/de.json b/src/i18n/de.json index fd01c91..3291552 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -185,7 +185,8 @@ "footerTips2":"Rechtliche Hinweise: Die Website wird von {name} Firma betrieben", "footerTips3":"Risikotipp: Digital Asset Trading kann zu Ihrem Verlust des Kapitals führen, stellen Sie bitte sicher, dass Sie die Risiken vollständig verstehen", "footerTips4":"Eingeschränkte Gebiete: nicht in der Lage, Gebietsansässigen bestimmter Länder (z. B. Israel und der Islamischen Republik China) Dienstleistungen zu erbringen", - "GraphicValidation": "Grafische Überprüfung" + "lernen": "Hochschule", + "GraphicValidation": "Grafische Überprüfung" }, "exchange": { "search":"Suche", diff --git a/src/i18n/en.json b/src/i18n/en.json index 1c5e679..7b37e5e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -216,7 +216,7 @@ "footerTips2": "Legal Notice: The website is operated by {name}", "footerTips3": "Risk Tip: Digital asset trading may cause your principal loss, please make sure you fully understand the risks.", "footerTips4": "Restricted Areas: Unable to provide services to residents of specific countries / regions, such as Israel and the Islamic Republic of China", - "learn":"Learn", + "learn":"college", "GraphicValidation": "Graphical Verification" }, "exchange": { diff --git a/src/i18n/fra.json b/src/i18n/fra.json index 675ed7f..1baaa9c 100644 --- a/src/i18n/fra.json +++ b/src/i18n/fra.json @@ -185,7 +185,8 @@ "footerTips2":"Avis juridique: le site est géré par la société {name}.", "footerTips3":"Conseils sur les risques: les opérations sur actifs numériques peuvent entraîner une perte de capital. Assurez - vous de bien comprendre les risques.", "footerTips4":"Zones restreintes: les services ne sont pas disponibles pour les résidents de certains pays / régions, par exemple Israël et la République islamique d'Iran", - "GraphicValidation": "Vérification graphique" + "learn": "université", + "GraphicValidation": "Vérification graphique" }, "exchange": { "search":"Recherche", diff --git a/src/i18n/it.json b/src/i18n/it.json index 22ffe24..dbb6e9b 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -184,8 +184,10 @@ "footerTips1":"Gli investimenti a rischio nel mercato dovrebbero essere cauti", "footerTips2":"Avviso legale: il sito web è gestito da {nome} azienda", "footerTips3":"Risk tip: trading digitale di asset può portare alla perdita del capitale, si prega di assicurarsi di comprendere pienamente i rischi", - "footerTips4":"Zone ristrette: non sono in grado di fornire servizi ai residenti di paesi specifici /regioni, come Israele e la Repubblica Islamica di Cina" - }, + "footerTips4":"Zone ristrette: non sono in grado di fornire servizi ai residenti di paesi specifici /regioni, come Israele e la Repubblica Islamica di Cina", + "learn":"università", + "GraphicValidation": "Convalida grafica" + }, "exchange": { "search":"ricerca", "pair":"Accordo per", diff --git a/src/i18n/jp.json b/src/i18n/jp.json index 3942e54..77a26be 100644 --- a/src/i18n/jp.json +++ b/src/i18n/jp.json @@ -185,6 +185,7 @@ "footerTips2":"法律声明:このサイトは{name}会社が運営しています。", "footerTips3":"リスク提示:デジタル資産取引は元金の損失を招く可能性があります。そのリスクを十分理解してください。", "footerTips4":"制限区域:特定の国/地域の住民にサービスを提供することができません。例えば、イスラエルとイスラム共和国です。", + "learn":"大学", "GraphicValidation": "グラフィカルな検証" }, "exchange": { diff --git a/src/i18n/kor.json b/src/i18n/kor.json index d62cbee..aa9b6a3 100644 --- a/src/i18n/kor.json +++ b/src/i18n/kor.json @@ -185,6 +185,7 @@ "footerTips2":"법률 성명: 이 사 이 트 는 {name} 회사 에서 운영 합 니 다.", "footerTips3":"리 스 크 알림: 디지털 자산 거래 는 귀하 의 원금 손실 을 초래 할 수 있 으 므 로 귀하 가 그 중의 위험 을 충분히 이해 하도록 하 십시오.", "footerTips4":"제한 지역: 특정 국가 / 지역 의 주민 에 게 서 비 스 를 제공 할 수 없다. 예 를 들 어 이스라엘 과 이슬람 공화국 이다.", + "learn":"대학", "GraphicValidation": "그래픽 검증" }, "exchange": { diff --git a/src/i18n/pt.json b/src/i18n/pt.json index cd4e58d..053a14e 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -185,7 +185,8 @@ "footerTips2":"Declaração legal: o site é operado pela empresa {nome}", "footerTips3":"Dica de risco: as transações de ativos digitais podem levar à perda do seu capital, certifique-se de compreender plenamente os riscos envolvidos", "footerTips4":"Áreas restritas: impossibilidade de prestar serviços a residentes de países específicos /regiões, Como Israel e a República Islâmica Da China", - "GraphicValidation": "Verificação gráfica" + "learn":"faculdade", + "GraphicValidation": "Verificação gráfica" }, "exchange": { "search":"busca", diff --git a/src/i18n/spa.json b/src/i18n/spa.json index 1cf572d..f7cb775 100644 --- a/src/i18n/spa.json +++ b/src/i18n/spa.json @@ -185,7 +185,8 @@ "footerTips2":"Legal Statement: the site is operated by {name} Company", "footerTips3":"Consejos de riesgo: las transacciones de activos digitales pueden causar pérdidas de capital, por favor asegúrese de entender plenamente los riesgos", "footerTips4":"Zonas restringidas: incapacidad para prestar servicios a la población de determinados países o regiones, como Israel y la República Islámica del Irán", - "GraphicValidation": "Verificación gráfica" + "learn": "universidad", + "GraphicValidation": "Verificación gráfica" }, "exchange": { "search":"Buscar", diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 018955f..65b2470 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -185,7 +185,8 @@ "footerTips2":"Yasal uyarı: Bu web sitesi {name} şirketi tarafından işletilmektedir.", "footerTips3":"Risk uyarısı: dijital varlık ticareti, müdürünüzü kaybetmenize neden olabilir, lütfen riskleri tam olarak anladığınızdan emin olun.", "footerTips4":"Kısıtlı alanlar: belirli ülkelerin/bölgelerin sakinlerine hizmet sağlayamamak, örneğin: İsrail ve İslam Cumhuriyeti", - "GraphicValidation": "Grafiksel doğrulama" + "learn":"üniversite", + "GraphicValidation": "Grafiksel doğrulama" }, "exchange":{ "search":"aramak", diff --git a/src/views/setting/login-pwd.vue b/src/views/setting/login-pwd.vue index db95a3a..773bdcd 100644 --- a/src/views/setting/login-pwd.vue +++ b/src/views/setting/login-pwd.vue @@ -21,7 +21,7 @@ /> -
+
{{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} {{withdrawCoin}} - {{$t('wallet.addressList')}} + {{$t('wallet.addressList')}}
@@ -366,7 +366,7 @@
-
+