向宁
|
059aebfa28
|
feat: IM 通讯录 + 发起聊天 + 群成员选择
- 侧边栏 Tab 切换:消息 / 通讯录
- 通讯录:搜索用户(直连 rag-backend),点击发起私聊
- 创建群聊 Modal 增加成员多选器(远程搜索用户)
- IM Store 新增 contacts/searchContacts/startPrivateChat
- 创建私聊:后端幂等(已存在则返回现有会话)
- 全部 Tailwind 语义类,暗黑模式兼容
|
2026-05-17 17:50:46 +08:00 |
|
向宁
|
a67764a705
|
fix: 聊天页面适配暗黑模式
将 scoped CSS 硬编码颜色全部替换为 Tailwind 语义类:
- 背景色: bg-card, bg-muted, bg-accent, bg-primary
- 文字色: text-foreground, text-muted-foreground, text-primary-foreground
- 边框色: border-border
- 选中态: bg-primary/10 dark:bg-accent
|
2026-05-17 17:33:44 +08:00 |
|
向宁
|
dfa70b7ef4
|
feat: 集成 IM 即时通讯模块(SignalR + 聊天 UI)
新增 IM 功能模块,对接独立 IM 后端服务:
- API 层:独立 request client 直连 IM 后端(5212),与 rag-backend 代理隔离
- SignalR:实时消息收发、已读回执、在线状态、输入提示
- Pinia Store:会话列表、消息历史、未读计数、在线用户状态管理
- 聊天页面:会话列表 + 消息区域 + 群聊创建,支持文本/图片/表情消息
- 路由:/chat 页面接入主导航
|
2026-05-17 17:06:52 +08:00 |
|
xiangning
|
27bcfde6c9
|
fix: Jenkinsfile 直接下载 Node.js 二进制 + 前端对接调整
- Jenkinsfile: 从 nodejs.org 下载 Node.js 二进制(容器无法访问 GitHub)
- vite.config.ts: 代理目标改为后端实际端口 5211,去掉 rewrite
- auth.ts: withCredentials 移到 axios config 正确位置
|
2026-05-11 02:43:23 +08:00 |
|
xiangning
|
cc5f5f587b
|
fix: Jenkinsfile 适配无 Node.js 环境
- 通过 nvm 安装 Node.js(Jenkins 容器内无预装)
- 所有 sh 步骤 source nvm 确保 node/pnpm 可用
- cleanWs() 替换为 deleteDir()(ws-cleanup 插件未安装)
|
2026-05-11 02:37:14 +08:00 |
|
xiangning
|
24f4abde20
|
chore: 清理 .gitignore 中已删除目录的引用
|
2026-05-11 02:35:30 +08:00 |
|
xiangning
|
40a59c700f
|
chore: 清理上游遗留文件
- 删除 .github(Actions/Issue/PR 模板)
- 删除 .changeset(上游版本管理)
- 删除 .gitpod.yml/.gitattributes/.gitconfig/tea.yaml
- 删除多语言 README、LICENSE、cspell.json
- 删除 scripts/deploy(上游 Docker 脚本)
- 删除 vben-admin.code-workspace
- 清理 pnpm-workspace.yaml 无用引用
|
2026-05-11 02:34:02 +08:00 |
|
xiangning
|
86a38bdfc8
|
init: RAG 前端项目(基于 Vben Admin web-antd)
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
- 基于 Vben Admin 5.7.0,仅保留 web-antd 版本
- 删除多余 UI 版本(antdv-next/ele/naive/tdesign)
- 删除 backend-mock(已对接真实 .NET 后端)
- 删除 playground 和 docs
- 添加 Jenkinsfile CI/CD
|
2026-05-11 02:30:30 +08:00 |
|