Files
novalon-website/.next/app-path-routes-manifest.json
T
张翔 8d0f86c365 fix: 修复 lint 错误
- 修复 Input/Textarea 组件中 React Hook 条件调用问题
- 修复 AboutSection 中的引号转义问题
- 更新 Input/Textarea 样式为医疗健康风格
2026-02-23 08:16:36 +08:00

13 lines
459 B
JSON

{
"/(marketing)/about/page": "/about",
"/(marketing)/cases/[id]/page": "/cases/[id]",
"/(marketing)/contact/page": "/contact",
"/(marketing)/news/[slug]/page": "/news/[slug]",
"/(marketing)/news/page": "/news",
"/(marketing)/page": "/",
"/(marketing)/products/page": "/products",
"/(marketing)/services/page": "/services",
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/favicon.ico/route": "/favicon.ico"
}