5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-04 a51ae716cb1eb8e21fc4a5c355d3cdbe02b27d7f
style
27 files modified
739 ■■■■■ changed files
src/assets/css/common.css 2 ●●● patch | view | raw | blame | history
src/assets/css/order/index.scss 2 ●●● patch | view | raw | blame | history
src/components/constract/PerpetualContract/createOrder.vue 19 ●●●●● patch | view | raw | blame | history
src/components/constract/PerpetualContract/positionCom/currentPosition.vue 33 ●●●●● patch | view | raw | blame | history
src/components/layout/footerView.vue 28 ●●●● patch | view | raw | blame | history
src/i18n/cht/home.js 1 ●●●● patch | view | raw | blame | history
src/i18n/cht/user.js 92 ●●●●● patch | view | raw | blame | history
src/i18n/de/home.js 2 ●●● patch | view | raw | blame | history
src/i18n/de/user.js 29 ●●●●● patch | view | raw | blame | history
src/i18n/en/home.js 11 ●●●● patch | view | raw | blame | history
src/i18n/en/user.js 96 ●●●●● patch | view | raw | blame | history
src/i18n/fra/home.js 2 ●●● patch | view | raw | blame | history
src/i18n/fra/user.js 29 ●●●●● patch | view | raw | blame | history
src/i18n/it/home.js 2 ●●● patch | view | raw | blame | history
src/i18n/kor/home.js 2 ●●● patch | view | raw | blame | history
src/i18n/kor/user.js 29 ●●●●● patch | view | raw | blame | history
src/i18n/th/home.js 2 ●●● patch | view | raw | blame | history
src/i18n/vie/home.js 2 ●●● patch | view | raw | blame | history
src/views/forex/about.vue 44 ●●●● patch | view | raw | blame | history
src/views/forex/customerService.vue 2 ●●● patch | view | raw | blame | history
src/views/forex/termsOfService.vue 221 ●●●● patch | view | raw | blame | history
src/views/wallet/components/account.vue 18 ●●●● patch | view | raw | blame | history
src/views/wallet/withdraw.vue 8 ●●●● patch | view | raw | blame | history
src/views/wealth/asset.vue 6 ●●●● patch | view | raw | blame | history
src/views/wealth/newLockMiner.vue 45 ●●●● patch | view | raw | blame | history
src/views/wealth/pledgeRecord.vue 10 ●●●● patch | view | raw | blame | history
src/views/wealth/transactionRecord.vue 2 ●●● patch | view | raw | blame | history
src/assets/css/common.css
@@ -410,7 +410,7 @@
/*充值(提币)未到账内容块*/
.recharge-question-box {
  border: 1px solid #e5e5e5;
  /* border: 1px solid #e5e5e5; */
  padding: 15px;
  margin: 10px 0;
}
src/assets/css/order/index.scss
@@ -405,7 +405,7 @@
/*充值(提币)未到账内容块*/
.recharge-question-box{
  border:1px solid #e5e5e5;
  // border:1px solid #e5e5e5;
  padding:15px;
  margin:10px 0;
}
src/components/constract/PerpetualContract/createOrder.vue
@@ -39,8 +39,8 @@
      >
        <el-tab-pane :label="$t('message.home.xianjia')" name="limit">
        </el-tab-pane>
        <el-tab-pane :label="$t('message.home.shijia')" name="opponent">
        </el-tab-pane>
        <!-- <el-tab-pane :label="$t('message.home.shijia')" name="opponent">
        </el-tab-pane> -->
      </el-tabs>
      <!-- 下单 -->
      <div class="place-order-form-box">
@@ -115,7 +115,7 @@
              </div>
            </div>
            <!-- 做空 -->
            <div class="btn-wrapper">
            <div class="btn-wrapper" v-show="isActive == 1">
              <div class="submit-btn-box">
                <button
                  side="sell"
@@ -400,6 +400,7 @@
    // 获取张数,数据转换
    getVolumnByLever() {
      let amount = this.initOpen.volume;
      console.log("amount: ", amount);
      if (this.isActive == 1) {
        amount = Math.max(this.closeSellAmount, this.closeBuyAmount);
      }
@@ -439,11 +440,11 @@
          return;
        }
        if (this.isActive === 0) {
          // 开仓弹窗
          this.$refs.openDialog.open();
          // 开仓弹窗 不弹出直接确认
          this.$refs.openDialog.handleSubmit();
        } else {
          // 平仓弹窗
          this.$refs.closeDialog.open();
          this.$refs.closeDialog.handleSubmit();
        }
      }
    },
@@ -489,9 +490,11 @@
              });
            }
            if (!this.current_lever_rate) {
              this.current_lever_rate = hasLever ? this.lever_rate[0] : "1.00X";
              this.current_lever_rate = hasLever
                ? this.lever_rate[this.lever_rate.length - 1]
                : "1.00X";
              this.current_lever_rate_num = hasLever
                ? this.origin_lever[0]
                ? this.origin_lever[this.lever_rate.length - 1]
                : "1";
            }
          }
src/components/constract/PerpetualContract/positionCom/currentPosition.vue
@@ -7,16 +7,16 @@
      :empty-text="$t('message.home.noData')"
    >
      <!-- 合约会显示buy和杠杆 -->
      <el-table-column :label="$t('message.jiaoyi.heyue')" width="280">
      <el-table-column :label="$t('message.jiaoyi.heyue')" width="180">
        <template #default="scope">
          <div class="first-column">
            <span
              class="direction"
              :class="`direction-${scope.row.direction}`"
            ></span>
            <span class="name"
              >{{ scope.row.name }} {{ $t("message.home.yongxu") }}</span
            >
            <span class="name" style="color: rgb(98, 200, 133)"
              >{{ scope.row.name }}
            </span>
            <!-- <span class="lever_rate">{{
              scope.row.lever_rate ? `${scope.row.lever_rate}x` : "1x"
            }}</span> -->
@@ -40,7 +40,7 @@
          > -->
          <el-button class="btn" size="small" @click="handleAllClose(scope)">{{
            $t("message.home.pingcang")
            $t("message.home.pingcang2")
          }}</el-button>
        </template>
      </el-table-column>
