fix: 修复 lint 错误
- 修复 Input/Textarea 组件中 React Hook 条件调用问题 - 修复 AboutSection 中的引号转义问题 - 更新 Input/Textarea 样式为医疗健康风格
This commit is contained in:
@@ -74,6 +74,78 @@
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/cases/case-1": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/cases/[id]",
|
||||
"dataRoute": "/cases/case-1.rsc",
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/cases/case-2": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/cases/[id]",
|
||||
"dataRoute": "/cases/case-2.rsc",
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/cases/case-3": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/cases/[id]",
|
||||
"dataRoute": "/cases/case-3.rsc",
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/contact": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
@@ -369,6 +441,33 @@
|
||||
}
|
||||
},
|
||||
"dynamicRoutes": {
|
||||
"/cases/[id]": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"routeRegex": "^/cases/([^/]+?)(?:/)?$",
|
||||
"dataRoute": "/cases/[id].rsc",
|
||||
"fallback": null,
|
||||
"fallbackRouteParams": [],
|
||||
"dataRouteRegex": "^/cases/([^/]+?)\\.rsc$",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/news/[slug]": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
@@ -399,8 +498,8 @@
|
||||
},
|
||||
"notFoundRoutes": [],
|
||||
"preview": {
|
||||
"previewModeId": "c6a36542ad7ebfc7c223a7fbc9691a11",
|
||||
"previewModeSigningKey": "ebb8acf12dc342c3580b933444d4e364e7e987e3ac1e6becd4056e3f5dc4bf45",
|
||||
"previewModeEncryptionKey": "78ce366482304da0cb9b03a22a2a6818e46790ee12a50113983c8996c8734705"
|
||||
"previewModeId": "f8b7a019445d228918b632c24b760a37",
|
||||
"previewModeSigningKey": "0229b2d89672d525828d923729b03bc02066d1b6b7889e275ec067db050fdbc6",
|
||||
"previewModeEncryptionKey": "ab6731045bbcf210f67ba45d5540d85f87dc13a127461e7ecb8292ca86d0f1b5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user