docs: 将“数据迁移”统一更名为“数据管理”

更新路由、侧边栏、页面标题及文档中的相关术语,以更准确地反映该模块的实际功能。数据导出和导入功能现在明确标注为“评论数据导出”和“评论数据导入”。
This commit is contained in:
anghunk
2026-01-29 17:53:16 +08:00
parent 12ef5ec9e2
commit e89aa7419d
6 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ const routes: RouteRecordRaw[] = [
name: 'data',
component: DataView,
meta: {
title: '数据迁移',
title: '数据管理',
},
},
],