From 44a94b861a546e7c6cb49836792d3451db0f37ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=8B=B82023?= Date: Tue, 26 Aug 2025 00:03:12 +0800 Subject: [PATCH] bug fix --- eslint.config.js | 1 - public/vite.svg | 1 + src/pages/CompanyJobsPage/components/JobList/index.jsx | 4 ++-- vite.config.js | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 public/vite.svg diff --git a/eslint.config.js b/eslint.config.js index 8538787..8aad11f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -32,7 +32,6 @@ export default defineConfig([ ], "react-hooks/exhaustive-deps": "warn", "no-console": "warn", - "simple-import-sort/imports": "error", "react-hooks/rules-of-hooks": "error", "no-nested-ternary": 0, // 允许嵌套三元表达式 "no-script-url": 0, // 允许javascript:; diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/CompanyJobsPage/components/JobList/index.jsx b/src/pages/CompanyJobsPage/components/JobList/index.jsx index 3995ee7..88939f9 100644 --- a/src/pages/CompanyJobsPage/components/JobList/index.jsx +++ b/src/pages/CompanyJobsPage/components/JobList/index.jsx @@ -39,8 +39,8 @@ export default ({ className = "", data = [], backgroundColor = "#FFFFFF" }) => {

{item?.position}