From 9c5cdfc015575286a5028b57a36b5c080a7bc6c7 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 18 Nov 2025 17:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9k=E7=BA=BF=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/zh-TW.json | 2 +- pages/exchange/index.vue | 3 ++- static/chart_main/sevencoin.js | 12 ++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 3cadc68..8374b5c 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -844,7 +844,7 @@ }, "recharge": { "a0": "切換幣種", - "a1": "*改地址只能接收", + "a1": "*该地址只能接收", "a2": "的資產,如果充值其他幣種,將無法找回!", "a3": "推薦使用ERC20進行收款", "a4": "複製地址", diff --git a/pages/exchange/index.vue b/pages/exchange/index.vue index b4f7f96..99bc16e 100644 --- a/pages/exchange/index.vue +++ b/pages/exchange/index.vue @@ -209,7 +209,8 @@ export default { buyList: [], sellList: [], tradeList: [], - activeTime: "1D", + // activeTime: "1D", + activeTime: "60", index: "", marketList: [], collect: [], diff --git a/static/chart_main/sevencoin.js b/static/chart_main/sevencoin.js index d2de453..c83e1cc 100644 --- a/static/chart_main/sevencoin.js +++ b/static/chart_main/sevencoin.js @@ -3,8 +3,10 @@ $(function () { let light = { 'volumePaneSize': "small",//large, medium, small, tiny "paneProperties.background": "#ffffff", - "paneProperties.vertGridProperties.color": "#dcdee0", - "paneProperties.horzGridProperties.color": "#dcdee0", + // "paneProperties.vertGridProperties.color": "#dcdee0", + // "paneProperties.horzGridProperties.color": "#dcdee0", + "paneProperties.vertGridProperties.color": "#ffffff", + "paneProperties.horzGridProperties.color": "#ffffff", "scalesProperties.backgroundColor": "#ffffff", "scalesProperties.lineColor": "#dcdee0", "scalesProperties.textColor": "#333", @@ -20,8 +22,10 @@ $(function () { let dark = { 'volumePaneSize': "small",//large, medium, small, tiny "paneProperties.background": "#2b2b37", - "paneProperties.vertGridProperties.color": "#49495F", - "paneProperties.horzGridProperties.color": "#49495F", + // "paneProperties.vertGridProperties.color": "#49495F", + // "paneProperties.horzGridProperties.color": "#49495F", + "paneProperties.vertGridProperties.color": "#2b2b37", + "paneProperties.horzGridProperties.color": "#2b2b37", "scalesProperties.backgroundColor": "#2b2b37", "scalesProperties.textColor": "#fff", "scalesProperties.lineColor": "#49495F",