From b0d2e629d94af2c7b949b2f03808e94073fc6f9f Mon Sep 17 00:00:00 2001 From: KQL Date: Thu, 4 Dec 2025 16:03:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=92=8C=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复页面跳转白屏闪烁问题 - 集成过渡岗位页面(岗位装配中心) - 添加iframe全屏嵌入(教务系统、就业规划) - 优化企业资源卡片hover分裂效果 - 添加Windows和macOS快捷部署脚本 - 更新.gitignore忽略测试文件和缓存 🤖 Generated with Claude Code --- .gitignore | 8 + css/components.css | 2 +- index.html | 1130 +++++++++++++++++++++++++++++++------- js/main.js | 56 +- js/ui/DetailInterface.js | 5 +- js/ui/ListInterface.js | 5 +- 启动服务器.bat | 51 ++ 启动服务器.sh | 72 +++ 快捷部署说明.md | 144 +++++ 9 files changed, 1234 insertions(+), 239 deletions(-) create mode 100644 启动服务器.bat create mode 100755 启动服务器.sh create mode 100644 快捷部署说明.md diff --git a/.gitignore b/.gitignore index e3f7212..2e71b19 100644 --- a/.gitignore +++ b/.gitignore @@ -5,12 +5,20 @@ .claude/ .vscode/ .idea/ +.serena/ # Backup files *.backup_* +*.backup # Node node_modules/ +# Test folders (可以根据需要调整) +测试/ +测试2/ +测试3/ +测试4/ + # Local server (optional, can be included if needed) # server.js diff --git a/css/components.css b/css/components.css index 7dbb14e..17bd3dc 100644 --- a/css/components.css +++ b/css/components.css @@ -81,7 +81,7 @@ max-height: 320px; overflow-y: auto; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); - z-index: 1000; + z-index: 10000; } /* 搜索结果项 */ diff --git a/index.html b/index.html index abba8be..6e8fc5f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - 多多畅职 - DuoDuo Career + 大专生就业服务平台 @@ -14,206 +14,719 @@ - - + - + + - + +
+
- - - - - - - -
- - -
-
-

- 最新动态 - News Center -

- - -
- - - +
+
+ - - + -