Files
fad_oa/ruoyi-ui
wangyu 9e6ae1eca9 AI审核支持微调/自定义审核重点
- 新增审核可选择审核重点(字典驱动,合同/简历各一套)并填写附加要求自由文本,
  两者合并为 requirements 随请求提交,后端追加进系统提示词,让模型按需聚焦
- 审核项存字典 oa_ai_review_item_contract / oa_ai_review_item_resume,
  用户可在系统管理→字典管理自行增删审核项(无需改代码),各预置10项
- oa_ai_review 增加 requirements 列(已应用到生产库),落库留痕;详情页展示
- 前后端贯通:analyze / analyzeStream 均新增 requirements 参数

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:35:27 +08:00
..
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-05-30 15:32:57 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-05-30 15:32:57 +08:00

开发

# 克隆项目
git clone https://gitee.com/KonBAI-Q/ruoyi-flowable-plus.git

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod