feat(home): align stage cards across locales

This commit is contained in:
sanbuphy
2026-03-16 12:42:29 +08:00
parent 8cb13c70e3
commit 74c2f4ab26
13 changed files with 457 additions and 92 deletions
+2
View File
@@ -13,6 +13,7 @@ import NavGrid from './components/NavGrid.vue'
import NavCard from './components/NavCard.vue'
import CategoryIndex from './components/CategoryIndex.vue'
import ArticleGrid from './components/ArticleGrid.vue'
import RelatedArticlesSection from './components/RelatedArticlesSection.vue'
import StepBar from './components/StepBar.vue'
import ChapterIntroduction from './components/ChapterIntroduction.vue'
import ReadingProgress from './components/ReadingProgress.vue'
@@ -849,6 +850,7 @@ export default {
app.component('NavCard', NavCard)
app.component('CategoryIndex', CategoryIndex)
app.component('ArticleGrid', ArticleGrid)
app.component('RelatedArticlesSection', RelatedArticlesSection)
app.component('StepBar', StepBar)
app.component('ChapterIntroduction', ChapterIntroduction)
app.component('ReadingProgress', ReadingProgress)