feat: add solutions list/detail pages

- types: SolutionPageSummary/Detail
- services/solution.service.ts
- app/solutions: list + detail pages
- Header nav: add 解决方案 link
This commit is contained in:
2026-08-06 16:24:08 +08:00
parent b5fe5e13ab
commit 73d2465ef2
5 changed files with 113 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import Link from "next/link";
const navItems = [
{ title: "首页", href: "/" },
{ title: "产品", href: "/products" },
{ title: "解决方案", href: "/solutions" },
{ title: "案例", href: "/cases" },
{ title: "博客", href: "/blog" },
];