feat: add EditorGridSizePicker and EditorSelectionFrame components; implement FreeCreateView for article management; introduce ArticleSelectionOptimizeService for optimizing article selections

This commit is contained in:
2026-04-06 22:18:55 +08:00
parent 08ace0a9e0
commit 1e844704e4
20 changed files with 3033 additions and 740 deletions
+6 -6
View File
@@ -77,13 +77,13 @@ const router = createRouter({
},
},
{
path: "articles/optimize",
name: "articles-optimize",
component: () => import("@/views/FeatureStubView.vue"),
path: "articles/free-create",
name: "articles-free-create",
component: () => import("@/views/FreeCreateView.vue"),
meta: {
titleKey: "route.optimize.title",
descriptionKey: "route.optimize.description",
navKey: "/articles/optimize",
titleKey: "route.freeCreate.title",
descriptionKey: "route.freeCreate.description",
navKey: "/articles/free-create",
},
},
{