@@ -94,20 +94,20 @@
          prop: "trade_avg_price",
          label: "message.user.kaicangjiage",
        },
        // {
        //   prop: "mark_price",
        //   label: "message.home.biaojijiage",
        // },
        {
          prop: "direction",
          label: "message.home.fangxiang",
          formatter: this.directionFormatter,
        },
        {
          prop: "lever_rate",
          label: "message.home.gangganbeishu",
        },
        {
          prop: "change_ratio",
          label: "message.home.baozhengjinbilv",
          formatter: this.ratioFormatter,
          // formatter: this.ratioFormatter,
        },
        {
          prop: "deposit",
@@ -154,7 +154,7 @@
    formatterData(row) {
      const ratio = this.ratioFormatter(row);
      const profit = Number(row.profit).toFixed(4);
      return `${profit}/n(${ratio})`;
      return `${profit}/(${ratio})`;
    },
    //设置单个单元格样式   行下标:rowIndex    列下标:columnIndex
    cellStyle({ row, column, rowIndex, columnIndex }) {
@@ -170,6 +170,15 @@
          ? { color: "#62C885" }
          : { color: "#E05561" };
      }
      if (columnIndex == 1) {
        return row.profit > 0 ? { color: "#62C885" } : { color: "#E05561" };
      }
      if (columnIndex == 4) {
        return row.direction === "buy"
          ? { color: "#62C885" }
          : { color: "#E05561" };
      }
    },
    getList() {
      const data = {
src/components/layout/footerView.vue
@@ -8,44 +8,44 @@
          </div>
          <div class="text">
            {{ $t("message.user.ma38") }}
          </div>
        </div>
        <div class="footer_list">
          <h1 class="about">
            {{ $t("message.user.ma39") }}</h1>
            {{ $t("message.user.ma39") }}
          </h1>
          <ul>
            <li>
              <a href="javascript:void(0)" @click="goRouter('/about')"
                >
              <a href="javascript:void(0)" @click="goRouter('/about')">
                {{ $t("message.user.ma40") }}</a
              >
            </li>
            <li>
              <a href="javascript:void(0)" @click="goRouter('/termsOfService')"
                > {{ $t("message.user.ma41") }}</a
              <a href="javascript:void(0)" @click="goRouter('/termsOfService')">
                {{ $t("message.user.ma41") }}</a
              >
            </li>
            <li>
              <a href="javascript:void(0)" @click="goRouter('/agreement')"
                > {{ $t("message.user.ma42") }}</a
              <a href="javascript:void(0)" @click="goRouter('/agreement')">
                {{ $t("message.user.ma42") }}</a
              >
            </li>
          </ul>
        </div>
        <div class="footer_list">
          <h1 class="about"> {{ $t("message.user.ma43") }}</h1>
          <h1 class="about">{{ $t("message.user.ma43") }}</h1>
          <ul>
            <li>
              <a href="javascript:void(0);" @click="goRouter('/helpCenter')"
                > {{ $t("message.user.ma44") }}</a
              <a href="javascript:void(0);" @click="goRouter('/helpCenter')">
                {{ $t("message.user.ma44") }}</a
              >
            </li>
            <li>
              <a
                href="javascript:void(0);"
                @click="goRouter('/CustomerService')"
                > {{ $t("message.user.ma45") }}</a
              >
                {{ $t("message.user.ma45") }}</a
              >
            </li>
            <li>
@@ -56,14 +56,14 @@
                  font-size: 12px;
                  text-decoration: underline;
                "
                >Deepcoincrypto@outlook.com</a
                >support@usadeepcoin.com</a
              >
            </li>
          </ul>
        </div>
      </div>
      <div class="footer_bottom">
        <p> {{ $t("message.user.ma46") }}</p>
        <p>{{ $t("message.user.ma46") }}</p>
        <p>Copyright © 2021 - Deepcoin All rights reserved.</p>
      </div>
    </div>
src/i18n/cht/home.js
@@ -377,6 +377,7 @@
    shouyi: "收益",
    shouyilv: "收益率",
    pingcang: "平倉",
    pingcang2: "平倉",
    dangqian: "當前",
    quancang: "全倉",
    chicangliang: "持倉量",
src/i18n/cht/user.js
@@ -606,7 +606,7 @@
    ma36: 'UID',
    ma37: '信用分',
    ma37: '信用分',
    ma38: 'Deepcoin成立於2014年,目前總部位於英國。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。',
    ma38: '然后这一段介绍改成 Deepcoin成立於2018年,目前總部位於新加坡。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。',
    ma39: '關於',
    ma40: '關於我們',
    ma41: '服務條款',
@@ -615,5 +615,95 @@
    ma44: '幫助中心',
    ma45: '客服中心',
    ma46: 'Deepcoin全球優質數字資產',
    ma47: '當前委託',
    ma48: '歷史委託',
    ma49: '當前質押',
    ma50: '歷史質押',
    ma51: '正在託管資金',
    ma52: '今日預計收益',
    ma53: '託管中的訂單',
    ma54: '質押',
    ma55: '質押記錄',
    ma56: '挖礦賺不停',
    ma57: '鎖倉挖礦是通過將USDT託管給平台超算力礦機在平台礦池中進行的挖礦收益',
    ma58: '產品亮點',
    ma59: '隨存隨取',
    ma60: '派息週期',
    ma61: '每日下發',
    ma62: '活期利息',
    ma63: '專案介紹',
    ma64: '以太坊是一個去中心化的開源區塊鏈系統,擁有自己的數位貨幣Ether.ETH 作為許多其他數位硬幣的平台,以及用於執行去中心化智能合約的平台。',
    ma65: '我們採取與硬體礦業公司合作的形式,推出網路挖礦收益產品。',
    ma66: '質押您的USDT,我們將使用等值的ETH參與實體機挖礦。',
    ma67: '本產品將參與投資指定Al礦機並分享分紅。',
    ma68: '舉例',
    ma69: '會員在平台上進行鎖倉挖礦10000U。選擇了週期為1天,日產出為鎖倉金額的0.3%的理財產品,則每日產出如下:10000U*0.3% =30U即1天後可獲得30U的收益,收益每日下發,鎖倉結束可隨時訪問,鎖倉挖礦本金到期後,本金自動轉入您的資產帳戶',
    ma70: '專案規則',
    ma71: '活動期間質押的USDT將計入持有快照的計算。',
    ma72: '已質押的USDT將在活動結束時自動終止。',
    ma73: '收益率為預估值,請以實際收到的金額為準。',
    ma74: '收益將在24小時後分配到您的兌換帳戶。',
    ma75: '如需提前結束活動,請聯絡客服。',
    ma76: '平台簡介',
    ma77: 'Deepcoin 是全球領先的數字貨幣資產交易平台,致力於為用戶提供安全、專業、便利的數字貨幣交易服務。',
    ma78: '該公司成立於 2014 年,目前總部位於英國。2022 年,經過八年的發展,Deepcoin 平台在歐洲取得了巨大成功,在加密貨幣撮合交易領域佔據了 43.17% 的市場份額,也吸引了大量的資本。為了加速全球戰略佈局進程,Deepcoin 團隊決定在北美設立第二總部。2022 年底,在美國正式成立!同年,Deepcoin 向美國金融部門申請並獲得了 Fincen Msb 牌照,這也代表著在安全、合規、穩定的基礎上又向前邁進了一步。',
    ma79: '美國 MSB 牌照是由 FINCEN(美國財政部下屬金融犯罪執法機構)監管頒發的金融牌照。美國財政部和證監會明確強調,在美國從事數字資產等相關業務的公司必須向 FINCEN 註冊獲得 MSB 牌照,即必須持牌運營,並必須遵守反洗錢和反恐融資法規。',
    ma80: '同時,從用戶角度出發,憑借對區塊鏈領域的深刻理解,為全球用戶精選優質幣種,引領區塊鏈技術潮流。核心團隊匯集了資深技術工程師、全球區塊鏈研究專家、國際化營運團隊、國際一流風控專家等業界頂尖人才,採用全球領先的加密技術。',
    ma81: '自主研發的集群內存撮合系統整合多幣種、支援多語言,致力於為全球用戶提供更安全、更穩定、更便利的數字資產交易。',
    ma82: 'Deepcoin 國際數字資產交易服務平台,專注於數字資產交易服務,提供專業的交易功能、智能交易智能撮合、多方委託下單、便捷交易、資金託管、輕鬆管理帳戶。同時與業界大大小小的數字貨幣交易所聯繫合作,互通訊息,實現覆蓋全球的數字資產共同概念。',
    ma83: '便捷流暢的使用者體驗 Deepcoin 精心雕琢使用者的使用習慣,以體驗至上的原則進行全流程設計。系統提供 7-24 小時不間斷的交易服務。系統級安全保護。 Deepcoin 深耕數字貨幣產業,累積了大量的數字貨幣產業。優秀的研發人員致力於為使用者提供頂級的系統級安全。Deepcoin 是一個全球用戶的貨幣交易場所,服務全球用戶,不斷推出各國的數字貨幣,為用戶提供全球交易服務。豐富的數字貨幣市場提供優質、品種齊全的數字貨幣,為用戶提供便利、流暢的體驗。',
    ma84: '在 Deepcoin,我們的願景是每個錢包都擁有加密貨幣。我們希望通過讓每個人盡可能輕鬆且易於使用加密貨幣來實現這一目標。',
    ma85: 'Deepcoin 加密貨幣平台擁有超過 24,000 名每日活躍交易者,提供超過 180 個交易對,支持交換 Deepcoin 代幣並以 6 種以上法定貨幣進行操作,日均交易量超過 2 億美元。',
    // 繁體
    ma41: '服務條款',
    ma86: '1、雙方',
    ma87: '1.1 Deepcoin是一家依美國法律成立的公司。本網站是為使用者進行數位資產交易並提供相關服務的平台(以下簡稱「本公司」或「服務」)。為了本協議表述之方便,本公司及本網站在本協議中統稱為「我們」或其他第一人稱名稱。',
    ma88: '1.2 只要登入本網站的自然人或其他主體均為本網站的用戶,本協議中為表述之方便而使用「您」或其他第二人稱代名詞。',
    ma89: '1.3 為了本協議表述之方便,我們和您在本協議中合稱為“雙方”,我們或您簡稱為“一方”。',
    ma90: '2、隱私權政策的目的',
    ma91: '隱私權政策規定,我們僅透過您登入本網站、在本網站註冊和/或使用我們提供的服務來收集您的信息,以及我們如何使用和保護所收集的資訊。',
    ma92: '3、您的同意',
    ma93: '為確保您對我們處理個人資料的方式充滿信心,您必須詳細閱讀並理解隱私權政策的規定。特別是一旦您登入我們的網站,無論您是否在網站上註冊,您都向我們表明您接受、同意、承諾和確認:',
    ma94: '3.1 您在獲得所需同意的情況下自願向我們披露個人資訊;',
    ma95: '3.2 您將遵守本隱私權政策的所有條款和限制;',
    ma96: '3.3 您同意我們透過登入本網站、在本網站註冊和/或使用我們提供的服務收集您的資訊;您同意我們隱私權政策的任何未來變更;',
    ma97: '3.4 您同意我們的分公司、關聯公司和員工就您可能感興趣的產品和服務與您聯繫(除非您已表明不希望收到此類資訊)。',
    ma98: '4、收集的資訊',
    ma99: '4.1 當您使用本網站時,您同意我們使用Cookies來追蹤您的每一個行為,並收集和記住您留下的所有信息,包括但不限於您的IP位址、地理位置等資訊。',
    ma100: '4.2 若您願意使用本網站提供的服務,您需要填寫並提供以下兩種資訊:',
    ma101: '4.2.1 身份資訊。這些資訊可以幫助我們驗證您是否有資格註冊成為本網站的會員,包括但不限於您的姓名、您的居住地址、郵寄地址、您所在國家或政府頒發的其他具有證明您身份的資訊的不同證書,以及涉及的號碼及其他所有能夠幫助我們驗證您身分的資訊(以下統稱「身分資訊」)。',
    ma102: '4.2.2 服務資訊。',
    ma103: '4.3 當您使用本網站或其提供的服務時,我們可能會為了改善本網站的使用,增強您使用本網站及其提供的服務的體驗及其安全性,或根據法院或適用的法律法規的規定,或其他有管轄權的政府機構命令,透過我們在本網站上公佈的專用郵箱或其他我們認為合規的方式收集更多必要的資訊。',
    ma104: '4.4 如果您造訪本網站上的其他第三方網站或合作第三方的任何鏈接,您應同意並遵守該第三方網路單獨且獨立的隱私權政策。我們不對這些網站或合作夥伴的內容和活動負責。',
    ma105: '五、Cookie',
    ma106: '5.1 當您造訪我們的網站時,我們透過cookies使用Google Stats來記錄我們的表現並檢查線上廣告的效果。Cookie是發送到您的瀏覽器並儲存在您的電腦硬碟上的少量資料。只有當您使用電腦進入我們的網站時,cookies才會被傳送到您的電腦硬碟上。',
    ma107: '5.2 Cookie通常用於記錄訪客在瀏覽我們網站上的各種項目時的習慣和偏好。cookie收集的資訊是匿名集體統計,不包含個人資訊。',
    ma108: '5.3 Cookies不能用於獲取您的硬碟上的資料、您的電子郵件地址以及您的私人資訊。它們可以使網站或服務提供者係統識別您的瀏覽器並捕獲和記住資訊。大多數瀏覽器都預設為接受Cookie。您可以選擇將瀏覽器設定為不接受Cookie,或在安裝Cookie後立即通知您。但如果設定為禁止cookies,您可能無法啟動或使用我們網站的某些功能。',
    ma109: '六、資訊的使用',
    ma110: '6.1 我們將收集的您的資訊用於以下目的或透過以下方式使用:',
    ma111: '6.1.1 透過我們的網站向您提供我們的各項服務;',
    ma112: '6.1.2 當您使用我們的網站時,您可以識別並確認您的身分;',
    ma113: '6.1.3 為了改善和增強網站的服務(根據我們收到的您的資訊和回饋,幫助我們改進網站的服務,以便我們更有效地回應您的服務請求和支援需求);',
    ma114: '6.1.4 本網站使用統計及與政府機關、事業單位合作的資料分析;',
    ma115: '6.1.5 個人化您的體驗(您的訊息將幫助我們更能回應您的個人需求);',
    ma116: '6.1.6 交易處理(您的信息,無論是公開的還是私人的,未經您的同意,不會以任何理由出售、交換、轉讓或提供給任何其他公司,除非是為了完成您要求的交易的明確目的之外);',
    ma117: '6.1.7 定期發送電子郵件(您提供的用於訂單處理的電子郵件地址,除了偶爾接收我們的新聞、更新、相關產品或服務資訊等外,還可用於向您發送資訊和更新您的訂單);',
    ma118: '6.1.8 滿足本網站使用者協議規定的其他目的以及滿足該目的的一切合法手段。',
    ma119: '6.2 我們不會向其他方出售、交易或以其他方式轉讓信息或允許他人收集和使用信息,但不包括以下其他方及以下信息:我們的關聯公司、幫助我們運營我們的網站、開展業務的或受信任的人向您提供服務的第三方,只要這些第三方同意對資訊保密;當我們認為所披露的資訊是適當的、符合法律、法規、規則和規定,或來自法院或其他主管機關命令和執行我們的網站策略、網站正常運作所需的資訊時,附屬公司要求提供服務或保護我們或他人的權利、財產或安全。但是,您的資訊不會出於行銷、廣告或其他目的而提供給其他方。',
    ma120: '七、個人資料的保護',
    ma121: '7.1 我們實施適當的實體、電子、管理和技術措施來保護和保障您個人資料的安全。我們盡力確保透過我們網站收集的任何個人資訊不會受到與我們無關的第三方的任何滋擾。我們採取的安全措施包括但不限於:',
    ma122: '7.1.1 實體措施:包含您個人資料的記錄將儲存在上鎖的地方。',
    ma123: '7.1.2 電子措施:包含您個人資料的電腦資料將儲存在受到嚴格登入限制的電腦系統和儲存媒體上。',
    ma124: '7.1.3 管理措施:只有經我們授權的員工才能存取您的個人數據,這些員工需要遵守我們關於個人資料保密的內部規則。',
    ma125: '7.1.4 技術措施:可能會使用安全通訊端層加密等加密技術來傳輸您的個人資料。',
    ma126: '7.1.5 其他措施:我們的網路伺服器受到「防火牆」的保護。',
    ma127: '7.2 如果您發現我們網站有任何安全漏洞,請立即與我們聯繫,以便我們盡快採取適當措施。',
    ma128: '7.3 儘管實施了上述技術和安全措施,但我們不能保證資訊在互聯網上傳輸的絕對安全,因此我們不能絕對保證您透過我們網站向我們提供的個人資訊在任何時候都是安全的。對於未經授權存取您的個人資料而發生的任何事件,我們不承擔任何責任,並且對於因此而造成的任何損失或損害,我們不承擔賠償責任。',
    ma129: '八、隱私權政策的修訂',
    ma130: '我們保留隨時修改本隱私權政策的權利。我們更新並公佈新版本的生效日期,以告訴您我們已經修訂了隱私權政策並突出顯示修訂內容。有時我們會發布通知告知您隱私權政策已修訂,但這不是我們的義務。您應定期查閱隱私權政策並注意其修訂情況。如果您不同意修改後的內容,您應立即停止造訪本網站。當隱私權政策更新版本發布後,您繼續造訪本網站即表示您同意更新內容並同意遵守更新後的隱私權政策。',
    ma131: '九、與我們的溝通',
    ma132: '9.1 如果您有任何要求和意見,您可以發送電子郵件至Deepcoincrypto@outlook.com,這是我們溝通的唯一有效且官方的電子郵件與您聯繫,因此我們沒有對您使用有效的聯繫信息,對任何行為或失敗不承擔任何責任。',
    ma133: '9.2 我們僅透過本網站有效聯絡方式發佈公告和資訊或在本網站發佈公告,因此我們對您因信任非透過上述方式取得的資訊而產生的任何損失不承擔責任。',
    ma134: '9.3 如果您對我們的隱私權政策有任何疑問,請隨時與我們聯絡。',
};
src/i18n/de/home.js
@@ -309,7 +309,7 @@
  "chongzhi": "zurücksetzen",
  "queding": "Bist du sicher",
  "tiaozhengganggan": "Passen Sie den Hebel an",
  "gangganbeishu": "杠杆multiple",
  "gangganbeishu": "multiple",
  "dengluhougenggai": "Änderung nach dem Einloggen",
  "quxiao": "Abbrechen",
  "kaicang": "Eröffnen Sie eine Position",
src/i18n/de/user.js
@@ -592,5 +592,34 @@
    ma44: 'Hilfezentrum',
    ma45: 'Kundendienstzentrum',
    ma46: 'Deepcoin Globale Premium-Digitalwerte',
    ma47: 'Aktuelle Aufträge',
    ma48: 'Auftragsverlauf',
    ma49: 'Aktuelle Verpfändung',
    ma50: 'Verpfändungsverlauf',
    ma51: 'Verwahrte Gelder',
    ma52: 'Geschätzte Einnahmen heute',
    ma53: 'Verwahrte Aufträge',
    ma54: 'Verpfändung',
    ma55: 'Verpfändungsprotokoll',
    ma56: 'Stetig Mining-Erträge erzielen',
    ma57: 'Locked Mining bedeutet, USDT der Plattform-Supercomputer-Miner zur Erzielung von Mining-Einnahmen im Pool anzuvertrauen.',
    ma58: 'Produkt-Highlights',
    ma59: 'Jederzeit Ein- und Auszahlen',
    ma60: 'Ausschüttungszyklus',
    ma61: 'Tägliche Ausschüttung',
    ma62: 'Flexible Zinsen',
    ma63: 'Projektvorstellung',
    ma64: 'Ethereum ist ein dezentralisiertes Open-Source-Blockchain-System mit der eigenen Kryptowährung Ether (ETH), das als Plattform für viele andere digitale Münzen und für die Ausführung dezentraler Smart Contracts dient.',
    ma65: 'Wir kooperieren mit Hardware-Mining-Unternehmen, um Online-Mining-Einnahmeprodukte anzubieten.',
    ma66: 'Verpfänden Sie Ihre USDT, wir verwenden den Gegenwert in ETH für das physische Mining.',
    ma67: 'Dieses Produkt investiert in bestimmte KI-Miner und teilt die Dividenden.',
    ma68: 'Beispiel',
    ma69: 'Ein Mitglied betreibt Locked Mining mit 10.000U auf der Plattform. Bei Auswahl eines 1-Tages-Zyklus mit einer täglichen Rendite von 0,3 % beträgt die tägliche Rendite: 10.000U*0,3 % = 30U. Nach 1 Tag erhalten Sie 30U Ertrag. Die Erträge werden täglich ausgeschüttet, nach Ablauf der Sperrfrist wird das Kapital automatisch auf Ihr Vermögenskonto überwiesen.',
    ma70: 'Projektrichtlinien',
    ma71: 'Während der Aktion verpfändete USDT werden in die Snapshot-Berechnung einbezogen.',
    ma72: 'Verpfändete USDT werden am Ende der Aktion automatisch beendet.',
    ma73: 'Die Rendite ist geschätzt, maßgeblich ist der tatsächlich erhaltene Betrag.',
    ma74: 'Die Erträge werden nach 24 Stunden auf Ihr Tausch-Konto ausgezahlt.',
    ma75: 'Wenn Sie die Aktion vorzeitig beenden möchten, wenden Sie sich bitte an den Kundenservice.',
}
src/i18n/en/home.js
@@ -112,7 +112,7 @@
  zuixinjia1: "Last",
  "24hzhangdie": "24H Change",
  "24hjiaoyiliang": "24H transaction volume",
  caozuo: "Action",
  caozuo: "Operate",
  goumai: "buy",
  chang2: "Open transactions anytime, anywhere",
  chang3:
