diff --git a/app.js b/app.js index 6adaa47..43e2ebe 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://seee.bigtchain.com', + baseUrl: 'https://seee.coinprx.com', // 图片地址 (暂时无用) - imgUrl: 'https://seee.bigtchain.com/storage', + imgUrl: 'https://seee.coinprx.com/storage', // socket地址 - socketUrl: 'wss://seee.bigtchain.com/ws1', - socketUrl1: 'wss://seee.bigtchain.com/ws2', + socketUrl: 'wss://seee.coinprx.com/ws1', + socketUrl1: 'wss://seee.coinprx.com/ws2', // pc端地址 - pcUrl:'https://www.bigtchain.com', + pcUrl:'https://www.coinprx.com', // app名称 - appName: 'Bigtchain', + appName: 'Coinprx', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://app.bigtchain.com/', - down:"https://app.bigtchain.com/download/Bigtchain.html" + mobile: 'https://app.coinprx.com/', + down:"https://app.coinprx.com/download/Coinprx.html" }; } else { //开发环境 config = { diff --git a/assets/img/home/img0(0).png b/assets/img/home/img0(0).png new file mode 100644 index 0000000..3809527 Binary files /dev/null and b/assets/img/home/img0(0).png differ diff --git a/assets/img/home/img0.png b/assets/img/home/img0.png index 3809527..24ba8aa 100644 Binary files a/assets/img/home/img0.png and b/assets/img/home/img0.png differ diff --git a/assets/scss/app.scss b/assets/scss/app.scss index c36658f..1e807b3 100644 --- a/assets/scss/app.scss +++ b/assets/scss/app.scss @@ -494,15 +494,15 @@ $i: 1; } // 公共布局 -.color-light { - color: $plain !important; - } - .dropWrap { - color: $plain !important; - .sanjiao { - color: $plain !important; - } - } +// .color-light { +// color: $plain !important; +// } + // .dropWrap { + // color: $plain !important; + // .sanjiao { + // color: $plain !important; + // } + // } @@ -511,7 +511,7 @@ $i: 1; flex-direction: column; height: 100vh; background: $bg; - color: $plain !important; + // color: $plain !important; } @@ -519,18 +519,18 @@ $i: 1; overflow: auto; -webkit-overflow-scrolling: touch; flex: 1; - background-color: $bg; - color:$plain !important; - padding: 0 !important; - .top { - background-color: $bg-gray; - padding-bottom: 0 !important; - // height: 48px; - line-height: 48px; - } - .tips { + // background-color: $bg; + // color:$plain !important; + // padding: 0 !important; + // .top { + // background-color: $bg-gray; + // padding-bottom: 0 !important; + // // height: 48px; + // line-height: 48px; + // } + // .tips { - } + // } // 个人主页弹出层 @@ -549,41 +549,41 @@ $i: 1; } -.bg-panel { - background-color: $bg-gray !important; +// .bg-panel { +// background-color: $bg-gray !important; -} -.bg-panel-1 { - tbody { - background-color: $bg-gray !important; - } -} -.bg-panel-3,.bg-panel-4 { - background-color: $bg !important; - color: $plain !important; +// } +// .bg-panel-1 { +// tbody { +// background-color: $bg-gray !important; +// } +// } +// .bg-panel-3,.bg-panel-4 { +// background-color: $bg !important; +// color: $plain !important; -} - -.bg-form-panel-3 { - background-color: $bg-gray; - .input-placeholder { - color: $plain !important; - } -} -.bg-form-panel-4 { - background-color: $bg-gray; -} -.tixing1 { - background-color: $bg-buy; -} -.tixing2 { - background-color: $bg-sell; -} -.trChange:nth-child(2n-1) { - td { - background-color: $bg !important; - } -} +// } + +// .bg-form-panel-3 { +// background-color: $bg-gray; +// .input-placeholder { +// color: $plain !important; +// } +// } +// .bg-form-panel-4 { +// background-color: $bg-gray; +// } +// .tixing1 { +// background-color: $bg-buy; +// } +// .tixing2 { +// background-color: $bg-sell; +// } +// .trChange:nth-child(2n-1) { +// td { +// background-color: $bg !important; +// } +// } // 引入字体图标 @@ -604,18 +604,18 @@ $i: 1; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: $white !important; - font-size: $font-size-lg !important; + // color: $white !important; + // font-size: $font-size-lg !important; } // 富文本容器 .edit-content { - p.MsoNormal { - background-color: $bg !important; - span { - color: $plain !important; - } - } + // p.MsoNormal { + // background-color: $bg !important; + // span { + // color: $plain !important; + // } + // } img { diff --git a/assets/scss/theme.scss b/assets/scss/theme.scss index 11134e4..8b7e8bf 100644 --- a/assets/scss/theme.scss +++ b/assets/scss/theme.scss @@ -36,14 +36,14 @@ $green: #60c08c !default; // sans-serif; // -------------------- // ------随便你改↓------- -// $plain:var(--plain,#fff); -$plain:rgba(242,242,242,0.85); +$plain:var(--plain,#fff); +// $plain:rgba(242,242,242,0.85); $theme-1: #ceb359 !default; $theme-2: #f0c947 !default; // $theme-1:#ff4d5c !default; $buy: #60c08c !default; $sell: #ea3131 !default; -// $sell: #797979 !default; +$sell: #797979 !default; $panel: var(--panel,#36332c) !default; $panel-1: var(--panel-1,#2A2A38) !default; $panel-2: var(--panel-2,#343445) !default; @@ -53,19 +53,19 @@ $panel-5: #202635 !default; $panel-6: #646566 !default; $form-panel-3: var(--form-panel-3,#393948) !default; $form-panel-4: var(--form-panel-4,#484859) !default; -// $text-color: var(--text-color,#9FA6B5) !default; -$text-color: #fff !default; +$text-color: var(--text-color,#9FA6B5) !default; +// $text-color: #fff !default; $active-color: $gray-2 !default; $active-opacity: 0.7 !default; $disabled-opacity: 0.5 !default; $text-link-color: #576b95 !default; -// $light:var(--light,#333); -$light:#fff; +$light:var(--light,#333); +// $light:#fff; $bg-top:var(--bg-top,#383847); $bg-bottom:var(--bg-bottom,#242230); -// $bg: linear-gradient(to bottom,$bg-top,$bg-bottom); -$bg:#000; +$bg: linear-gradient(to bottom,$bg-top,$bg-bottom); +// $bg:#000; $tab-nav:var(--tab-nav,#31313F); // 边框 diff --git a/assets/scss/vant.scss b/assets/scss/vant.scss index 240ea3b..3e26f62 100644 --- a/assets/scss/vant.scss +++ b/assets/scss/vant.scss @@ -116,14 +116,14 @@ .van-steps { background-color: transparent; } - .van-stepper { - background-color: $bg-gray !important; - .minus-class, - .input-class, - .plus-class { - background-color: $bg-gray !important; - } - } + // .van-stepper { + // background-color: var(--col3) !important; + // .minus-class, + // .input-class, + // .plus-class { + // background-color: $bg-gray !important; + // } + // } .van-stepper__minus, .van-stepper__plus { diff --git a/components/lb-picker/style/picker-item.scss b/components/lb-picker/style/picker-item.scss index c2fda0a..51b2c46 100644 --- a/components/lb-picker/style/picker-item.scss +++ b/components/lb-picker/style/picker-item.scss @@ -22,6 +22,6 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - color: #fff; - + // color: #fff; + color: var(--text-color); } \ No newline at end of file diff --git a/components/lb-picker/style/picker.scss b/components/lb-picker/style/picker.scss index f0d0000..142ef57 100644 --- a/components/lb-picker/style/picker.scss +++ b/components/lb-picker/style/picker.scss @@ -1,6 +1,6 @@ .lb-picker { position: relative; - color:$white; + color:var(--col2); font-size: 16px; } diff --git a/i18n/lang/de.json b/i18n/lang/de.json index 89e6c16..40afcee 100644 --- a/i18n/lang/de.json +++ b/i18n/lang/de.json @@ -748,7 +748,7 @@ "a9": "mehrere", "b0": "Bist du sicher, dass du dich einloggen willst?", "b1": "Anmelden oder registrieren", - "b2": "Hallo, willkommen bei Bigtchain", + "b2": "Hallo, willkommen bei Coinprx", "b3": "Betrag", "b4": "Index der Spots", "b5": "Index der Verträge", @@ -844,7 +844,7 @@ "a25": "Android APK", "a26": "Code scannen, um APP herunterzuladen", "a27": "iOS & Android", - "a28": "Warum Bigtchain.com wählen?", + "a28": "Warum Coinprx.com wählen?", "a29": "Bemühen Sie sich, Dienstleistungen für den Handel mit digitalen Vermögenswerten für mehrere Länder anzubieten", "a30": "Einfacher und bequemer Handel mit Kryptowährungs-Assets", "a31": "Das Produkt ist leicht zu verstehen, der Transaktionsprozess ist bequem und die Blockchain-Asset-Service-Plattform aus einer Hand", @@ -858,10 +858,20 @@ "a39": "Den Transaktionsprozess für digitale Vermögenswerte schnell verstehen", "a40": "sofort Einkommen verdienen", "a41": "Klicken Sie hier, um zu gehen", - "a42": "Bigtchain-Kryptowährungs-Handelsplattform – für jedermann konzipiert", + "a42": "Coinprx-Kryptowährungs-Handelsplattform – für jedermann konzipiert", "a43": "Beginnen Sie die Verschlüsselungsreise" }, "homeNewText": { + "dd8": "Abgedeckte Länder", + "dd9": "Globale Investoren", + "dd10": "Coins", + "dd11": "24-Stunden-Handelsvolumen", + "dd12": "Suche nach der nächsten Börse", + "dd13": "Handel mit digitalen Währungen auf {name}", + "dd14": "Kryptowährungsbörse | Margin-Handel | Kryptowährungsderivate", + "dd15": "Hot List", + "dd16": "Aufsteigerliste", + "dd17": "Verliererliste", "aa3": "Registrierung per E-Mail", "aa4": "Jetzt mit dem Handel beginnen", "aa7": "Währung", diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 1d02355..423e18c 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -9,7 +9,7 @@ "using": "payments using", "crypto": "crypto", "Why": "Why do you choose to buy", - "digital": "digital currency in Bigtchain", + "digital": "digital currency in Coinprx", "believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ", "help": "We help you make sense of the coins, the terms, the dense charts and market changes", "Clarity": "Clarity", @@ -18,7 +18,7 @@ "convenient": "convenient", "key": "One key transaction, more convenient operation", "technology": "Our technology", - "YBGCOINS": "Bigtchain adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ", + "YBGCOINS": "Coinprx adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ", "guide": "Beginner's guide", "Wear": "Wear an account", "Get": "Register a trading account", @@ -801,7 +801,7 @@ "a9": "multiple", "b0": "Are you sure you want to log out?", "b1": "Sign in or register", - "b2": "Hi, welcome to Bigtchain", + "b2": "Hi, welcome to Coinprx", "b3": "amount", "b4": "spot index ", "b5": "Contract index", @@ -899,7 +899,7 @@ "a25": "Android APK", "a26": "Scan code to download APP", "a27": "iOS & Android", - "a28": "Why choose Bigtchain.com?", + "a28": "Why choose Coinprx.com?", "a29": "Strive to provide digital asset trading services for multiple countries", "a30": "Simple and convenient trading of encrypted assets", "a31": "The product is easy to understand, the transaction process is convenient, and the one-stop blockchain asset service platform", @@ -913,10 +913,20 @@ "a39": "Quickly understand the digital asset transaction process", "a40": "earn income immediately", "a41": "Click to go", - "a42": "Bigtchain Cryptocurrency Trading Platform - Designed for Everyone", + "a42": "Coinprx Cryptocurrency Trading Platform - Designed for Everyone", "a43": "Start the encryption journey" }, "homeNewText": { + "dd8": "Countries Covered", + "dd9": "Global Investors", + "dd10": "Coins", + "dd11": "24h Trading Volume", + "dd12": "Find The Next Generation", + "dd13": "Crypto Trading On {name}", + "dd14": "Crypto Exchange | Margin Trading | Crypto Derivatives", + "dd15": "Hot List", + "dd16": "Rising List", + "dd17": "Losing List", "aa3": "Register via email", "aa4": "Start trading now", "aa7": "Currency", diff --git a/i18n/lang/fra.json b/i18n/lang/fra.json index 8606a10..a232a0c 100644 --- a/i18n/lang/fra.json +++ b/i18n/lang/fra.json @@ -748,7 +748,7 @@ "a9": "Multiple", "b0": "Tu es sûr de vouloir quitter la connexion?", "b1": "Connexion ou inscription", - "b2": "Hi, bienvenue à Bigtchain", + "b2": "Hi, bienvenue à Coinprx", "b3": "Quantité", "b4": "Indice au comptant", "b5": "Indices contractuels", @@ -844,7 +844,7 @@ "a25": "APK Android", "a26": "Scannez le code pour télécharger l'APP", "a27": "iOS et Androïd", - "a28": "Pourquoi choisir Bigtchain.com ?", + "a28": "Pourquoi choisir Coinprx.com ?", "a29": "S'efforcer de fournir des services de négociation d'actifs numériques pour plusieurs pays", "a30": "Trading simple et pratique d'actifs cryptés", "a31": "Le produit est facile à comprendre, le processus de transaction est pratique et la plate-forme de service d'actifs blockchain à guichet unique", @@ -858,10 +858,20 @@ "a39": "Comprendre rapidement le processus de transaction d'actifs numériques", "a40": "gagner un revenu immédiatement", "a41": "Cliquez pour aller", - "a42": "Plateforme de trading de crypto-monnaie Bigtchain - Conçue pour tout le monde", + "a42": "Plateforme de trading de crypto-monnaie Coinprx - Conçue pour tout le monde", "a43": "Commencez le voyage de cryptage" }, "homeNewText": { + "dd8": "Pays couverts", + "dd9": "Investisseurs mondiaux", + "dd10": "Monnaies", + "dd11": "Volume de transactions sur 24 heures", + "dd12": "À la recherche de la plateforme d'échange de nouvelle génération", + "dd13": "Échangez des devises numériques sur {name}", + "dd14": "Échange de cryptomonnaies | Trading sur marge | Dérivés de cryptomonnaies", + "dd15": "Liste des favoris", + "dd16": "Liste des candidats en hausse", + "dd17": "Liste des candidats en baisse", "aa3": "S'inscrire par e-mail", "aa4": "Commencez à trader maintenant", "aa7": "Devise", diff --git a/i18n/lang/it.json b/i18n/lang/it.json index 1d17eef..3158afe 100644 --- a/i18n/lang/it.json +++ b/i18n/lang/it.json @@ -746,7 +746,7 @@ "a9": "multiplo", "b0": "Sei sicuro di voler uscire di casa?", "b1": "Firma o registro", - "b2": "Ciao, benvenuto a Bigtchain", + "b2": "Ciao, benvenuto a Coinprx", "b3": "importo", "b4": "indice dei punti", "b5": "Indice dei contratti", @@ -844,7 +844,7 @@ "a25": "APK Android", "a26": "Scansiona il codice per scaricare l'APP", "a27": "iOS & Android", - "a28": "Perché scegliere Bigtchain.com?", + "a28": "Perché scegliere Coinprx.com?", "a29": "Sforzati di fornire servizi di trading di asset digitali per più paesi", "a30": "Trading semplice e conveniente di risorse crittografate", "a31": "Il prodotto è facile da capire, il processo di transazione è conveniente e la piattaforma di servizio asset blockchain one-stop", @@ -858,10 +858,20 @@ "a39": "Comprendi rapidamente il processo di transazione degli asset digitali", "a40": "guadagna reddito immediatamente", "a41": "Clicca per andare", - "a42": "Piattaforma di trading di criptovalute Bigtchain - Progettata per tutti", + "a42": "Piattaforma di trading di criptovalute Coinprx - Progettata per tutti", "a43": "Inizia il viaggio di crittografia" }, "homeNewText": { + "dd8": "Paesi coperti", + "dd9": "Investitori globali", + "dd10": "Monete", + "dd11": "Volume di scambi 24 ore su 24", + "dd12": "Alla ricerca dell'exchange di nuova generazione", + "dd13": "Fai trading di valute digitali su {name}", + "dd14": "Exchange di criptovalute | Trading con margine | Derivati ​​su criptovalute", + "dd15": "Lista calda", + "dd16": "Lista dei vincitori", + "dd17": "Lista dei perdenti", "aa3": "Registrati via email", "aa4": "Inizia a fare trading ora", "aa7": "Valuta", diff --git a/i18n/lang/jp.json b/i18n/lang/jp.json index 7d6bba6..460ec70 100644 --- a/i18n/lang/jp.json +++ b/i18n/lang/jp.json @@ -746,7 +746,7 @@ "a9": "倍数", "b0": "本当にログアウトしますか?", "b1": "ログインまたは登録", - "b2": "Hi、Bigtchainをご利用ください。", + "b2": "Hi、Coinprxをご利用ください。", "b3": "量を測る", "b4": "現物指数", "b5": "契約指数", @@ -844,7 +844,7 @@ "a25": "Android APK", "a26": "コードをスキャンしてアプリをダウンロードします", "a27": "iOS と Android", - "a28": "なぜBigtchain.comを選ぶのですか?", + "a28": "なぜCoinprx.comを選ぶのですか?", "a29": "複数の国に向けたデジタル資産取引サービスの提供に努める", "a30": "簡単かつ便利な暗号資産の取引", "a31": "製品は理解しやすく、取引プロセスは便利で、ワンストップのブロックチェーン資産サービス プラットフォームです。", @@ -858,10 +858,20 @@ "a39": "デジタル資産の取引プロセスを素早く理解する", "a40": "すぐに収入を得る", "a41": "クリックして移動", - "a42": "Bigtchain 暗号通貨取引プラットフォーム - 誰でも使えるように設計", + "a42": "Coinprx 暗号通貨取引プラットフォーム - 誰でも使えるように設計", "a43": "暗号化への取り組みを始めましょう" }, "homeNewText": { + "dd8": "対象国", + "dd9": "世界中の投資家", + "dd10": "コイン", + "dd11": "24時間取引量", + "dd12": "次世代の取引所を探して", + "dd13": "{name}でデジタル通貨を取引", + "dd14": "仮想通貨取引所 | 証拠金取引 | 仮想通貨デリバティブ", + "dd15": "人気リスト", + "dd16": "獲得者リスト", + "dd17": "敗者リスト", "aa3": "メールで登録", "aa4": "今すぐ取引を開始", "aa7": "通貨", diff --git a/i18n/lang/kor.json b/i18n/lang/kor.json index a22c201..3918f2d 100644 --- a/i18n/lang/kor.json +++ b/i18n/lang/kor.json @@ -746,7 +746,7 @@ "a9": "배수", "b0": "로그 인 을 종료 하 시 겠 습 니까?", "b1": "등록", - "b2": "안녕하세요,Bigtchain 사용 을 환영 합 니 다.", + "b2": "안녕하세요,Coinprx 사용 을 환영 합 니 다.", "b3": "재다.", "b4": "현물 지수", "b5": "계약 지수", @@ -844,7 +844,7 @@ "a25": "안드로이드 APK", "a26": "앱을 다운로드하려면 코드를 스캔하세요", "a27": "iOS 및 안드로이드", - "a28": "왜 Bigtchain.com을 선택해야 합니까?", + "a28": "왜 Coinprx.com을 선택해야 합니까?", "a29": "여러 국가에 디지털 자산 거래 서비스를 제공하기 위해 노력합니다.", "a30": "간단하고 편리한 암호화 자산 거래", "a31": "제품이 이해하기 쉽고 거래 프로세스가 편리하며 원스톱 블록체인 자산 서비스 플랫폼", @@ -858,10 +858,20 @@ "a39": "디지털 자산 거래 프로세스를 빠르게 이해", "a40": "즉시 수익 창출", "a41": "클릭하여 이동", - "a42": "Bigtchain 암호화폐 거래 플랫폼 - 모두를 위한 설계", + "a42": "Coinprx 암호화폐 거래 플랫폼 - 모두를 위한 설계", "a43": "암호화 여정 시작" }, "homeNewText": { + "dd8": "대상 국가", + "dd9": "글로벌 투자자", + "dd10": "코인", + "dd11": "24시간 거래량", + "dd12": "차세대 거래소를 찾아서", + "dd13": "{name}에서 디지털 화폐 거래", + "dd14": "암호화폐 거래소 | 마진 거래 | 암호화폐 파생상품", + "dd15": "핫 리스트", + "dd16": "승자 리스트", + "dd17": "패자 리스트", "aa3": "이메일로 등록", "aa4": "지금 거래를 시작하세요", "aa7": "통화", diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json index 3e4f602..e7000ae 100644 --- a/i18n/lang/pt.json +++ b/i18n/lang/pt.json @@ -746,7 +746,7 @@ "a9": "Múltiplos", "b0": "Tem certeza que quer fazer logon?", "b1": "Assinar ou registar", - "b2": "Olá, bem-vindo Ao Bigtchain.", + "b2": "Olá, bem-vindo Ao Coinprx.", "b3": "Montante", "b4": "índice de Pontos", "b5": "Índice de contratos", @@ -842,7 +842,7 @@ "a25": "APK para Android", "a26": "Escaneie o código para baixar o APP", "a27": "iOS e Android", - "a28": "Por que escolher Bigtchain.com?", + "a28": "Por que escolher Coinprx.com?", "a29": "Esforce-se para fornecer serviços de negociação de ativos digitais para vários países", "a30": "Negociação simples e conveniente de ativos criptografados", "a31": "O produto é fácil de entender, o processo de transação é conveniente e a plataforma de serviço de ativos blockchain completa", @@ -856,10 +856,20 @@ "a39": "Entenda rapidamente o processo de transação de ativos digitais", "a40": "ganhar renda imediatamente", "a41": "Clique para ir", - "a42": "Plataforma de Negociação de Criptomoedas Bigtchain - Projetado para Todos", + "a42": "Plataforma de Negociação de Criptomoedas Coinprx - Projetado para Todos", "a43": "Comece a jornada de criptografia" }, "homeNewText": { + "dd8": "Países Abrangidos", + "dd9": "Investidores Globais", + "dd10": "Moedas", + "dd11": "Volume de Negociação em 24 Horas", + "dd12": "Em Busca da Bolsa de Valores da Próxima Geração", + "dd13": "Negocie Moedas Digitais em {name}", + "dd14": "Bolsa de Criptomoedas | Negociação de Margem | Derivativos de Criptomoedas", + "dd15": "Lista Quente", + "dd16": "Lista de ganhadores", + "dd17": "Lista de Queda", "aa3": "Registre-se via e-mail", "aa4": "Comece a negociar agora", "aa7": "Moeda", diff --git a/i18n/lang/spa.json b/i18n/lang/spa.json index 907e31b..0c5257d 100644 --- a/i18n/lang/spa.json +++ b/i18n/lang/spa.json @@ -746,7 +746,7 @@ "a9": "Múltiplo", "b0": "¿Estás seguro de que quieres desconectarte?", "b1": "Iniciar sesión o registrarse", - "b2": "Hola, bienvenido a Bigtchain.", + "b2": "Hola, bienvenido a Coinprx.", "b3": "Cantidad", "b4": "Índice al contado", "b5": "Índice de contratos", @@ -844,7 +844,7 @@ "a25": "Android APK", "a26": "Escanear código para descargar la APLICACIÓN", "a27": "iOS y Android", - "a28": "¿Por qué elegir Bigtchain.com?", + "a28": "¿Por qué elegir Coinprx.com?", "a29": "Esforzarse por proporcionar servicios de comercio de activos digitales para múltiples países", "a30": "Intercambio simple y conveniente de activos encriptados", "a31": "El producto es fácil de entender, el proceso de transacción es conveniente y la plataforma de servicio de activos de blockchain de ventanilla única", @@ -858,10 +858,20 @@ "a39": "Comprenda rápidamente el proceso de transacción de activos digitales", "a40": "obtener ingresos inmediatamente", "a41": "Haz clic para ir", - "a42": "Plataforma de negociación de criptomonedas Bigtchain: diseñada para todos", + "a42": "Plataforma de negociación de criptomonedas Coinprx: diseñada para todos", "a43": "Comience el viaje de encriptación" }, "homeNewText": { + "dd8": "Países cubiertos", + "dd9": "Inversores globales", + "dd10": "Monedas", + "dd11": "Volumen de operaciones 24 horas", + "dd12": "En busca del exchange de próxima generación", + "dd13": "Opere con criptomonedas en {name}", + "dd14": "Exchange de criptomonedas | Trading con margen | Derivados de criptomonedas", + "dd15": "Lista caliente", + "dd16": "Lista de ganadores", + "dd17": "Lista de caída", "aa3": "Registrarse por correo electrónico", "aa4": "Empieza a operar ahora", "aa7": "Moneda", diff --git a/i18n/lang/tr.json b/i18n/lang/tr.json index a405e30..008541e 100644 --- a/i18n/lang/tr.json +++ b/i18n/lang/tr.json @@ -744,7 +744,7 @@ "a9": "çoklu", "b0": "Oturumu kapatmak istediğinizden emin misiniz?", "b1": "Giriş yap veya kayıt ol", - "b2": "Merhaba, Bigtchain'e hoş geldiniz", + "b2": "Merhaba, Coinprx'e hoş geldiniz", "b3": "miktar", "b4": "nokta indeksi", "b5": "Sözleşme endeksi", @@ -842,7 +842,7 @@ "a25": "Android APK", "a26": "APP'yi indirmek için kodu tarayın", "a27": "iOS ve Android", - "a28": "Neden Bigtchain.com'u seçmelisiniz?", + "a28": "Neden Coinprx.com'u seçmelisiniz?", "a29": "Birden çok ülke için dijital varlık ticareti hizmetleri sunmaya çalışın", "a30": "Şifrelenmiş varlıkların basit ve kullanışlı ticareti", "a31": "Ürünün anlaşılması kolaydır, işlem süreci uygundur ve tek noktadan blok zincir varlık hizmet platformu", @@ -856,10 +856,20 @@ "a39": "Dijital varlık işlem sürecini hızlıca anlayın", "a40": "hemen gelir elde et", "a41": "Gitmek için tıklayın", - "a42": "Bigtchain Kripto Para Ticaret Platformu - Herkes İçin Tasarlandı", + "a42": "Coinprx Kripto Para Ticaret Platformu - Herkes İçin Tasarlandı", "a43": "Şifreleme yolculuğuna başlayın" }, "homeNewText": { + "dd8": "Kapsamdaki Ülkeler", + "dd9": "Küresel Yatırımcılar", + "dd10": "Coin'ler", + "dd11": "24 Saatlik İşlem Hacmi", + "dd12": "Yeni Nesil Borsa Arayışı", + "dd13": "{name} Üzerinden Dijital Para Birimi Alım Satımı Yapın", + "dd14": "Kripto Para Borsası | Marj Ticareti | Kripto Para Türevleri", + "dd15": "Sıcak Liste", + "dd16": "Kazananlar Listesi", + "dd17": "Kaybedenler Listesi", "aa3": "E-posta ile kayıt olun", "aa4": "Şimdi işlem yapmaya başlayın", "aa7": "Para Birimi", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 7d2ad75..eade690 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -8,7 +8,7 @@ "using": "支付使用", "crypto": "加密", "Why": "你為什麼選擇購買", - "digital": "Bigtchain的數字貨幣", + "digital": "Coinprx的數字貨幣", "believe": "我們相信加密貨幣將一直存在--是一个值得建立的未來同時是一個敞開著并邀請每個人都加入的大門", "help": "我們幫助你理解貨幣、條款、密集的圖表和市場變化", "Clarity": "清晰度", @@ -17,7 +17,7 @@ "convenient": "方便", "key": "一鍵交易,操作更方便", "technology": "我們的技術", - "YBGCOINS": "Bigtchain採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務", + "YBGCOINS": "Coinprx採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務", "guide": "初學者指南", "Wear": "記下來", "Get": "注册交易帳戶", @@ -799,7 +799,7 @@ "a9": "倍數", "b0": "確定要登出嗎?", "b1": "登入或注册", - "b2": "Hi,歡迎使用Bigtchain", + "b2": "Hi,歡迎使用Coinprx", "b3": "量", "b4": "現貨指數", "b5": "合約指數", @@ -897,7 +897,7 @@ "a25": "Android APK", "a26": "掃碼下載APP", "a27": "iOS & Android", - "a28": "為何選擇Bigtchain.com?", + "a28": "為何選擇Coinprx.com?", "a29": "竭力為多個國家提供數字資產交易服務", "a30": "簡單便捷交易加密資產", "a31": "產品簡單易懂、交易流程便捷,一站式區塊鏈資產服務平臺", @@ -911,10 +911,20 @@ "a39": "快速瞭解數字資產交易流程", "a40": "立即賺取收益", "a41": "點擊前往", - "a42": "Bigtchain 加密貨幣交易平台 - 為每個人而設計", + "a42": "Coinprx 加密貨幣交易平台 - 為每個人而設計", "a43": "開啟加密之旅" }, "homeNewText": { + "dd8": "覆蓋國家", + "dd9": "全球投資者", + "dd10": "幣", + "dd11": "24小時交易量", + "dd12": "尋找下一代交易所", + "dd13": "在{name}上交易數位貨幣", + "dd14": "加密貨幣交易所 | 保證金交易 | 加密貨幣衍生性商品", + "dd15": "熱門榜", + "dd16": "漲幅榜", + "dd17": "跌幅榜", "aa3": "透過電子郵件註冊", "aa4": "立即開始交易", "aa7": "幣種", diff --git a/layout/vDropdwon.vue b/layout/vDropdwon.vue index 52c28c2..504efc4 100644 --- a/layout/vDropdwon.vue +++ b/layout/vDropdwon.vue @@ -140,7 +140,7 @@ export default { list-style: none; border-radius: 4rpx; // background-color:$panel-4; - background-color: $black; + background-color: var(--text-col); padding-left: 0; box-shadow: 6rpx 6rpx 10rpx rgba(122, 122, 122, 0.2); transition: all 0.2s; @@ -178,8 +178,8 @@ export default { } } .active{ - // background-color: $panel-2; - background-color: #666; + background-color: $panel-2; + // background-color: #666; color: $theme-1!important; } diff --git a/manifest.json b/manifest.json index 985276e..c70da70 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "Bigtchain", + "name" : "Coinprx", "appid" : "__UNI__D9F0D4A", "description" : "", "versionName" : "1.0.0", @@ -113,7 +113,7 @@ "base" : "./" }, "domain" : "https://app.bigtwallet.com", - "title" : "Bigtchain", + "title" : "Coinprx", "template" : "main.html" } } diff --git a/pages.json b/pages.json index 296d54b..48a7899 100644 --- a/pages.json +++ b/pages.json @@ -228,7 +228,7 @@ "titleNView": false }, "navigationBarTextStyle": "black", - "navigationBarTitleText": "Bigtchain", + "navigationBarTitleText": "Coinprx", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#FFFFFF" }, diff --git a/pages/accountSettings/accountSettings.vue b/pages/accountSettings/accountSettings.vue index cac69b9..3d03d03 100644 --- a/pages/accountSettings/accountSettings.vue +++ b/pages/accountSettings/accountSettings.vue @@ -57,15 +57,12 @@ --> - + + {{$t('accountSettings.a7')}} {{user.email}} - {{$t('accountSettings.a5')}} + diff --git a/pages/assets/bill.vue b/pages/assets/bill.vue index ca5b6cc..d28cd10 100644 --- a/pages/assets/bill.vue +++ b/pages/assets/bill.vue @@ -2,7 +2,7 @@
-
+
{{$t('assets.a8')}}({{query.coin_name}})
{{omitTo(detail.total_assets,4)}}
diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue index 711dd20..027646c 100644 --- a/pages/assets/draw.vue +++ b/pages/assets/draw.vue @@ -21,7 +21,7 @@ - + ERC20 TRC20 @@ -72,7 +72,7 @@ - + {{ $t("assets.c0") }} {{ $t("assets.c1") }}:{{ withdrawFee.usable_balance }} @@ -132,13 +132,14 @@ - +
  • ·{{ $t("assets.c5") }}。
  • ·{{ $t("assets.c6") }}。
  • ·{{ $t("assets.c7") }}。
