fix: 添加动态分类页面路由和模板

修复问题:
- 新增类别的详情页面路由不存在
- 导航栏缺少后台入口

新增:
- /category/{id} 路由
- category.html 模板页面
- 导航栏添加后台入口
This commit is contained in:
2026-04-09 12:22:56 +08:00
parent fc0e8c3443
commit 842663278c
5 changed files with 202 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
<a href="/tools" class="text-gray-600 hover:text-indigo-600">工具</a>
<a href="/compare" class="text-gray-600 hover:text-indigo-600">对比</a>
<a href="/knowledge" class="text-gray-600 hover:text-indigo-600">知识库</a>
<a href="/admin" class="text-gray-600 hover:text-indigo-600">后台</a>
</div>
</div>
</nav>