@@ -380,7 +380,7 @@
  dengluhoujiaoyi: "Transaction after login",
  gouamijia: "purchase price",
  xianjia: "Market",
  fangxiang: "Side",
  fangxiang: "Direction",
  maiduo2: "Buy more",
  shuliang: "Amount",
@@ -413,7 +413,7 @@
  quxiao: "Cancel",
  kaicang: "Buy",
  duishoujia: "Competitor price",
  zhangshu: "Amount",
  zhangshu: "Trading lots",
  zhang: "sheets",
  keduokai: "Can open more",
@@ -424,8 +424,8 @@
  xianjiaweituo: "Limited order",
  gongxini: "Congratulations",
  xiadanchenggong: "Order successfully placed",
  kaiduo: "Multiple positions",
  kaikong: "Short position",
  kaiduo: "Buy",
  kaikong: "Short",
  yichengjiao: "Dealed",
  weituozongliang: "Total commissioned",
  dingdanguanli: "Order Status",
@@ -446,6 +446,7 @@
  shouyi: "Revenue",
  shouyilv: "Yield",
  pingcang: "Sell",
  pingcang2: ' Close Order',
  dangqian: "Current",
  yongxu: "Sustainable",
src/i18n/en/user.js
@@ -126,7 +126,7 @@
  yongxuheyue: "Perpetual Contract",
  heyue: "Contract",
  shuliang: "Amount",
  kaicangjiage: "EntryPrice",
  kaicangjiage: "Openning price",
  biaojijiage: "mark price",
  "weishixianyingkui(shouyilv)": "PNL(ROE)",
  weishixianyingkui: "PNL",
