feat:修改数据结构

This commit is contained in:
zyronon
2025-07-21 00:03:52 +08:00
parent a90365e6a6
commit 3a913c8520
11 changed files with 3585 additions and 727 deletions

View File

@@ -21,7 +21,7 @@ export const routes: RouteRecordRaw[] = [
{path: 'home', component: HomeIndex},
{path: 'word', component: WordHomePage},
{path: 'study-word', component: StudyWord},
{path: 'edit-word-dict', component: EditWordDict},
{path: 'dict-detail', component: EditWordDict},
{path: 'article', component: ArticleHomePage},
{path: 'study-article', component: StudyArticle},
{path: 'edit-article', component: EditArticlePage},