refactor(admin): 合并功能设置到网站设置并更新文档

将功能开关设置从独立页面合并到网站设置页面,简化导航结构
更新相关API文档和功能说明文档
移除不再使用的FeatureSettingsView组件和相关路由配置
This commit is contained in:
anghunk
2026-01-22 22:37:00 +08:00
parent e0be92b1fe
commit 43fe456d06
9 changed files with 200 additions and 299 deletions

View File

@@ -45,6 +45,7 @@ GET /api/comments
"postSlug": "/blog/hello-world",
"avatar": "https://gravatar.com/avatar/...",
"priority": 2,
"likes": 5,
"replies": [
{
"id": 2,
@@ -58,7 +59,8 @@ GET /api/comments
"avatar": "https://gravatar.com/avatar/...",
"parentId": 1,
"replyToAuthor": "张三",
"priority": 1
"priority": 1,
"likes": 2
}
]
}