Files
TurboHR/frontend/public/favicon.svg
T
selfrelease 3f39c56f4b feat: 部署到服务器+移动端适配+帮助系统RAG集成+网页图标
- 部署脚本 deploy.sh:一键部署到 154.8.162.18,端口3400,Nginx conf.d
- 应用名改为「企业用工专家」(登录/注册/侧边栏/员工端等6处)
- 移动端适配修复:Attendance/Dashboard/Settings/Contracts 6处grid响应式
- 帮助系统:HelpModal 组件 + TopNav 帮助图标 + RAG语义搜索集成
  - 后端 rag.service.ts 新增23条帮助种子数据 + searchHelp()
  - 前端搜索调用 /ai/rag/help-search,RAG不可用时回退关键词匹配
- 网页图标 favicon.svg(indigo主色+建筑人形图案)
- index.html 标题改为「企业用工专家」
2026-07-27 10:10:07 +08:00

8 lines
497 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<rect width="32" height="32" rx="6" fill="#4f46e5"/>
<path d="M16 6 L24 10 L24 16 L16 20 L8 16 L8 10 Z" fill="none" stroke="white" stroke-width="1.5" stroke-linejoin="round"/>
<circle cx="16" cy="13" r="2" fill="white"/>
<path d="M12 24 L12 20 M20 24 L20 20 M16 22 L16 20" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
<rect x="10" y="24" width="12" height="2" rx="1" fill="white"/>
</svg>