feat: 新增 Login2 页面 — Canvas 全屏网络拓扑动画背景 - #3
Open
lenaelelle672-beep wants to merge 1 commit into
Open
Conversation
- 新增 Login2Page.tsx,使用 Canvas 绘制全屏资产管理网络动画 - 动画包含:Hub 节点 + 资产节点 + 连接拓扑 + 数据包脉冲 + 扫描线 + 旋转六边形 - 鼠标交互光晕与粒子排斥效果 - 毛玻璃登录卡片居中,保留完整登录功能(表单验证/记住我/SSO/快捷账号) - 添加 /login2 路由
lenaelelle672-beep
pushed a commit
that referenced
this pull request
Jul 27, 2026
…example 后端业务逻辑修复(审计 P1 #3): - RetirementApplicationService: 新增 updateReviewStatus 方法 - ApprovalService.handleBusinessOutcome: 中间审批步骤推进时设置 APPROVING 此前多步审批中间步骤不反映到退休申请(APPROVING 是不可达死状态) CI 流水线(git 卫生审计 P0 #3): - 新建 .github/workflows/ci.yml 替代废弃的 Python CI 后端 mvn test + 前端 npm ci/typecheck/test/build - 删除 sprint4_validation.yml(引用已删 Python 代码) Git 卫生加固(git 卫生审计 P0/P1): - .gitignore 全面加固: 根 node_modules/、.env.*(保留 .env.example)、Eclipse 元数据、 *.bak/*.old/*~、frontend/.next/、frontend/.auth/、backend/uploads/、 根目录调试截图 *.png/*.webp - git rm --cached Eclipse .classpath/.project/.factorypath/.settings/ 验证:后端 474 tests 全绿;前端 1295 tests 全绿
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Login2Page.tsx:全屏 Canvas 动画背景 + 毛玻璃登录卡片/login2路由访问地址
http://localhost:5173/login2Verification