fix: 修复 lint 错误
- 修复 Input/Textarea 组件中 React Hook 条件调用问题 - 修复 AboutSection 中的引号转义问题 - 更新 Input/Textarea 样式为医疗健康风格
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"jsx",
|
||||
"js"
|
||||
],
|
||||
"poweredByHeader": true,
|
||||
"poweredByHeader": false,
|
||||
"compress": true,
|
||||
"images": {
|
||||
"deviceSizes": [
|
||||
@@ -34,6 +34,7 @@
|
||||
3840
|
||||
],
|
||||
"imageSizes": [
|
||||
16,
|
||||
32,
|
||||
48,
|
||||
64,
|
||||
@@ -83,7 +84,7 @@
|
||||
"productionBrowserSourceMaps": false,
|
||||
"excludeDefaultMomentLocales": true,
|
||||
"reactProductionProfiling": false,
|
||||
"reactStrictMode": null,
|
||||
"reactStrictMode": true,
|
||||
"reactMaxHeadersLength": 6000,
|
||||
"httpAgentOptions": {
|
||||
"keepAlive": true
|
||||
@@ -212,6 +213,7 @@
|
||||
"turbopackInferModuleSideEffects": false,
|
||||
"optimizePackageImports": [
|
||||
"lucide-react",
|
||||
"framer-motion",
|
||||
"date-fns",
|
||||
"lodash-es",
|
||||
"ramda",
|
||||
@@ -298,8 +300,8 @@
|
||||
},
|
||||
"distDirRoot": "dist"
|
||||
},
|
||||
"appDir": "/Users/zhangxiang/Codes/Gitee/home-page/ruixin-website-react",
|
||||
"relativeAppDir": "ruixin-website-react",
|
||||
"appDir": "/Users/zhangxiang/Codes/Gitee/home-page/novalon-website",
|
||||
"relativeAppDir": "novalon-website",
|
||||
"files": [
|
||||
".next/routes-manifest.json",
|
||||
".next/server/pages-manifest.json",
|
||||
|
||||
Reference in New Issue
Block a user