@@ -496,8 +496,8 @@
  xian17: "24H Remaining Withdrawal Limit",
  xian18: "Withdrawal has not arrived",
  xian19:
    "If you encounter the following problems during the withdrawal process, you can retrieve your assets through 'Contact Online Customer Service'",
  xian20: "It has not been received for a long time after the withdrawal",
    "In order to ensure the security of funds, when your account security strategy is changed, the password is modified, and the use of the new address withdrawal, we will conduct artificial audit on the withdrawal. Please wait patiently for the staff's telephone or mail to contact",
  xian20: "Must be sure to confirm the security of the computer and browser to prevent the information from being tampered with or leaked.",
  xian21: "Contact online customer service",
  xian22: "Recent withdrawal records",
  xian23: "Confirming",
@@ -623,7 +623,7 @@
  ma36: 'UID',
  ma37: 'Credit Score',
  ma37: 'Credit Score',
  ma38: 'Deepcoin was founded in 2014 and is headquartered in the UK. It is a world-leading digital asset trading platform, committed to providing users with safe, professional, and convenient digital currency trading services. It holds a 43.17% market share in the crypto matching trading sector.',
  ma38: 'Deepcoin was founded in 2018 and is currently headquartered in Singapore. It is a leading global digital currency asset trading platform, dedicated to providing users with safe, professional and convenient digital currency trading services. It has a market share of 43.17% in the field of cryptocurrency matching transactions.',
  ma39: 'About',
  ma40: 'About Us',
  ma41: 'Terms of Service',
@@ -632,6 +632,94 @@
  ma44: 'Help Center',
  ma45: 'Customer Service Center',
  ma46: 'Deepcoin Global Premium Digital Assets',
  ma47: 'Current Orders',
  ma48: 'Order History',
  ma49: 'Current Pledge',
  ma50: 'Pledge History',
  ma51: 'Funds in Custody',
  ma52: 'Estimated Earnings Today',
  ma53: 'Orders in Custody',
  ma54: 'Pledge',
  ma55: 'Pledge Record',
  ma56: 'Earn Mining Rewards Continuously',
  ma57: 'Locked mining means entrusting USDT to the platform’s supercomputing miners for mining income in the platform pool.',
  ma58: 'Product Highlights',
  ma59: 'Deposit and Withdraw Anytime',
  ma60: 'Dividend Cycle',
  ma61: 'Daily Distribution',
  ma62: 'Flexible Interest',
  ma63: 'Project Introduction',
  ma64: 'Ethereum is a decentralized open-source blockchain system with its own cryptocurrency Ether (ETH), serving as a platform for many other digital coins and for executing decentralized smart contracts.',
  ma65: 'We cooperate with hardware mining companies to launch online mining income products.',
  ma66: 'Pledge your USDT, and we will use the equivalent ETH to participate in physical mining.',
  ma67: 'This product will invest in designated AI miners and share dividends.',
  ma68: 'Example',
  ma69: 'A member locks 10,000U for mining on the platform. Choosing a 1-day cycle with a daily output of 0.3% of the locked amount, the daily output is: 10,000U*0.3% = 30U. After 1 day, you can get 30U income. Income is distributed daily, and after the lock-up ends, the principal is automatically transferred to your asset account.',
  ma70: 'Project Rules',
  ma71: 'USDT pledged during the event will be included in the snapshot calculation.',
  ma72: 'Pledged USDT will be automatically terminated at the end of the event.',
  ma73: 'The yield is estimated, please refer to the actual amount received.',
  ma74: 'Income will be distributed to your exchange account after 24 hours.',
  ma75: 'If you need to end the event early, please contact customer service.',
  ma76: 'Platform Introduction',
  ma77: 'Deepcoin is a world-leading digital asset trading platform, committed to providing users with safe, professional, and convenient digital currency trading services.',
  ma78: 'The company was founded in 2014 and is currently headquartered in the UK. In 2022, after eight years of development, Deepcoin achieved great success in Europe, occupying 43.17% of the market share in the crypto matching trading sector and attracting a large amount of capital. To accelerate its global strategic layout, the Deepcoin team decided to establish a second headquarters in North America. At the end of 2022, it was officially established in the United States! In the same year, Deepcoin applied for and obtained the Fincen MSB license from the US financial authorities, marking another step forward in security, compliance, and stability.',
  ma79: 'The US MSB license is a financial license issued and regulated by FINCEN (the Financial Crimes Enforcement Network under the US Department of the Treasury). The US Treasury and SEC clearly emphasize that companies engaged in digital asset-related businesses in the US must register with FINCEN to obtain an MSB license, meaning they must operate with a license and comply with anti-money laundering and anti-terrorist financing regulations.',
  ma80: 'At the same time, from the user’s perspective, with a deep understanding of the blockchain field, Deepcoin carefully selects high-quality coins for global users and leads the trend of blockchain technology. The core team brings together senior technical engineers, global blockchain research experts, an international operations team, and top international risk control experts, adopting world-leading encryption technology.',
  ma81: 'The self-developed cluster memory matching system integrates multiple currencies and supports multiple languages, aiming to provide global users with safer, more stable, and more convenient digital asset trading.',
  ma82: 'Deepcoin international digital asset trading service platform focuses on digital asset trading services, providing professional trading functions, intelligent trading and matching, multi-party entrusted orders, convenient trading, fund custody, and easy account management. At the same time, it cooperates and communicates with various digital currency exchanges in the industry to realize a global digital asset concept.',
  ma83: 'Convenient and smooth user experience: Deepcoin carefully crafts user habits and designs the entire process with a user-first principle. The system provides 24/7 uninterrupted trading services and system-level security protection. Deepcoin has accumulated a wealth of experience in the digital currency industry, and excellent R&D personnel are committed to providing users with top-level system security. Deepcoin is a global currency trading venue, serving users worldwide, continuously launching digital currencies from various countries and providing global trading services. The rich digital currency market offers high-quality and complete varieties, providing users with a convenient and smooth experience.',
  ma84: 'At Deepcoin, our vision is for every wallet to own cryptocurrency. We hope to achieve this goal by making cryptocurrency as easy and accessible as possible for everyone.',
  ma85: 'The Deepcoin cryptocurrency platform has over 24,000 daily active traders, offers more than 180 trading pairs, supports exchanging Deepcoin tokens and operating in more than 6 fiat currencies, with an average daily trading volume exceeding $200 million.',
  ma86: '1. Parties',
  ma87: '1.1 Deepcoin is a company established under the laws of the United States. This website is a platform for users to conduct digital asset transactions and provide related services (hereinafter referred to as "the Company" or "the Service"). For convenience of expression in this agreement, the Company and this website are collectively referred to as "we" or other first-person terms in this agreement.',
  ma88: '1.2 Any natural person or other entity who logs into this website is a user of this website. For convenience of expression in this agreement, "you" or other second-person pronouns are used.',
  ma89: '1.3 For convenience of expression in this agreement, we and you are collectively referred to as "the parties" in this agreement, and we or you are referred to as "a party".',
  ma90: '2. Purpose of the Privacy Policy',
  ma91: 'The privacy policy stipulates that we only collect your information through your login, registration, and/or use of our services on this website, and how we use and protect the information collected.',
  ma92: '3. Your Consent',
  ma93: 'To ensure your confidence in how we handle personal data, you must read and understand the provisions of the privacy policy in detail. In particular, once you log in to our website, whether or not you register on the website, you indicate your acceptance, agreement, commitment, and confirmation to us:',
  ma94: '3.1 You voluntarily disclose personal information to us with the required consent;',
  ma95: '3.2 You will comply with all terms and restrictions of this privacy policy;',
  ma96: '3.3 You agree that we collect your information through login, registration, and/or use of our services on this website; you agree to any future changes to our privacy policy;',
  ma97: '3.4 You agree that our subsidiaries, affiliates, and employees may contact you about products and services that may be of interest to you (unless you have indicated that you do not wish to receive such information).',
  ma98: '4. Information Collected',
  ma99: '4.1 When you use this website, you agree that we use cookies to track your every action and collect and remember all information you leave, including but not limited to your IP address, geographic location, etc.',
  ma100: '4.2 If you wish to use the services provided by this website, you need to fill in and provide the following two types of information:',
  ma101: '4.2.1 Identity information. This information helps us verify whether you are eligible to register as a member of this website, including but not limited to your name, residential address, mailing address, various certificates issued by your country or government that prove your identity, and all numbers and other information that can help us verify your identity (collectively referred to as "identity information").',
  ma102: '4.2.2 Service information.',
  ma103: '4.3 When you use this website or its services, we may collect more necessary information through the dedicated mailbox published on this website or other methods we deem compliant, in order to improve the use of this website, enhance your experience and security, or as required by court or applicable laws and regulations, or orders from other competent government authorities.',
  ma104: '4.4 If you visit other third-party websites or any links of cooperative third parties on this website, you should agree to and comply with the separate and independent privacy policies of those third-party networks. We are not responsible for the content and activities of these websites or partners.',
  ma105: '5. Cookies',
  ma106: '5.1 When you visit our website, we use cookies and Google Stats to record our performance and check the effectiveness of online advertising. Cookies are small pieces of data sent to your browser and stored on your computer’s hard drive. Cookies are only sent to your computer’s hard drive when you access our website using a computer.',
  ma107: '5.2 Cookies are generally used to record the habits and preferences of visitors when browsing various items on our website. The information collected by cookies is anonymous collective statistics and does not contain personal information.',
  ma108: '5.3 Cookies cannot be used to obtain data from your hard drive, your email address, or your private information. They allow the website or service provider system to recognize your browser and capture and remember information. Most browsers are preset to accept cookies. You can choose to set your browser not to accept cookies or to notify you immediately after installing cookies. However, if you set to disable cookies, you may not be able to activate or use certain functions of our website.',
  ma109: '6. Use of Information',
  ma110: '6.1 We use the information we collect for the following purposes or in the following ways:',
  ma111: '6.1.1 To provide you with our various services through our website;',
  ma112: '6.1.2 To identify and confirm your identity when you use our website;',
  ma113: '6.1.3 To improve and enhance the services of the website (based on the information and feedback we receive from you, to help us improve the services of the website so that we can respond more effectively to your service requests and support needs);',
  ma114: '6.1.4 The website uses statistics and data analysis in cooperation with government agencies and enterprises;',
  ma115: '6.1.5 To personalize your experience (your information helps us better respond to your individual needs);',
  ma116: '6.1.6 Transaction processing (your information, whether public or private, will not be sold, exchanged, transferred, or provided to any other company for any reason without your consent, except for the express purpose of completing the transaction you request);',
  ma117: '6.1.7 To send periodic emails (the email address you provide for order processing may be used to send you information and updates about your order, in addition to occasionally receiving our news, updates, related product or service information, etc.);',
  ma118: '6.1.8 To fulfill other purposes stipulated in the website user agreement and all legal means to achieve that purpose.',
  ma119: '6.2 We will not sell, trade, or otherwise transfer information to other parties or allow others to collect and use information, except for the following parties and information: our affiliates, trusted third parties who help us operate our website, conduct business, or provide services to you, as long as these third parties agree to keep the information confidential; when we believe that disclosure is appropriate, in compliance with laws, regulations, rules, and regulations, or orders from courts or other competent authorities, and to enforce our website policies, or when information is required for the normal operation of the website, or to protect our or others’ rights, property, or safety. However, your information will not be provided to other parties for marketing, advertising, or other purposes.',
  ma120: '7. Protection of Personal Data',
  ma121: '7.1 We implement appropriate physical, electronic, management, and technical measures to protect and safeguard the security of your personal data. We strive to ensure that any personal information collected through our website is not subject to any nuisance from unrelated third parties. The security measures we take include but are not limited to:',
  ma122: '7.1.1 Physical measures: Records containing your personal data will be stored in locked places.',
  ma123: '7.1.2 Electronic measures: Computer data containing your personal data will be stored in computer systems and storage media with strict login restrictions.',
  ma124: '7.1.3 Management measures: Only employees authorized by us can access your personal data, and these employees must comply with our internal rules regarding the confidentiality of personal data.',
  ma125: '7.1.4 Technical measures: Encryption technologies such as Secure Socket Layer encryption may be used to transmit your personal data.',
  ma126: '7.1.5 Other measures: Our web servers are protected by "firewalls".',
  ma127: '7.2 If you discover any security vulnerabilities on our website, please contact us immediately so that we can take appropriate measures as soon as possible.',
  ma128: '7.3 Despite the above technical and security measures, we cannot guarantee the absolute security of information transmitted over the Internet, so we cannot absolutely guarantee that the personal information you provide to us through our website is secure at all times. We are not responsible for any incidents of unauthorized access to your personal data, and we are not liable for any loss or damage caused thereby.',
  ma129: '8. Revision of Privacy Policy',
  ma130: 'We reserve the right to modify this privacy policy at any time. We will update and publish the effective date of the new version to inform you that we have revised the privacy policy and highlight the changes. Sometimes we will issue a notice to inform you that the privacy policy has been revised, but this is not our obligation. You should regularly review the privacy policy and pay attention to its revisions. If you do not agree with the revised content, you should immediately stop visiting this website. When the updated version of the privacy policy is released, your continued visit to this website indicates your agreement to the updated content and your agreement to abide by the updated privacy policy.',
  ma131: '9. Communication with Us',
  ma132: '9.1 If you have any requests or comments, you can send an email to Deepcoincrypto@outlook.com. This is our only valid and official email for communication with you, so we are not responsible for any actions or failures due to your use of invalid contact information.',
  ma133: '9.2 We only publish announcements and information through the valid contact methods on this website or by posting announcements on this website, so we are not responsible for any losses you incur due to trusting information obtained through other means.',
  ma134: '9.3 If you have any questions about our privacy policy, please feel free to contact us.',
};
src/i18n/fra/home.js
@@ -309,7 +309,7 @@
    "chongzhi": "réinitialisation",
    "queding": "Es-tu sûr",
    "tiaozhengganggan": "Ajustez l’effet de levier",
    "gangganbeishu": "杠杆multiple",
    "gangganbeishu": "multiple",
    "dengluhougenggai": "Modification après la connexion",
    "quxiao": "Annuler",
    "kaicang": "Ouvrir un poste",
