8d0f86c365
- 修复 Input/Textarea 组件中 React Hook 条件调用问题 - 修复 AboutSection 中的引号转义问题 - 更新 Input/Textarea 样式为医疗健康风格
13 lines
459 B
JSON
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"
|
|
} |