V1.2.0需求 4个页面新增及功能 待处理编辑器锚点定位、编辑器发布的文章UI优化、中英文翻译

This commit is contained in:
2025-07-25 16:39:37 +08:00
parent 9fa026f267
commit 22dad92ef9
27 changed files with 3374 additions and 1269 deletions

View File

@@ -101,6 +101,13 @@ export const backendSystem_zh = {
transferAmount:"转账金额",
updateSuccess:"修改成功",
publishArticle:"发布文章",
pleaseInputKeyword:"请输入搜索内容",
pleaseInputType:"请选择文档类型",
pleaseSelect:"请选择",
miningTutorial:"挖矿教程",
commonProblems:"常见问题",
other:"其他",
announcementCenter:"公告中心",
}
}
@@ -208,6 +215,13 @@ export const backendSystem_en = {
transferAmount:"Transfer Amount",
updateSuccess:"Update Success",
publishArticle:"Publish Article",
pleaseInputKeyword:"Please input search content",
pleaseInputType:"Please select document type",
pleaseSelect:"Please select",
miningTutorial:"Mining Tutorial",
commonProblems:"Common Problems",
other:"Other",
announcementCenter:"Announcement Center",
}
}