src/i18n/fra/user.js
@@ -592,5 +592,34 @@
    ma44: 'Centre d’aide',
    ma45: 'Centre de service client',
    ma46: 'Deepcoin Actifs numériques mondiaux de qualité',
    ma47: 'Ordres en cours',
    ma48: 'Historique des ordres',
    ma49: 'Engagement en cours',
    ma50: 'Historique des engagements',
    ma51: 'Fonds en garde',
    ma52: 'Revenus estimés aujourd\'hui',
    ma53: 'Ordres en garde',
    ma54: 'Engagement',
    ma55: 'Historique des engagements',
    ma56: 'Gagnez des revenus miniers en continu',
    ma57: 'Le minage verrouillé consiste à confier des USDT à des mineurs à supercalculateur de la plateforme pour générer des revenus de minage.',
    ma58: 'Points forts du produit',
    ma59: 'Dépôt et retrait à tout moment',
    ma60: 'Cycle de distribution',
    ma61: 'Distribution quotidienne',
    ma62: 'Intérêt flexible',
    ma63: 'Présentation du projet',
    ma64: 'Ethereum est un système blockchain open source décentralisé avec sa propre cryptomonnaie Ether (ETH), servant de plateforme à de nombreuses autres monnaies numériques et à l’exécution de contrats intelligents décentralisés.',
    ma65: 'Nous coopérons avec des sociétés minières matérielles pour lancer des produits de revenus de minage en ligne.',
    ma66: 'Engagez vos USDT, nous utiliserons l’équivalent en ETH pour participer au minage physique.',
    ma67: 'Ce produit investira dans des mineurs IA désignés et partagera les dividendes.',
    ma68: 'Exemple',
    ma69: 'Un membre effectue un minage verrouillé de 10 000U sur la plateforme. En choisissant un cycle de 1 jour avec un rendement quotidien de 0,3 %, le rendement quotidien est : 10 000U*0,3 % = 30U. Après 1 jour, vous pouvez obtenir 30U de revenus. Les revenus sont distribués quotidiennement, et à la fin du verrouillage, le principal est automatiquement transféré sur votre compte d’actifs.',
    ma70: 'Règles du projet',
    ma71: 'Les USDT engagés pendant l’événement seront inclus dans le calcul du snapshot.',
    ma72: 'Les USDT engagés seront automatiquement terminés à la fin de l’événement.',
    ma73: 'Le rendement est estimé, veuillez vous référer au montant effectivement reçu.',
    ma74: 'Les revenus seront distribués sur votre compte d’échange après 24 heures.',
    ma75: 'Pour mettre fin à l’événement plus tôt, veuillez contacter le service client.',
}
src/i18n/it/home.js
@@ -309,7 +309,7 @@
    "chongzhi": "resettare",
    "queding": "Sei sicuro",
    "tiaozhengganggan": "Regola la leva",
    "gangganbeishu": "杠杆multiplo",
    "gangganbeishu": "multiplo",
    "dengluhougenggai": "Modifica dopo l'accesso",
    "quxiao": "Annulla",
    "kaicang": "Apri una posizione",
src/i18n/kor/home.js
@@ -309,7 +309,7 @@
    "chongzhi": "재설정",
    "queding": "확실한가요",
    "tiaozhengganggan": "레버리지 조정",
    "gangganbeishu": "杠杆여러 개",
    "gangganbeishu": "여러 개",
    "dengluhougenggai": "로그인 후 변경",
    "quxiao": "취소",
    "kaicang": "포지션 열기",