+ + {{ item.coin_name }} + {{ item.pair_name }}
24H{{ $t("first.b3") }} {{ omitTo(item.vol, 0) }}
- + {{ item.close }} {{ item.increaseStr }} - + - + --> {{ $t("homeNewText.hh3") }} @@ -946,7 +1026,7 @@ - {{ $t("homeNewText.hh5",{name:"Bigtchain"}) }} + {{ $t("homeNewText.hh5",{name:"Coinprx"}) }} {{ $t("homeNewText.aa4") }} {{ $t("homeNewText.hh6") }} @@ -959,7 +1039,7 @@ - + {{ $t("homeNewText.hh7") }} {{ $t("homeNewText.hh8") }} @@ -986,7 +1066,7 @@ - {{ $t("homeNewText.hh17",{name:'Bigtchain'}) }} + {{ $t("homeNewText.hh17",{name:'Coinprx'}) }} {{ $t("homeNewText.hh18") }} @@ -1009,7 +1089,7 @@ - {{ $t("homeNewText.hh21") }} + {{ $t("homeNewText.hh21") }} @@ -1052,7 +1132,7 @@ {{ $t("homeNewText.hh28") }} - {{ $t("homeNewText.hh29",{name:"Bigtchain"}) }} + {{ $t("homeNewText.hh29",{name:"Coinprx"}) }} @@ -1060,13 +1140,13 @@ {{ $t("homeNewText.hh30") }} {{ $t("homeNewText.hh31") }} - + App Store - + Android APK @@ -1076,19 +1156,19 @@ - {{ $t("homeNewText.hh36",{name:'Bigtchain'}) }} + {{ $t("homeNewText.hh36",{name:'Coinprx'}) }} {{$t("homeNewText.hh37")}} - {{ $t("homeNewText.hh38",{name:'Bigtchain'}) }} + {{ $t("homeNewText.hh38",{name:'Coinprx'}) }} {{$t("homeNewText.hh39")}} - {{ $t("homeNewText.hh40",{name:'Bigtchain'}) }} + {{ $t("homeNewText.hh40",{name:'Coinprx'}) }} {{$t("homeNewText.hh41")}} @@ -1131,10 +1211,10 @@ {{ $t("common.light") }} {{ $t("common.dark") }} - + --> --> + :src="theme == 'light' ? 'static/img/moon.png' : 'static/img/sun.png'" /> @@ -1379,7 +1459,9 @@ export default { refreshing: false, guideId: '',// 当前显示课程分类的ID guideList: [],//课程列表 - articleList: [] + articleList: [], + sortedNegativeItems:[], + sortedNegativeItems1:[] } }, computed: { @@ -1485,7 +1567,7 @@ export default { }) }, changtTheme() { - if (this.theme == "dark") { + if (this.theme == "light") { this.setTheme("dark") } else { this.setTheme("light") @@ -1517,6 +1599,9 @@ export default { // this.homeList = res.data.homeList; this.homeList2 = res.data.marketList[0].marketInfoList.slice(0,5); this.marketList = res.data.marketList + this.sortedNegativeItems = res.data.marketList + this.sortedNegativeItems1 = res.data.marketList + // this.infoActive = 1; this.dunshift() this.getCollect() @@ -1617,6 +1702,50 @@ export default { // console.log(this.homeList2, this.homeList2.length, '----------市场趋势获取动态'); this.homeList = data[1].marketInfoList;// 公告上面的数据获取动态 // console.log(data, '----------市场趋势获取源'); + + let allNegativeIncreaseItems = [] + this.sortedNegativeItems = [] + const excludedCoins = ["CQF", "HZL", "NKA", "PMK", "GCUL", "DFU", "ACK"]; + data.forEach((item) => { + if (item.marketInfoList) { + const negativeItems = item.marketInfoList.filter((info) => { + return ( + info.increaseStr && + info.increaseStr.startsWith("-") && + !excludedCoins.includes(info.coin_name) + ); + }); + allNegativeIncreaseItems.push(...negativeItems); // 合并到总数组 + } + }); + this.sortedNegativeItems = [...allNegativeIncreaseItems].sort((a, b) => { + const numA = parseFloat(a.increaseStr); + const numB = parseFloat(b.increaseStr); + return numA - numB; // 升序排列(小的在前) + }); + + let allPositiveIncreaseItems = []; // 存储 "+" 开头的项 + this.sortedNegativeItems1 = []; // 存储排序后的结果 + + data.forEach((item) => { + if (item.marketInfoList) { + const positiveItems = item.marketInfoList.filter((info) => { + return ( + info.increaseStr && + info.increaseStr.startsWith("+") && + !excludedCoins.includes(info.coin_name) + ); + }); + allPositiveIncreaseItems.push(...positiveItems); // 合并到总数组 + } + }); + + // 按数值降序排列(大的在前) + this.sortedNegativeItems1 = [...allPositiveIncreaseItems].sort((a, b) => { + const numA = parseFloat(a.increaseStr); + const numB = parseFloat(b.increaseStr); + return numB - numA; // 降序(大的在前) + }); } }) let msg = "swapMarketList" @@ -1757,7 +1886,7 @@ export default { // goto down app gotodown(){ // this.$router.push({ path: '/download/XUScoin.mobileconfig' }) - window.open("https://app.bigtchain.com/download/Bigtchain.html","_self"); + window.open("https://app.coinprx.com/download/Coinprx.html","_self"); }, toTrad(){ // this.$router.push({ path: '/pages/login/index' }) @@ -1800,7 +1929,7 @@ export default { .nav_bar { width: 100%; height: 50px; - background-color: #000; + background-color: var(--text-col); .nav-left { width: 210px; @@ -1851,7 +1980,7 @@ export default { } .layout-main { - background-color: #121318; + background-color: var(--col5); width: 100%; .swiper-imgbox { @@ -2924,12 +3053,14 @@ export default { .illustration_area { display: flex; flex-direction: column; - padding-bottom: 160rpx; + padding-bottom: 40rpx; + background-color: #fff; .title { - color: #fff; - width: 506rpx; + color: #000; + // width: 506rpx; + text-align: center; margin: auto; - font-size: 28px; + font-size: 24px; font-weight: bold; } .right { @@ -2938,7 +3069,7 @@ export default { margin: 0px auto; } .left { - color: #fff; + color: var(--col2); width: 100%; text-align: center; .title { @@ -2949,6 +3080,15 @@ export default { } } } +.find_box{ + color: var(--col2); + font-size: 60rpx; + font-weight: bold; + padding: 0px 40rpx; +} +.find_color{ + color: var(--col2); +} .jump_btn_one { color: #fff; margin: 0 auto 0; @@ -2998,10 +3138,10 @@ export default { margin-bottom: 45px; padding: 15px 0px; border-radius: 10px; - box-shadow: 0 2px 8px 0 rgba(0,0,0,.99); + box-shadow: 0 2px 8px 0 var(--col6); .product_text1 { - color: #fff; + color: var(--col2); margin-left: 60rpx; font-weight: bold; font-size: 36rpx; @@ -3021,7 +3161,7 @@ export default { } } .text_size { - color: #fff; + color: var(--col2); font-size: 20px; font-weight: bold; } @@ -3069,13 +3209,14 @@ export default { padding: 0px 60rpx; } .image_text{ - margin: 20rpx auto 60rpx; - font-size: 14px; - width: 506rpx; + margin: 20rpx auto 0rpx; + text-align: center; + font-size: 13px; + // width: 506rpx; } .text_hh3{ font-size: 60rpx; - color: #fff; + color: var(--col2); padding: 0px 40rpx; font-weight: bold; word-break: break-all; @@ -3092,7 +3233,7 @@ export default { margin-bottom: 60rpx; .box_hh30{ font-size: 60rpx; - color: #fff; + color: var(--col2); font-weight: bold; } .box_hh31{ @@ -3127,7 +3268,7 @@ export default { display: flex; border-radius: 20px; flex-direction: column; - background-color: #262727; + background-color: var(--col7); } .Serve_bot_box2{ @@ -3155,4 +3296,56 @@ export default { border-bottom: 1px solid #f0f0f0; } } +.title_Top{ + display: flex; + flex-wrap: wrap; + padding: 0px 40rpx; + margin-top: 40rpx; + + .title_view{ + color: var(--col2); + font-size: 48rpx; + font-weight: bold; + margin-bottom: 10rpx; + } +} +.Services{ + padding: 200rpx 0px; + background-color: var(--col5); +} +.exchange_box{ + color: var(--col2); + font-size: 60rpx; + font-weight: bold; + padding: 0px 40rpx; +} + +.market_box{ + // width: 30%; + padding: 40px; + border-radius: 15px; + border: 1px solid var(--col8); + + .title{ + display: flex; + align-items: center; + .strip{ + background-color: rgb(1, 188, 141); + width: 5px; + height: 20px; + } + .name{ + color: var(--col2); + font-size: 20px; + font-weight: 700; + margin-left: 10px; + } + } + .market_tr { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px 0px; + } +} diff --git a/pages/base/index.vue b/pages/base/index.vue index e669fe9..b256c62 100644 --- a/pages/base/index.vue +++ b/pages/base/index.vue @@ -154,7 +154,7 @@ export default { diff --git a/pages/deposit/deposit.vue b/pages/deposit/deposit.vue index 3f4c1ef..083c653 100644 --- a/pages/deposit/deposit.vue +++ b/pages/deposit/deposit.vue @@ -1,7 +1,7 @@