Browse Source

常规已更新

master
torsenli 2 years ago
parent
commit
ceaa4c2050
  1. 4
      src/i18n/en.json
  2. 4
      src/i18n/tw.json
  3. 2
      src/index.html
  4. 4
      src/views/home/index.vue
  5. 60
      src/views/option/kline.vue

4
src/i18n/en.json

@ -42,7 +42,7 @@
"user": "users trust us",
"tradings": "trading transactions",
"using": "payments using crypto",
"Why": "Why do you choose to buy digital currency in XUSEXChange",
"Why": "Why do you choose to buy digital currency in XUSCoins",
"believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ",
"Clarity": "Clarity",
"help": "We help you make sense of the coins, the terms, the dense charts and market changes",
@ -53,7 +53,7 @@
"convenient": "convenient",
"key": "One key transaction, more convenient operation",
"technology": "Our technology",
"XUSEXChange": "XUSEXChange 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 ",
"XUSCoins": "XUSCoins 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",

4
src/i18n/tw.json

@ -42,7 +42,7 @@
"user": "用戶信任我們",
"tradings": "交易",
"using": "使用加密貨幣支付",
"Why": "為什麼選擇在XUSEXChange購買數位貨幣",
"Why": "為什麼選擇在XUSCoins購買數位貨幣",
"believe": "我們相信Cryptolly會留下來,一個值得建設的未來將打開大門,邀請所有人加入",
"Clarity": "清晰度",
"help": "我們幫助你理解貨幣、條款、密集的圖表和市場變化",
@ -53,7 +53,7 @@
"convenient": "方便",
"key": "一鍵交易,操作更方便",
"technology": "我們的技術",
"XUSEXChange": "XUSEXChange採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務",
"XUSCoins": "XUSCoins採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務",
"guide": "初學者指南",
"Wear": "記下來",
"Get": "注册交易帳戶",

2
src/index.html

@ -21,7 +21,7 @@
for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) {
//todo 手机版跳转
window.location.href = 'https://app.xusexchange.com';
window.location.href = 'https://app.xuscoins.com';
break;
}
}

4
src/views/home/index.vue

@ -553,7 +553,7 @@
line-height: 50px;
"
>
{{ $t("common.XUSEXChange") }}.
{{ $t("common.XUSCoins") }}.
</div>
</div>
<!-- 右边图片 -->
@ -732,7 +732,7 @@
class="build-left-text-appname text-start service-title-text1"
style="font-size: 48px"
>
XUSEXChange APP
XUSCoins APP
</div>
<div class="dotfive d-flex">
<div class="dotblue" v-for="item in 5" :key="item"></div>

60
src/views/option/kline.vue

@ -451,36 +451,36 @@ methods: {
.removeClass("mydate");
};
// ma5,10,30
// widget.chart().createStudy(
// "Moving Average",
// false,
// true,
// [5, "close", 0],
// null,
// {
// "Plot.color": "#e843da",
// }
// );
// widget.chart().createStudy(
// "Moving Average",
// false,
// true,
// [10, "close", 0],
// null,
// {
// "Plot.color": "#53b987",
// }
// );
// widget.chart().createStudy(
// "Moving Average",
// false,
// true,
// [30, "close", 0],
// null,
// {
// "Plot.color": "#ff231f",
// }
// );
widget.chart().createStudy(
"Moving Average",
false,
true,
[5, "close", 0],
null,
{
"Plot.color": "#e843da",
}
);
widget.chart().createStudy(
"Moving Average",
false,
true,
[10, "close", 0],
null,
{
"Plot.color": "#53b987",
}
);
widget.chart().createStudy(
"Moving Average",
false,
true,
[30, "close", 0],
null,
{
"Plot.color": "#ff231f",
}
);
});
},
},

Loading…
Cancel
Save