-
文章管理
-
-
文章管理功能开发中...
+
+
+
+
+
+
文章管理
+
+
+
+
+
+
+
+ | 标题 |
+ 分类 |
+ 状态 |
+ 发布时间 |
+ 操作 |
+
+
+
+
+ |
+
+ {{ post.title }}
+
+ |
+ {{ post.category?.name || '-' }} |
+
+
+ {{ post.status === 'published' ? '已发布' : post.status === 'draft' ? '草稿' : '归档' }}
+
+ |
+ {{ formatDate(post.created_at) }} |
+
+
+
+ |
+
+
+
+
+
加载中...
+
暂无文章
+
+
+
+
+
+
+
+
{{ isEditing ? '编辑文章' : '新建文章' }}
+
+
+
+
+
+
diff --git a/frontend/src/views/admin/TagManage.vue b/frontend/src/views/admin/TagManage.vue
index 3f95e3a..4cbf42b 100644
--- a/frontend/src/views/admin/TagManage.vue
+++ b/frontend/src/views/admin/TagManage.vue
@@ -1,8 +1,171 @@
+
+
-
标签管理
+
+
标签管理
+
+
+
-
标签管理功能开发中...
+
加载中...
+
+
+
+ {{ tag.name }}
+
+
+
+
+
+
+
+
+
+
+
{{ isEditing ? '编辑标签' : '新建标签' }}
+
+
+
+
diff --git a/frontend/src/views/auth/Login.vue b/frontend/src/views/auth/Login.vue
index cb9f09c..93aa757 100644
--- a/frontend/src/views/auth/Login.vue
+++ b/frontend/src/views/auth/Login.vue
@@ -1,15 +1,32 @@
@@ -41,8 +58,8 @@ async function handleLogin() {
/>
-
-