src/i18n/kor/user.js
@@ -592,4 +592,33 @@
  ma44: '도움말 센터',
  ma45: '고객센터',
  ma46: 'Deepcoin 글로벌 프리미엄 디지털 자산',
  ma47: '현재 주문',
  ma48: '주문 내역',
  ma49: '현재 스테이킹',
  ma50: '스테이킹 내역',
  ma51: '관리 중인 자금',
  ma52: '오늘 예상 수익',
  ma53: '관리 중인 주문',
  ma54: '스테이킹',
  ma55: '스테이킹 기록',
  ma56: '채굴로 계속 수익 얻기',
  ma57: '락업 채굴은 USDT를 플랫폼의 슈퍼컴퓨팅 채굴기에 위탁하여 플랫폼 풀에서 채굴 수익을 얻는 것입니다.',
  ma58: '상품 특징',
  ma59: '언제든 입출금 가능',
  ma60: '배당 주기',
  ma61: '매일 지급',
  ma62: '유동 이자',
  ma63: '프로젝트 소개',
  ma64: '이더리움은 자체 암호화폐 Ether(ETH)를 보유한 탈중앙화 오픈소스 블록체인 시스템으로, 다양한 디지털 코인과 탈중앙화 스마트 계약 실행 플랫폼 역할을 합니다.',
  ma65: '우리는 하드웨어 채굴 회사와 협력하여 온라인 채굴 수익 상품을 출시합니다.',
  ma66: 'USDT를 스테이킹하면 동등한 ETH로 실물 채굴에 참여합니다.',
  ma67: '이 상품은 지정된 AI 채굴기에 투자하고 배당을 공유합니다.',
  ma68: '예시',
  ma69: '회원이 플랫폼에서 10,000U를 락업 채굴합니다. 1일 주기, 일일 수익률 0.3% 상품을 선택하면, 일일 수익은 10,000U*0.3% = 30U입니다. 1일 후 30U의 수익을 얻을 수 있으며, 수익은 매일 지급되고, 락업 종료 후 원금은 자동으로 자산 계정으로 이체됩니다.',
  ma70: '프로젝트 규칙',
  ma71: '이벤트 기간 동안 스테이킹된 USDT는 스냅샷 계산에 포함됩니다.',
  ma72: '스테이킹된 USDT는 이벤트 종료 시 자동으로 종료됩니다.',
  ma73: '수익률은 예상치이며, 실제 수령 금액을 기준으로 합니다.',
  ma74: '수익은 24시간 후 교환 계정에 분배됩니다.',
  ma75: '이벤트를 조기 종료하려면 고객센터에 문의하세요.',
}
src/i18n/th/home.js
@@ -309,7 +309,7 @@
  "chongzhi": "รี เซ็ต",
  "queding": "เธอแน่ใจหรือ",
  "tiaozhengganggan": "ปรับเลเวอเรจ",
  "gangganbeishu": "杠杆หลายรายการ",
  "gangganbeishu": "หลายรายการ",
  "dengluhougenggai": "เปลี่ยนแปลงหลังจากเข้าสู่ระบบ",
  "quxiao": "ยกเลิก",
  "kaicang": "เปิดตําแหน่ง",
src/i18n/vie/home.js
@@ -309,7 +309,7 @@
    "chongzhi": "Reset",
    "queding": "Bạn có chắc không",
    "tiaozhengganggan": "Điều chỉnh đòn bẩy",
    "gangganbeishu": "杠杆nhiều",
    "gangganbeishu": "nhiều",
    "dengluhougenggai": "Thay đổi sau khi đăng nhập",
    "quxiao": "Hủy",
    "kaicang": "Mở một vị thế",
src/views/forex/about.vue
@@ -3,53 +3,35 @@
    <div data-v-ff155e67="" class="helpCenter">
      <div data-v-ff155e67="" class="wrap containner">
        <div data-v-ff155e67="" class="htmlTemplate">
          <p><strong>平台簡介</strong></p>
          <p>
            Deepcoin
            是全球領先的數字貨幣資產交易平台,致力於為用戶提供安全、專業、便利的數字貨幣交易服務。
            <strong>{{ $t("message.user.ma76") }}</strong>
          </p>
          <p>
            該公司成立於 2014 年,目前總部位於英國。2022
            年,經過八年的發展,Deepcoin
            平台在歐洲取得了巨大成功,在加密貨幣撮合交易領域佔據了 43.17%
            的市場份額,也吸引了大量的資本。為了加速全球戰略佈局進程,Deepcoin
            團隊決定在北美設立第二總部。2022
            年底,在美國正式成立!同年,Deepcoin 向美國金融部門申請並獲得了
            Fincen Msb
            牌照,這也代表著在安全、合規、穩定的基礎上又向前邁進了一步。
            {{ $t("message.user.ma77") }}
          </p>
          <p>
            美國 MSB 牌照是由
            FINCEN(美國財政部下屬金融犯罪執法機構)監管頒發的金融牌照。美國財政部和證監會明確強調,在美國從事數字資產等相關業務的公司必須向
            FINCEN 註冊獲得 MSB
            牌照,即必須持牌運營,並必須遵守反洗錢和反恐融資法規。
            {{ $t("message.user.ma78") }}
          </p>
          <p>
            同時,從用戶角度出發,憑借對區塊鏈領域的深刻理解,為全球用戶精選優質幣種,引領區塊鏈技術潮流。核心團隊匯集了資深技術工程師、全球區塊鏈研究專家、國際化營運團隊、國際一流風控專家等業界頂尖人才,採用全球領先的加密技術。
            {{ $t("message.user.ma79") }}
          </p>
          <p>
            自主研發的集群內存撮合系統整合多幣種、支援多語言,致力於為全球用戶提供更安全、更穩定、更便利的數字資產交易。
            {{ $t("message.user.ma80") }}
          </p>
          <p>
            Deepcoin
            國際數字資產交易服務平台,專注於數字資產交易服務,提供專業的交易功能、智能交易智能撮合、多方委託下單、便捷交易、資金託管、輕鬆管理帳戶。同時與業界大大小小的數字貨幣交易所聯繫合作,互通訊息,實現覆蓋全球的數字資產共同概念。
            {{ $t("message.user.ma81") }}
          </p>
          <p>
            便捷流暢的使用者體驗 Deepcoin
            精心雕琢使用者的使用習慣,以體驗至上的原則進行全流程設計。系統提供
            7-24 小時不間斷的交易服務。系統級安全保護。 Deepcoin
            深耕數字貨幣產業,累積了大量的數字貨幣產業。優秀的研發人員致力於為使用者提供頂級的系統級安全。
            Deepcoin
            是一個全球用戶的貨幣交易場所,服務全球用戶,不斷推出各國的數字貨幣,為用戶提供全球交易服務。豐富的數字貨幣市場提供優質、品種齊全的數字貨幣,為用戶提供便利、流暢的體驗。
            {{ $t("message.user.ma82") }}
          </p>
          <p>
            在
            Deepcoin,我們的願景是每個錢包都擁有加密貨幣。我們希望通過讓每個人盡可能輕鬆且易於使用加密貨幣來實現這一目標。
            {{ $t("message.user.ma83") }}
          </p>
          <p>
            Deepcoin 加密貨幣平台擁有超過 24,000 名每日活躍交易者,提供超過 180
            個交易對,支持交換 Deepcoin 代幣並以 6
            種以上法定貨幣進行操作,日均交易量超過 2 億美元。
            {{ $t("message.user.ma84") }}
          </p>
          <p>
            {{ $t("message.user.ma85") }}
          </p>
        </div>
      </div>
@@ -87,7 +69,7 @@
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  color: #6d6d6d;
  color: #989898;
  background-color: #212121;
}
</style>
src/views/forex/customerService.vue
@@ -10,7 +10,7 @@
        <div class="right">
          <ul>
            <li>
              <span>在線客服</span
              <span>{{ $t("message.home.service") }}</span
              ><img src="@/assets/forexImages/online-1-d61bee88.png" alt="" />
            </li>
          </ul>
