From b5085006141869f11f6716c7dc5c2a77063c7cda Mon Sep 17 00:00:00 2001 From: luyisha Date: Wed, 25 Oct 2023 09:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 16 ++++++++-------- i18n/lang/en.json | 6 +++--- i18n/lang/zh-CN.json | 2 +- manifest.json | 6 +++--- pages.json | 2 +- pages/exchange/contract-history.vue | 2 +- pages/exchange/open-position.vue | 2 +- pages/income/index.vue | 2 +- static/tradingview.html | 6 +++--- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app.js b/app.js index afc4003..b2d2793 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://mgg.cxisux.com/', + baseUrl: 'https://aj.ajcoins.com/', // 图片地址 (暂时无用) - imgUrl: 'https://mgg.cxisux.com/storage', + imgUrl: 'https://aj.ajcoins.com/storage', // socket地址 - socketUrl: 'wss://mgg.cxisux.com/ws1', - socketUrl1: 'wss://mgg.cxisux.com/ws2', + socketUrl: 'wss://aj.ajcoins.com/ws1', + socketUrl1: 'wss://aj.ajcoins.com/ws2', // pc端地址 - pcUrl:'https://mgg.cxisux.com/', + pcUrl:'https://aj.ajcoins.com/', // app名称 - appName: 'AACoins', + appName: 'AJCoins', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://app.xuscoins.com/', - down:"https://app.xuscoins.com/download/CINSCoin.html" + mobile: 'https://app.ajcoins.com/', + down:"https://app.ajcoins.com/download/CINSCoin.html" }; } else { //开发环境 config = { diff --git a/i18n/lang/en.json b/i18n/lang/en.json index c2ff4ec..d8d6907 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 XUSCoins", + "digital": "digital currency in AJCoins", "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", - "CoinsExpound": "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 ", + "CoinsExpound": "AJCoins 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", @@ -795,7 +795,7 @@ "a9": "multiple", "b0": "Are you sure you want to log out?", "b1": "Sign in or register", - "b2": "Hi, welcome to XUSCoins", + "b2": "Hi, welcome to AJCoins", "b3": "amount", "b4": "spot index ", "b5": "Contract index", diff --git a/i18n/lang/zh-CN.json b/i18n/lang/zh-CN.json index 64cb114..26d9dc0 100644 --- a/i18n/lang/zh-CN.json +++ b/i18n/lang/zh-CN.json @@ -750,7 +750,7 @@ "a9": "倍数", "b0": "确定要退出登录吗?", "b1": "登录或注册", - "b2": "Hi,欢迎使用XUSCoins", + "b2": "Hi,欢迎使用AJCoins", "b3": "量", "b4": "现货指数", "b5": "合约指数", diff --git a/manifest.json b/manifest.json index 52cfb83..1a2b381 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "XUSCoins", + "name" : "AJCoins", "appid" : "__UNI__88A589F", "description" : "", "versionName" : "1.0.0", @@ -112,7 +112,7 @@ "router" : { "base" : "./" }, - "domain" : "https://app.xuscoins.com", - "title" : "XUSCoins" + "domain" : "https://app.ajcoins.com", + "title" : "AJCoins" } } diff --git a/pages.json b/pages.json index b55e533..c6773dc 100644 --- a/pages.json +++ b/pages.json @@ -220,7 +220,7 @@ "titleNView": false }, "navigationBarTextStyle": "black", - "navigationBarTitleText": "XUSCoins", + "navigationBarTitleText": "AJCoins", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#FFFFFF" }, diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue index 351ea87..0ac174f 100644 --- a/pages/exchange/contract-history.vue +++ b/pages/exchange/contract-history.vue @@ -210,7 +210,7 @@ export default { myCanvas.font = '12px Arial';//绘制文字 myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653); myCanvas.font = '16px Arial'; - myCanvas.fillText('XUSCoins',88,windowHeight*0.63); + myCanvas.fillText('AJCoins',88,windowHeight*0.63); myCanvas.font = '14px Arial'; myCanvas.setFillStyle('#717171') myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53); diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index d3a71d7..ab2c1d8 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -1070,7 +1070,7 @@ export default { myCanvas.font = '12px Arial';//绘制文字 myCanvas.fillText('全球合约领跑者', 88, windowHeight * 0.653); myCanvas.font = '16px Arial'; - myCanvas.fillText('XUSCoins', 88, windowHeight * 0.63); + myCanvas.fillText('AJCoins', 88, windowHeight * 0.63); myCanvas.font = '14px Arial'; myCanvas.setFillStyle('#717171') myCanvas.fillText(i.pair_name, 25, windowHeight * 0.53); diff --git a/pages/income/index.vue b/pages/income/index.vue index 8063ffd..f582490 100644 --- a/pages/income/index.vue +++ b/pages/income/index.vue @@ -98,7 +98,7 @@ - XUSCoins + AJCoins 全球合约领跑者 diff --git a/static/tradingview.html b/static/tradingview.html index e50da7f..3cde33f 100644 --- a/static/tradingview.html +++ b/static/tradingview.html @@ -22,9 +22,9 @@
- - - + + +