V1.2.0需求完成测试版

This commit is contained in:
2025-08-01 16:33:33 +08:00
parent 4e764d2d17
commit bc0cd959f0
75 changed files with 2191 additions and 1973 deletions

View File

@@ -10,17 +10,17 @@ export default{
selectedLanguage: 'zh',
/** 分类按钮数据 */
categories: [
{ id: 1, name: 'API文档', route: 'apiFile' },
{ id: 2, name: '挖矿教程', route: 'AccessMiningPool/nexaAccess' },
{ id: 3, name: '服务条款', route: 'ServiceTerms' },
{ id: 4, name: '费率', route: 'rate' },
{ id: 5, name: '公告中心', route: 'announcements' },
{ id: 6, name: '常见问题', route: 'commonProblem' },
{ id: 1, name: 'home.APIfile', route: 'apiFile' },//API文档
{ id: 2, name: 'home.miningTutorial', route: 'AccessMiningPool/nexaAccess' },//挖矿教程
{ id: 3, name: 'home.serviceTerms', route: 'ServiceTerms' },//服务条款
{ id: 4, name: 'home.rate', route: 'rate' },//费率
{ id: 5, name: 'home.announcements', route: 'announcements' },//公告中心
{ id: 6, name: 'home.commonProblem', route: 'commonProblem' },//常见问题
],
/** 推荐内容数据 */
recommendedItems: [
{ id: 1, description: '矿池分配及转账规则' ,route:"allocationExplanation"},
{ id: 1, description: 'home.allocationExplanation' ,route:"allocationExplanation"},//矿池分配及转账规则
// { id: 2, description: '余额不足如何任何偿还,该如何规划运营?' },
// { id: 3, description: '矿池选择它已经拥有综合的优势时间,怎么办?' }
],