src/views/forex/termsOfService.vue
@@ -4,128 +4,83 @@
      <div data-v-33fbb5d7="" class="wrap containner">
        <div data-v-33fbb5d7="" class="htmlTemplate">
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>服務條款</b>
            <b>{{ $t("message.user.ma41") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>1、雙方</b>
            <b>{{ $t("message.user.ma86") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>1.1 </b><b>Deepcoin</b
            ><b
              ><font face="Helvetica">是一家依美國法律成立的公司。</font>&nbsp;
              本網站是為使用者進行數位資產交易並提供相關服務的平台(以下簡稱「本公司」或「服務」)。&nbsp;
              為了本協議表述之方便,本公司及本網站在本協議中統稱為「我們」或其他第一人稱名稱。</b
            >
            <b>{{ $t("message.user.ma87") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >1.2
              只要登入本網站的自然人或其他主體均為本網站的用戶,本協議中為表述之方便而使用「您」或其他第二人稱代名詞。</b
            >
            <b>{{ $t("message.user.ma88") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >1.3
              為了本協議表述之方便,我們和您在本協議中合稱為“雙方”,我們或您簡稱為“一方”。</b
            >
            <b>{{ $t("message.user.ma89") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>2.隱私權政策的目的</b>
            <b>{{ $t("message.user.ma90") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              ><font face="Helvetica"
                >隱私權政策規定,我們僅透過您登入本網站、在本網站註冊和</font
              >/或使用我們提供的服務來收集您的信息,以及我們如何使用和保護所收集的資訊。</b
            >
            <b>{{ $t("message.user.ma91") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>3、您的同意</b>
            <b>{{ $t("message.user.ma92") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              ><font face="Helvetica"
                >為確保您對我們處理個人資料的方式充滿信心,您必須詳細閱讀並理解隱私權政策的規定。</font
              >&nbsp;
              特別是一旦您登入我們的網站,無論您是否在網站上註冊,您都向我們表明您接受、同意、承諾和確認:</b
            >
            <b>{{ $t("message.user.ma93") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>3.1 您在獲得所需同意的情況下自願向我們披露個人資訊;</b>
            <b>{{ $t("message.user.ma94") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>3.2 您將遵守本隱私權政策的所有條款和限制;</b>
            <b>{{ $t("message.user.ma95") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >3.3
              您同意我們透過登入本網站、在本網站註冊和/或使用我們提供的服務收集您的資訊;
              您同意我們隱私權政策的任何未來變更;</b
            >
            <b>{{ $t("message.user.ma96") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >3.4
              您同意我們的分公司、關聯公司和員工就您可能感興趣的產品和服務與您聯繫(除非您已表明不希望收到此類資訊)。</b
            >
            <b>{{ $t("message.user.ma97") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>4、收集的資訊</b>
            <b>{{ $t("message.user.ma98") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >4.1
              當您使用本網站時,您同意我們使用Cookies來追蹤您的每一個行為,並收集和記住您留下的所有信息,包括但不限於您的IP位址、地理位置等資訊。</b
            >
            <b>{{ $t("message.user.ma99") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >4.2
              若您願意使用本網站提供的服務,您需要填寫並提供以下兩種資訊:</b
            >
            <b>{{ $t("message.user.ma100") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >4.2.1 身份資訊。&nbsp;
              這些資訊可以幫助我們驗證您是否有資格註冊成為本網站的會員,包括但不限於您的姓名、您的居住地址、郵寄地址、您所在國家或政府頒發的其他具有證明您身份的資訊的不同證書
              ,以及涉及的號碼及其他所有能夠幫助我們驗證您身分的資訊(以下統稱「身分資訊」)。</b
            >
            <b>{{ $t("message.user.ma101") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>4.2.2 服務資訊。&nbsp; 資訊".</b>
            <b>{{ $t("message.user.ma102") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >4.3
              當您使用本網站或其提供的服務時,我們可能會為了改善本網站的使用,增強您使用本網站及其提供的服務的體驗及其安全性,或根據法院或適用的法律法規的規定
              ,或其他有管轄權的政府機構命令,透過我們在本網站上公佈的專用郵箱或其他我們認為合規的方式收集更多必要的資訊。</b
            >
            <b>{{ $t("message.user.ma103") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >4.4
              如果您造訪本網站上的其他第三方網站或合作第三方的任何鏈接,您應同意並遵守該第三方網路單獨且獨立的隱私權政策。&nbsp;
              我們不對這些網站或合作夥伴的內容和活動負責。</b
            >
            <b>{{ $t("message.user.ma104") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
@@ -133,195 +88,119 @@
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >5.1 當您造訪我們的網站時,我們透過cookies使用Google
              Stats來記錄我們的表現並檢查線上廣告的效果。
              Cookie是發送到您的瀏覽器並儲存在您的電腦硬碟上的少量資料。&nbsp;
              只有當您使用電腦進入我們的網站時,cookies才會被傳送到您的電腦硬碟上。</b
            >
            <b>{{ $t("message.user.ma106") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >5.2
              Cookie通常用於記錄訪客在瀏覽我們網站上的各種項目時的習慣和偏好。
              cookie收集的資訊是匿名集體統計,不包含個人資訊。</b
            >
            <b>{{ $t("message.user.ma107") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >5.3
              Cookies不能用於獲取您的硬碟上的資料、您的電子郵件地址以及您的私人資訊。&nbsp;
              它們可以使網站或服務提供者係統識別您的瀏覽器並捕獲和記住資訊。&nbsp;
              大多數瀏覽器都預設為接受Cookie。&nbsp;
              您可以選擇將瀏覽器設定為不接受Cookie,或在安裝Cookie後立即通知您。&nbsp;
              但如果設定為禁止cookies,您可能無法啟動或使用我們網站的某些功能。</b
            >
            <b>{{ $t("message.user.ma108") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>六、資訊的使用</b>
            <b>{{ $t("message.user.ma109") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>6.1 我們將收集的您的資訊用於以下目的或透過以下方式使用:</b>
            <b>{{ $t("message.user.ma110") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>6.1.1 透過我們的網站向您提供我們的各項服務;</b>
            <b>{{ $t("message.user.ma111") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>6.1.2 當您使用我們的網站時,您可以識別並確認您的身分;</b>
            <b>{{ $t("message.user.ma112") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.1.3
              為了改善和增強網站的服務(根據我們收到的您的資訊和回饋,幫助我們改進網站的服務,以便我們更有效地回應您的服務請求和支援需求);</b
            >
            <b>{{ $t("message.user.ma113") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>6.1.4 本網站使用統計及與政府機關、事業單位合作的資料分析;</b>
            <b>{{ $t("message.user.ma114") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.1.5
              個人化您的體驗(您的訊息將幫助我們更能回應您的個人需求);</b
            >
            <b>{{ $t("message.user.ma115") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.1.6
              交易處理(您的信息,無論是公開的還是私人的,未經您的同意,不會以任何理由出售、交換、轉讓或提供給任何其他公司,除非是為了完成您要求的交易的
              明確目的之外);</b
            >
            <b>{{ $t("message.user.ma116") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.1.7
              定期發送電子郵件(您提供的用於訂單處理的電子郵件地址,除了偶爾接收我們的新聞、更新、相關產品或服務資訊等外,還可用於向您發送資訊和更新您的訂單)
              ;</b
            >
            <b>{{ $t("message.user.ma117") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.1.8
              滿足本網站使用者協議規定的其他目的以及滿足該目的的一切合法手段。</b
            >
            <b>{{ $t("message.user.ma118") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >6.2
              我們不會向其他方出售、交易或以其他方式轉讓信息或允許他人收集和使用信息,但不包括以下其他方及以下信息:我們的關聯公司、幫助我們運營我們的網站、開展業務的或
              受信任的人向您提供服務的第三方,只要這些第三方同意對資訊保密;
              當我們認為所披露的資訊是適當的、符合法律、法規、規則和規定,或來自法院或其他主管機關命令和
              執行我們的網站策略、網站正常運作所需的資訊時,附屬公司要求提供服務或保護我們或他人的權利、財產或安全。&nbsp;
              但是,您的資訊不會出於行銷、廣告或其他目的而提供給其他方。</b
            >
            <b>{{ $t("message.user.ma119") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>七、個人資料的保護</b>
            <b>{{ $t("message.user.ma120") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.1
              我們實施適當的實體、電子、管理和技術措施來保護和保障您個人資料的安全。&nbsp;
              我們盡力確保透過我們網站收集的任何個人資訊不會受到與我們無關的第三方的任何滋擾。&nbsp;
              我們採取的安全措施包括但不限於:</b
            >
            <b>{{ $t("message.user.ma121") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>7.1.1 實體措施:包含您個人資料的記錄將儲存在上鎖的地方。</b>
            <b>{{ $t("message.user.ma122") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.1.2
              電子措施:包含您個人資料的電腦資料將儲存在受到嚴格登入限制的電腦系統和儲存媒體上。</b
            >
            <b>{{ $t("message.user.ma123") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.1.3
              管理措施:只有經我們授權的員工才能存取您的個人數據,這些員工需要遵守我們關於個人資料保密的內部規則。</b
            >
            <b>{{ $t("message.user.ma124") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.1.4
              技術措施:可能會使用安全通訊端層加密等加密技術來傳輸您的個人資料。</b
            >
            <b>{{ $t("message.user.ma125") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>7.1.5 其他措施:我們的網路伺服器受到「防火牆」的保護。</b>
            <b>{{ $t("message.user.ma126") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.2
              如果您發現我們網站有任何安全漏洞,請立即與我們聯繫,以便我們盡快採取適當措施。</b
            >
            <b>{{ $t("message.user.ma127") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >7.3
              儘管實施了上述技術和安全措施,但我們不能保證資訊在互聯網上傳輸的絕對安全,因此我們不能絕對保證您透過我們網站向我們提供的個人資訊在任何時候都是安全的。&nbsp;
              對於未經授權存取您的個人資料而發生的任何事件,我們不承擔任何責任,並且對於因此而造成的任何損失或損害,我們不承擔賠償責任。</b
            >
            <b>{{ $t("message.user.ma128") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>八、隱私權政策的修訂</b>
            <b>{{ $t("message.user.ma129") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              ><font face="Helvetica">我們保留隨時修改本隱私權政策的權利。</font
              >&nbsp;
              我們更新並公佈新版本的生效日期,以告訴您我們已經修訂了隱私權政策並突出顯示修訂內容。&nbsp;
              有時我們會發布通知告知您隱私權政策已修訂,但這不是我們的義務。&nbsp;
              您應定期查閱隱私權政策並注意其修訂情況。&nbsp;
              如果您不同意修改後的內容,您應立即停止造訪本網站。&nbsp;
              當隱私權政策更新版本發布後,您繼續造訪本網站即表示您同意更新內容並同意遵守更新後的隱私權政策。</b
            >
            <b>{{ $t("message.user.ma130") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>九、與我們的溝通</b>
            <b>{{ $t("message.user.ma131") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >9.1
              如果您有任何要求和意見,您可以發送電子郵件至Deepcoincrypto@outlook.com,這是我們溝通的唯一有效且官方的電子郵件與您聯繫,因此我們沒有對您使用有效的聯繫信息,對任何
              行為或失敗不承擔任何責任。</b
            >
            <b>{{ $t("message.user.ma132") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b
              >9.2
              我們僅透過本網站有效聯絡方式發佈公告和資訊或在本網站發佈公告,因此我們對您因信任非透過上述方式取得的資訊而產生的任何損失不承擔責任。</b
            >
            <b>{{ $t("message.user.ma133") }}</b>
          </p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">&nbsp;</p>
          <p style="margin: 0pt; text-indent: 0pt; padding: 0pt">
            <b>9.3 如果您對我們的隱私權政策有任何疑問,請隨時與我們聯絡。</b>
            <b>{{ $t("message.user.ma134") }}</b>
          </p>
          <p>&nbsp;</p>
        </div>
@@ -355,7 +234,7 @@
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  color: #6d6d6d;
  color: #989898;
  background-color: #212121;
}
</style>
src/views/wallet/components/account.vue
@@ -44,14 +44,14 @@
          >
            {{ $t("message.home.jiaogeheyue") }}
          </div>
<!--          <div-->
<!--            v-if="pageType !== 'forex'"-->
<!--            class="tab-customize"-->
<!--            :class="heYueType == 2 ? 'tabActive' : ''"-->
<!--            @click="ChooseHeYueType(2)"-->
<!--          >-->
<!--            {{ $t("message.home.xianhuojiaoyishouye") }}-->
<!--          </div>-->
          <!--          <div-->
          <!--            v-if="pageType !== 'forex'"-->
          <!--            class="tab-customize"-->
          <!--            :class="heYueType == 2 ? 'tabActive' : ''"-->
          <!--            @click="ChooseHeYueType(2)"-->
          <!--          >-->
          <!--            {{ $t("message.home.xianhuojiaoyishouye") }}-->
          <!--          </div>-->
        </div>
      </div>
      <!-- 永续合约列表 -->
@@ -304,7 +304,7 @@
        coin: "shuzihuobiZhanghu",
        forex: "waihuiZhanghu",
        usStocks: "meiguZhanghu",
        contract: "heyuezhanghu"
        contract: "heyuezhanghu",
      },
    };
  },
src/views/wallet/withdraw.vue
@@ -278,9 +278,7 @@
                          <div class="css-v0h2s1">
                            {{ $t("message.user.xian15") }}
                          </div>
                          <div class="css-rjs222">
                            {{ miniMoney }}
                          </div>
                          <div class="css-rjs222">{{ miniMoney }} USDT</div>
                        </div>
                      </div>
                      <div class="css-1dnnrwx">
@@ -289,9 +287,7 @@
                          <div class="css-v0h2s1">
                            {{ $t("message.user.xian16") }}
                          </div>
                          <div class="css-rjs222">
                            {{ feeFee }}
                          </div>
                          <div class="css-rjs222">{{ feeFee }} USDT</div>
                        </div>
                        <!-- 24H剩余提现额度 -->
                        <div class="css-1hythwr">
src/views/wealth/asset.vue
@@ -72,7 +72,7 @@
          >
          </el-switch>
          <span
          <!-- <span
            data-v-0036adc0=""
            style="
              margin-left: 10px;
@@ -80,7 +80,7 @@
              color: rgb(152, 152, 152);
            "
            >隱藏小余額</span
          >
          > -->
        </div>
        <div data-v-0036adc0="" class="search_right">
          <i data-v-0036adc0="" class="el-icon icon"
@@ -96,7 +96,7 @@
          ><input
            data-v-0036adc0=""
            type="text"
            placeholder="搜尋"
            :placeholder="$t('message.hangqing.sousuo')"
            class="search_right_input"
          />
        </div>
src/views/wealth/newLockMiner.vue
@@ -6,47 +6,46 @@
    <div class="router-view">
      <section class="container">
        <section class="header">
          <p class="header-title">質押</p>
          <p class="header-title">{{ $t("message.user.ma54") }}</p>
          <button aria-disabled="false" type="button" class="el-button header-btn">
            <i class="el-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
                <path fill="currentColor"
                  d="M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z">
                </path>
              </svg></i>
            <span class="" @click="goRouter('/pledgeRecord')">質押記錄</span>
            <span class="" @click="goRouter('/pledgeRecord')">{{ $t("message.user.ma55") }}</span>
          </button>
        </section>
        <section class="content">
          <p class="content-subtitle">挖礦賺不停</p>
          <p class="content-desc">鎖倉挖礦是通過將USDT託管給平台超算力礦機在平台礦池中進行的挖礦收益</p>
          <p class="content-subtitle">產品亮點</p>
          <p class="content-subtitle">{{ $t("message.user.ma56") }}</p>
          <p class="content-desc">{{ $t("message.user.ma57") }}</p>
          <p class="content-subtitle">{{ $t("message.user.ma58") }}</p>
          <div class="plane">
            <div class="plane-info">
              <p class="plane-info__title">隨存隨取</p>
              <p class="plane-info__desc">派息週期</p>
              <p class="plane-info__title">{{ $t("message.user.ma59") }}</p>
              <p class="plane-info__desc">{{ $t("message.user.ma60") }}</p>
            </div>
            <div class="plane-info">
              <p class="plane-info__title">每日下發</p>
              <p class="plane-info__desc">活期利息</p>
              <p class="plane-info__title">{{ $t("message.user.ma61") }}</p>
              <p class="plane-info__desc">{{ $t("message.user.ma62") }}</p>
            </div>
          </div>
          <p class="content-subtitle">專案介紹</p>
          <p class="content-subtitle">{{ $t("message.user.ma63") }}</p>
          <p class="content-desc">
            <span>1. 以太坊是一個去中心化的開源區塊鏈系統,擁有自己的數位貨幣Ether.ETH 作為許多其他數位硬幣的平台,以及用於執行去中心化智能合約的平台 。</span>
            <span>2. 我們採取與硬體礦業公司合作的形式,推出網路挖礦收益產品。</span>
            <span>3. 質押您的USDT,我們將使用等值的ETH參與實體機挖礦。</span>
            <span>4. 本產品將參與投資指定Al礦機並分享分紅。</span>
            <span>1. {{ $t("message.user.ma64") }}</span>
            <span>2. {{ $t("message.user.ma65") }}</span>
            <span>3. {{ $t("message.user.ma66") }}</span>
            <span>4. {{ $t("message.user.ma67") }}</span>
          <div class="content-desc">
            <p class="title1">舉例</p>
            <span>會員在平台上進行鎖倉挖礦10000U。選擇了週期為1天,日產出為鎖倉金額的0.3%的理財產品,則每日產出如下:10000U*0.3%
              =30U即1天後可獲得30U的收益,收益每日下發,鎖倉結束可隨時訪問,鎖倉挖礦本金到期後,本金自動轉入您的資產帳戶</span>
            <p class="title1">專案規則</p>
            <span>1. 活動期間質押的USDT將計入持有快照的計算。</span>
            <span>2. 已質押的USDT將在活動結束時自動終止。</span>
            <span>3. 收益率為預估值,請以實際收到的金額為準。</span>
            <span>4. 收益將在24小時後分配到您的兌換帳戶。</span>
            <span>5. 如需提前結束活動,請聯絡客服。</span>
            <p class="title1">{{ $t("message.user.ma68") }}</p>
            <span>{{ $t("message.user.ma69") }}</span>
            <p class="title1">{{ $t("message.user.ma70") }}</p>
            <span>1. {{ $t("message.user.ma71") }}</span>
            <span>2. {{ $t("message.user.ma72") }}</span>
            <span>3. {{ $t("message.user.ma73") }}</span>
            <span>4. {{ $t("message.user.ma74") }}</span>
            <span>5. {{ $t("message.user.ma75") }}</span>
          </div>
          </p>
src/views/wealth/pledgeRecord.vue
@@ -18,7 +18,7 @@
          <div data-v-23118946="" class="head">
            <div data-v-23118946="">
              <div data-v-23118946="">正在託管資金</div>
              <div data-v-23118946="">{{ $t("message.user.ma51") }}</div>
              <div data-v-23118946="" class="value">
                <span data-v-23118946="">0</span
                ><span
@@ -30,15 +30,15 @@
              </div>
            </div>
            <div data-v-23118946="">
              <div data-v-23118946="">今日預計收益</div>
              <div data-v-23118946="">{{ $t("message.user.ma52") }}</div>
              <div data-v-23118946="" class="value">0</div>
            </div>
            <div data-v-23118946="">
              <div data-v-23118946="">累計收益</div>
              <div data-v-23118946="">{{ $t("message.user.leijishouyi") }}</div>
              <div data-v-23118946="" class="value">0</div>
            </div>
            <div data-v-23118946="">
              <div data-v-23118946="">託管中的訂單</div>
              <div data-v-23118946="">{{ $t("message.user.ma53") }}</div>
              <div data-v-23118946="" class="value">0</div>
            </div>
          </div>
@@ -109,7 +109,7 @@
  data() {
    return {
      activeName: 0,
      labels: ["當前質押", "歷史質押"],
      labels: [this.$t("message.user.ma49"), this.$t("message.user.ma50")],
      tableData: [],
      mineData: [],
    };
src/views/wealth/transactionRecord.vue
@@ -96,7 +96,7 @@
  data() {
    return {
      activeName: 0,
      labels: ["當前委託", "歷史委託"],
      labels: [this.$t("message.user.ma47"), this.$t("message.user.ma48")],
      tableData: [],
      mineData: [],
      pageNum: 1,