feat: 完善项目功能和部署脚本
- 修复页面跳转白屏闪烁问题
- 集成过渡岗位页面(岗位装配中心)
- 添加iframe全屏嵌入(教务系统、就业规划)
- 优化企业资源卡片hover分裂效果
- 添加Windows和macOS快捷部署脚本
- 更新.gitignore忽略测试文件和缓存
🤖 Generated with Claude Code
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user