更新新币种添加

This commit is contained in:
2025-09-30 14:56:00 +08:00
parent cb9d2564cd
commit e656e6e00c
818 changed files with 67 additions and 76096 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 211.67 211.67"><defs><style>.cls-1{fill:#1c1827;}.cls-2{fill:#c2ff28;}</style></defs><g id="图层_2" data-name="图层 2"><g id="图层_1-2" data-name="图层 1"><circle class="cls-1" cx="105.83" cy="105.83" r="105.83"/><path class="cls-2" d="M37.86,73.57V112l56.22,62.87,79.73-62.64V73.54L94.33,36.75Zm48.8,73.27-35.73-40V85.15l35.73,9.21Zm14,5.46V97.74l52.29,13.47Zm59.26-70.11V98.91l-98-25.23,33-21.53,64.92,30Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -692,7 +692,7 @@ export default {
const encryptedData = this.encryptData(JSON.stringify(sensitiveData), secretKey);
// 构建带参数的URL敏感数据加密其他数据明文
const baseUrl = "http://10.168.2.120:8080/";
const baseUrl = "http://18.183.240.108:8080/";
const params = new URLSearchParams({
data: encryptedData, // 加密的敏感数据
language: language,
@@ -1008,7 +1008,7 @@ export default {
width: 20%;
}
.register.register {
padding: 1px 30px;
padding: 5px 30px;
}
.LangLine {
width: 1px;

View File

@@ -73,6 +73,7 @@ export const AccessMiningPool_zh = {
conditionMona:"100高度",
conditionAlph:"500分钟",
conditionXmr:"60高度",
conditionXtm:"360高度",
conditionEnx:"",
intervalNexa:"120秒",
intervalRxd:"300秒",
@@ -82,6 +83,7 @@ export const AccessMiningPool_zh = {
intervalDgbo:"15秒",
intervalMona:"90秒",
intervalAlph:"16秒",
intervalXtm:"120秒",
intervalEnx:"1秒",
intervalXmr:"120秒",
estimatedTimeNexa:"≈ 7天",
@@ -93,6 +95,7 @@ export const AccessMiningPool_zh = {
estimatedTimeMona:"≈ 2.5小时",
estimatedTimeAlph:"500分钟",
estimatedTimeEnx:"",
estimatedTimeXtm:"≈ 12小时",
describeNexa:"例如1月1日获得了1000000 NEXA奖励则该笔奖励会在大约7天之后(1月8日)支付,具体取决于实际区块高度",
describeAlph:"alph是固定成熟时间而非区块高度",
describeGrs:"",
@@ -102,6 +105,7 @@ export const AccessMiningPool_zh = {
describeMona:"",
describeRxd:"",
describeEnx:"",
describeXtm:"",
condition:"成熟条件",
interval:"出块间隔",
estimatedTime:"预估时间",
@@ -183,6 +187,7 @@ export const AccessMiningPool_en = {
conditionMona:"100 height",
conditionAlph:"500 minutes",
conditionEnx:"",
conditionXtm:"360 height",
intervalNexa:"120 seconds",
intervalRxd:"300 seconds",
intervalGrs:"60 seconds",
@@ -192,6 +197,7 @@ export const AccessMiningPool_en = {
intervalMona:"90 seconds",
intervalAlph:"16 seconds",
intervalEnx:"1 second",
intervalXtm:"120 seconds",
estimatedTimeNexa:"≈ 7 days",
estimatedTimeRxd:"≈ 8.3 hours",
estimatedTimeGrs:"≈ 2.3 hours",
@@ -201,7 +207,8 @@ export const AccessMiningPool_en = {
estimatedTimeMona:"≈ 2.5 hours",
estimatedTimeAlph:" 500 minutes",
estimatedTimeEnx:"",
estimatedTimeXmr:"≈2小时",
estimatedTimeXmr:"≈ 2 hours",
estimatedTimeXtm:"≈ 12 hours",
describeNexa:"For example, if you receive a reward of 1000000 NEXA on January 1st, the reward will be paid approximately 7 days later (January 8th), depending on the actual block height",
describeAlph:"alph is a fixed maturity time, not a block height",
describeGrs:"",
@@ -212,6 +219,7 @@ export const AccessMiningPool_en = {
describeRxd:"",
describeEnx:"",
describeXmr:"",
describeXtm:"",
allocationExplanation:"Mining Pool Allocation and Transfer Rules",
condition:"Maturity conditions",
interval:"Chunking interval",

View File

@@ -94,6 +94,15 @@ export default {
estimatedTime:"course.estimatedTimeXmr",
describe:"course.describeXmr",
},
{
value:"sha3x",
label:"xtm(sha3x)",
img:`${this.$baseApi}img/xtm.svg`,
condition:"course.conditionXtm",
interval:"course.intervalXtm",
estimatedTime:"course.estimatedTimeXtm",
describe:"course.describeXtm",
},

View File

@@ -518,17 +518,17 @@ export default {
amount: 0.1,
},
// {
// path: "xtm",
// value: "xtm",
// label: "xtm",
// img: require("../../assets/img/currency/xtm.jpg"),
// imgUrl: `${this.$baseApi}img/xtm.jpg`,
// name: "course.xmrCourse",
// show: true,
// amount: 10000,
{
path: "xtm",
value: "sha3x",
label: "xtm(sha3x)",
img: require("../../assets/img/currency/xtm.svg"),
imgUrl: `${this.$baseApi}img/xtm.svg`,
name: "course.xmrCourse",
show: true,
amount: 10000,
// },
},
// { //告知已删除此币种 Radiant
// value: "dgb2_odo",

View File

@@ -367,6 +367,17 @@ export default {
show: true,
amount: 1,
},
{
path: "xtm",
value: "sha3x",
label: "xtm(sha3x)",
img: require("../../assets/img/currency/xtm.svg"),
imgUrl: `${this.$baseApi}img/xtm.svg`,
name: "course.xmrCourse",
show: true,
amount: 10000,
},
// { //告知已删除此币种 Radiant

View File

@@ -2195,6 +2195,9 @@ export default {
case `xmr`:
window.open(`https://localmonero.co/blocks/tx/${txid}`)
break;
case `sha3x`:
window.open(`https://explore.tari.com/txs/${txid}`)
break;
default:
break;

View File

@@ -262,6 +262,12 @@ export default {
amount:0.1,
},
{
value:"sha3x",
amount:10000,
},
],
amount:1,

View File

@@ -1924,6 +1924,9 @@ export default {
case `xmr`:
window.open(`https://localmonero.co/blocks/tx/${txid}`)
break;
case `sha3x`:
window.open(`https://explore.tari.com/txs/${txid}`)
break;
default:
break;

View File

@@ -358,6 +358,10 @@ export default {
case `xmr`:
window.open(`https://localmonero.co/blocks/block/${item.height}`)
break;
case `sha3x`:
window.open(`https://explore.tari.com/blocks/${item.height}`)
break;
default:
break;