移动端 动态文档添加 首页导航bug修复

This commit is contained in:
2025-09-19 17:40:33 +08:00
parent 2fbc4c8a40
commit 1ca8b48ef7
18 changed files with 1226 additions and 715 deletions

View File

@@ -107,6 +107,7 @@ export const AccessMiningPool_zh = {
estimatedTime:"预估时间",
describe:"说明",
timeLimited:"限时",
backMenu:"返回挖矿教程目录",
}
}
@@ -220,5 +221,6 @@ export const AccessMiningPool_en = {
timeLimited:"Time limited",
alphCourse:"Alephium(alph) Mining Tutorial",
xmrCourse:"Xmr(monero) Mining Tutorial",
backMenu:"Return to Table of Contents",
}
}

View File

@@ -76,6 +76,8 @@ export const api_zh = {
aCertainMiner: "挖矿账户下对应的某矿工号",
miningMachineHistory24h: "指定矿机历史24h平均算力",
realTimeMiningMachine24h30m: "指定矿机最近24h算力30m平均算力",
backMenu:"返回目录",
catalogue:"目录:",
}
}
@@ -112,6 +114,7 @@ export const api_en = {
"overviewOfMiningPool": "Overview of Mining Pool", "jurisdiction": "Required permissions", "parameter": "Request parameters", "currency": "currency", "response": "Response parameters", "serviceCharge": "Mining pool handling fee", "minimumPaymentAmount": "Minimum payment amount", "latelyPower24h": "Last seven days' computing power (24-hour average)", "Power24h": "Latest computing power of mining pool (24-hour average)", "height": "The current height of the mining pool", "currentMiners": "The current number of miners in the mining pool", "eachState": "Number of miners in each state", "realTimePower": "Real time computing power of mining pool", "averagePower30m": "Current average computing power of 30m", "averagePower24h": "Current 24-hour average computing power", "Company": "Company", "historyPower": "Overview of Mining Pool Historical Computing Power", "start": "start time", "start2": "Format yyyy MM dd differs from end by up to three months", "end": "End time", "end2": "Format yyyy MM dd differs from star by up to three months", "historyPower30m": "30m average computing power historical record", "historyPower24h": "24-hour average computing power history record", "miningAccount": "Mining account information", "minerData": "Number of miners data", "stateData": "Miner status data", "minerId": "Miner ID", "minerStatus": "Miner status", "minerStatus0": "0 represents online", "minerStatus1": "1 represents offline", "minerStatus2": "2 represents abnormal state", "overviewOfMiners": "Overview of miners under mining accounts", "accountApiKey": "The mining account name under the API-KEY bound account", "allMiners": "All miners under the mining account", "realTimeAccount": "Real time computing power of mining accounts", "account24h": "24-hour average computing power of mining account history", "account24h30m": "Mining account's computing power in the past 24 hours (average computing power of 30m)", "average24h30m": "The average computing power of 30m in the past 24 hours", "miningMachineInformation": "Mining machine information", "realTimeMiningMachine": "Specify the real-time computing power of the mining machine", "aCertainMiner": "The corresponding miner account under the mining account", "miningMachineHistory24h": "Specify the average computing power of the mining machine in the past 24 hours", "realTimeMiningMachine24h30m": "Designated mining machine's computing power in the past 24 hours (average computing power of 30m)",
apiAuthentication5:"API page",
apiAuthentication6:"Obtain (When requesting tokens, you can check the permissions according to your needs, and the optional permissions are public mining pool data query interface call permission, mining account data query interface call permission, and mining machine data query interface call permission).",
backMenu:"Return to Table of Contents",
catalogue:"Catalogue:",
}
}