diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index ccec260..c907c2b 100644 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -85,7 +85,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { filename: 'index.html', // html生成的文件 `/index.html` template: 'src/index.html', // webpack模板 默认为src/index.ejs inject: true, // 开启自动注入模块入口文件 - favicon: path.resolve(__dirname, '../src/favicon.ico'), + favicon: path.resolve(__dirname, '../src/favicon.ico'),//修改浏览器的标签栏图标--这个路径下的ico title: 'Crypto | Exchange | Market', isProduct : process.env.NODE_ENV == 'production' ? true : false, }), diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 95ca34d..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue index f0b6983..556736b 100644 --- a/src/components/CommonHeader.vue +++ b/src/components/CommonHeader.vue @@ -98,30 +98,23 @@ 夜晚模式 --> - + @@ -477,7 +470,8 @@ export default { if (localStorage.getItem("lang") == null) { // let localStorage.getItem("lang") = 'en'; } - // this.langer = require("../assets/img/" + lang + ".jpg"); + this.langer = require("../assets/img/" + lang + ".jpg"); + console.log(this.langer, 2222222); return this.langList.find((item) => item.value == lang).label; }, @@ -656,34 +650,28 @@ color: #000 !important; } .nav-item_icon { - height: 100 rpx; - width: 150 rpx !important; - // background-color: #ffc001; - text-align: center; - img { - width: 20% !important; - height: 20% !important; - } + display: flex; + justify-content: space-between; + align-items: center; } .nav-item_icon:hover { color: #F7D558; } - +.flag-img{ + width: 22px; + height: 22px; + border-radius: 50%; + overflow: hidden; + margin-right: 8px; + margin-left: 6px; + img{ + height: 100%; + } + } .img { max-width: 20% !important; } -.nav_img { - height: 50 rpx; - width: 50 rpx; - margin-left: 300 rpx; - - img { - width: 10% !important; - height: 10% !important; - } -} - .nav_title { height: 50 rpx; width: 400 rpx; @@ -704,6 +692,7 @@ color: #000 !important; } .dropdown-item{ color: #666; + display: flex; } .dark-app{ header { diff --git a/src/favicon.ico b/src/favicon.ico index 0ad0971..926978b 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/i18n.zip b/src/i18n.zip deleted file mode 100644 index 27078b4..0000000 Binary files a/src/i18n.zip and /dev/null differ diff --git a/src/i18n/de.json b/src/i18n/de.json index 8cf2619..db56249 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -40,7 +40,7 @@ "common": { "a3":"Aufzeichnungen über den Kauf", "option":"Handel mit Optionen", - "exchange":"Transaktion in Währung", + "exchange":"Devisenhandel", "markets":"Angebot", "blogs":"Blog", "news":"Informationen über die Industrie", @@ -147,7 +147,7 @@ "order":"Bestellung", "spotConsignment":"Kommission vor Ort", "optionOrders":"Bestellung der Option", - "perpetualContract":"Dauerhafter Vertrag", + "perpetualContract":"Unbefristete Verträge", "foreignContract":"Vertrag über den Devisenhandel", "notCertified":"Nicht zertifiziert", "notData":"Keine Daten verfügbar", diff --git a/src/i18n/en.json b/src/i18n/en.json index 3861337..708f840 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -72,7 +72,7 @@ "Rights":"©2022 BingX Exchange All Rights Reserved", "a3":"Purchase records", "option": "Option", - "exchange": "Spot Trading", + "exchange": "Currency trading", "markets": "Markets", "helps": "Help", "course": "Support Center", @@ -177,7 +177,7 @@ "order": "Orders", "spotConsignment": "Exchange Orders", "optionOrders": "Option Orders", - "perpetualContract": "Derivatives", + "perpetualContract": "Perpetual contracts", "foreignContract": "Crypto FX Contract", "notCertified": "No Certification", "notData": "No open orders", diff --git a/src/i18n/fra.json b/src/i18n/fra.json index 00fb523..61d323f 100644 --- a/src/i18n/fra.json +++ b/src/i18n/fra.json @@ -40,7 +40,7 @@ "common": { "a3":"Ostosta koskevat tiedot", "option":"Opérations d'options", - "exchange":"Opérations en monnaie", + "exchange":"Négociation de devises", "markets":"Marché", "blogs":"Blogs", "news":"Informations sur l'industrie", @@ -147,7 +147,7 @@ "order":"Ordre", "spotConsignment":"Mandat au comptant", "optionOrders":"Commandes d'options", - "perpetualContract":"Contrat permanent", + "perpetualContract":"Contrats perpétuels", "foreignContract":"Contrats de change", "notCertified":"Non certifié", "notData":"Aucune donnée disponible", diff --git a/src/i18n/it.json b/src/i18n/it.json index 8f160a8..c40d792 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -40,7 +40,7 @@ "common": { "a3":"Registri di acquisto", "option":"Scambio di opzioni", - "exchange":"Operazioni di valuta", + "exchange":"Commercio di valuta", "markets":"citazione", "blogs":"Blog.", "news":"Informazioni sull'industria", @@ -147,7 +147,7 @@ "order":"ordine", "spotConsignment":"Commissione di punti", "optionOrders":"Opzione ordine", - "perpetualContract":"Perpetuo contratto", + "perpetualContract":"Contratti perpetui", "foreignContract":"Contratto di cambio", "notCertified":"Non certificata", "notData":"Nessun dato disponibile", diff --git a/src/i18n/jp.json b/src/i18n/jp.json index 463d328..96ba281 100644 --- a/src/i18n/jp.json +++ b/src/i18n/jp.json @@ -40,7 +40,7 @@ "common": { "a3":"購入申請記録", "option":"約束権", - "exchange":"貨幣取引", + "exchange":"通貨取引", "markets":"相場", "blogs":"ブログ", "news":"市場の動き", @@ -147,7 +147,7 @@ "order":"注文書", "spotConsignment":"現物委託", "optionOrders":"オプション注文", - "perpetualContract":"継続契約", + "perpetualContract":"無期限契約", "foreignContract":"外国為替契約", "notCertified":"認証なし", "notData":"データがありません", diff --git a/src/i18n/kor.json b/src/i18n/kor.json index 3d81ab1..072228b 100644 --- a/src/i18n/kor.json +++ b/src/i18n/kor.json @@ -40,7 +40,7 @@ "common": { "a3":"구 매 신청 기록", "option":"옵션", - "exchange":"화폐 거래", + "exchange":"통화 거래", "markets":"시세.", "blogs":"블 로그", "news":"시장 동향", diff --git a/src/i18n/pt.json b/src/i18n/pt.json index 9e79ad3..7192172 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -40,7 +40,7 @@ "common": { "a3":"Registos de Compras", "option":"Operações de opção", - "exchange":"Operações monetárias", + "exchange":"Troca de moeda", "markets":"Os preços", "blogs":"blog", "news":"Informação da indústria", @@ -147,7 +147,7 @@ "order":"ordens", "spotConsignment":"Delegação spot", "optionOrders":"Ordens de opções", - "perpetualContract":"Contrato de perpetuidade", + "perpetualContract":"contratos perpétuos", "foreignContract":"Contratos de câmbio", "notCertified":"Não certificado", "notData":"Não há dados.", diff --git a/src/i18n/spa.json b/src/i18n/spa.json index 588bb14..56fcd16 100644 --- a/src/i18n/spa.json +++ b/src/i18n/spa.json @@ -40,7 +40,7 @@ "common": { "a3":"Registro de pedidos", "option":"Comercio de opciones", - "exchange":"Transacciones monetarias", + "exchange":"comercio de divisas", "markets":"Cotización", "blogs":"Blog", "news":"Información de la industria", @@ -147,7 +147,7 @@ "order":"Orden", "spotConsignment":"Comisión al contado", "optionOrders":"Orden de opción", - "perpetualContract":"Contrato perpetuo", + "perpetualContract":"Contratos perpetuos", "foreignContract":"Contratos de divisas", "notCertified":"No autenticado", "notData":"Datos no disponibles", diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 6082101..ac1f6f8 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -40,7 +40,7 @@ "common":{ "a3":"Satın alma kaydı", "option":"Opsiyon ticareti", - "exchange":"döviz işlemi", + "exchange":"Döviz ticareti", "markets":"alıntılar", "blogs":"Blog", "news":"Sektör Bilgileri", @@ -147,7 +147,7 @@ "order":"Sipariş", "spotConsignment":"Spot komisyon", "optionOrders":"Seçenek sırası", - "perpetualContract":"sürekli sözleşme", + "perpetualContract":"sürekli sözleşmeler", "foreignContract":"döviz sözleşmesi", "notCertified":"sertifikalı değil", "notData":"Veri yok", diff --git a/src/views/purchase/index.vue b/src/views/purchase/index.vue index b640936..8be009a 100644 --- a/src/views/purchase/index.vue +++ b/src/views/purchase/index.vue @@ -1,7 +1,7 @@