Commit Graph

127 Commits

Author SHA1 Message Date
rd
32d83fe8a5 Merge remote-tracking branch 'origin/feature/0915_素材中心新增手动上传' into test 2025-09-19 09:43:28 +08:00
rd
192a125d01 refactor(user): 重构用户信息获 2025-09-19 09:40:06 +08:00
rd
11f49e048d feat(material-center): 增加原料库编辑功能并优化列表展示
- 新增原料库编辑功能,包括修改名称、标签等信息
2025-09-17 17:08:58 +08:00
rd
bf7963234e feat: 优化原料库上传功能和标签管理
- 在 `AddRawMaterialDrawer` 组件中添加 `onUpdate` 事件以刷新数据
- 更新 `constants.ts` 中操作列的宽度
- 增加 Ant Select 和 Modal 的样式
- 新增批量添加、修改和详情的 API 函数
- 优化 `add-raw-material-drawer` 组件,增加标签输入和删除确认模态框
- 更新 `ant-select.scss` 和 `ant-modal.scss` 样式文件
2025-09-17 15:57:19 +08:00
rd
c08b13673f feat: 优化删除标签模态框和上传组件,新增文件预签名URL获取功能
- 简化 `delete-tag.vue` 模态框模板结构
- 更新 `add-raw-material-drawer/index.vue` 组件,增加文件预签名URL获取和上传状态显示
- 新增 `getFilePreSignedUrl` API 函数
- 更新 `tools.ts` 中的文件扩展名提取函数
- 优化按钮激活状态样式
- 添加 `icon-no-text.png` 图标文件
2025-09-17 11:59:31 +08:00
rd
2f66c7af11 feat: 原料库-添加标签管理功能和相关组件
- 在 `raw-material` 组件中添加标签管理按钮和模态框
- 新增 `tags-manage-modal` 组件及其子组件 `add-tag` 和 `delete-tag`
- 添加原料库标签相关的 API 接口
- 更新样式文件以支持新的标签管理界面
2025-09-15 17:02:48 +08:00
rd
d4f4619486 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
# Conflicts:
#	src/App.vue
#	src/layouts/components/siderBar/menu-list.ts
#	src/views/components/login/index.vue
2025-09-15 10:31:18 +08:00
rd
21d6f30b55 feat(api): 添加中断智能体执行功能并优化代码注释 2025-09-12 15:40:09 +08:00
rd
5c640adc57 feat: 更新聊天视图样式和功能,增加首页任务选择API及数据展示 2025-09-12 15:18:46 +08:00
rd
7beafc46b1 Merge remote-tracking branch 'origin/main' into feature/0909_主agent优化
# Conflicts:
#	src/views/home/components/history-conversation-drawer/index.vue
2025-09-12 15:13:51 +08:00
rd
2c28ff7b06 perf: 发送验证码交互优化 2025-09-12 14:06:36 +08:00
rd
98d600693a feat: 修改密码 2025-09-12 12:00:26 +08:00
rd
465cb2fcad feat: 修改昵称,修改手机号 2025-09-11 18:16:05 +08:00
rd
b5abdb0887 feat: 逻辑调整 2025-09-11 16:08:28 +08:00
rd
32bc0c4b95 feat: 创建企业逻辑对接 2025-09-10 17:57:42 +08:00
rd
3a0ab4f48f Merge remote-tracking branch 'origin/main' into feature/0905_登录注册流程重构
# Conflicts:
#	src/App.vue
#	src/views/components/login/index.vue
#	src/views/components/management/person/index.vue
#	src/views/login/style.scss
2025-09-10 16:16:34 +08:00
rd
2ddc552213 Merge remote-tracking branch 'origin/feature/0902_antd组件替换' into test
# Conflicts:
#	src/App.vue
#	src/components/common-select/index.vue
#	src/layouts/components/navbar/components/task-center-modal/components/import-task/index.vue
#	src/views/components/login/index.vue
#	src/views/home/components/history-conversation-drawer/index.vue
#	src/views/login/style.scss
#	src/views/property-marketing/media-account/account-manage/components/add-account-modal/index.vue
2025-09-10 16:13:54 +08:00
rd
64d27e963c Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
# Conflicts:
#	src/views/components/login/index.vue
2025-09-09 17:28:14 +08:00
rd
d1d58ea9bd Merge remote-tracking branch 'origin/feature/0909_主agent优化' into test 2025-09-09 17:21:35 +08:00
rd
c2e28b62ca feat: 首页任务选择 2025-09-09 17:21:23 +08:00
rd
9d150ee292 feat: 验证码请求限流处理 2025-09-08 17:59:19 +08:00
rd
8597ad67f0 feat: 登录接口错误信息码调整 2025-09-08 17:36:25 +08:00
rd
6c5373689b feat: 登录注册 2025-09-08 16:02:23 +08:00
rd
6b8950ca4d feat: 调整 2025-09-05 16:55:15 +08:00
lq
22bf9ae548 任务管理 2025-09-05 11:56:08 +08:00
rd
57156792cc feat: message替换 2025-09-05 11:30:31 +08:00
lq
4864652d10 修改任务 2025-09-04 20:29:31 +08:00
lq
2a38ef9ac3 删除任务 2025-09-02 14:30:42 +08:00
lq
c082aa926c 任务管理 2025-08-29 14:05:27 +08:00
rd
0c14a0caec feat: 请求增加requestid 2025-08-28 14:58:58 +08:00
rd
6074f716ef perf: 中断SSE、更换测试环境接口 2025-08-28 14:13:59 +08:00
rd
10fc946eca perf: 主agent对话交互调整 2025-08-28 12:03:52 +08:00
rd
892704c592 feat: 会话详情 2025-08-27 18:07:36 +08:00
rd
13670acc9a feat: 修改sse调用 2025-08-25 11:49:58 +08:00
rd
4029ec0f7e feat: 原料库 2025-08-23 16:14:05 +08:00
rd
75874d88dc feat: sse连接,处理流式渲染 2025-08-23 11:53:27 +08:00
rd
063ce3df5e feat: 对话逻辑调整、历史对话接口联调 2025-08-22 18:28:09 +08:00
rd
9dea979afc Merge remote-tracking branch 'origin/main' into feature/v1.2灵机空间-内容上传审核_rxd
# Conflicts:
#	pnpm-lock.yaml
#	src/components/_base/navbar/index.vue
#	src/components/text-over-tips/index.vue
#	src/layouts/Basic.vue
#	src/layouts/Page.vue
#	src/main.ts
#	src/router/constants.ts
#	src/router/index.ts
#	src/router/typeings.d.ts
#	src/utils/tools.ts
2025-08-14 15:06:46 +08:00
rd
250144428e Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test
# Conflicts:
#	pnpm-lock.yaml
#	src/components/text-over-tips/index.vue
#	src/layouts/Basic.vue
#	src/layouts/Page.vue
#	src/main.ts
#	src/router/constants.ts
#	src/router/index.ts
#	src/router/typeings.d.ts
#	src/utils/tools.ts
2025-08-13 09:51:13 +08:00
rd
b886123746 feat: 写手端上传接口替换 2025-08-12 15:00:04 +08:00
rd
a4cf89cd5a feat: 上传页面逻辑调整 2025-08-12 11:00:27 +08:00
rd
d01dd6d558 feat: 写手端逻辑处理 2025-08-12 10:28:12 +08:00
rd
7a6e696fc3 feat: 内容审核写手端-替换接口,删除无用代码组件逻辑 2025-08-11 18:28:38 +08:00
rd
77cf169607 feat: 内容审核-写手端 2025-08-11 17:13:31 +08:00
rd
74c989d736 perf: 修改路由配置、新增写手路由 2025-08-11 16:52:41 +08:00
rd
2f3a4560fc feat: 分享页评论回复删除 2025-08-11 15:13:46 +08:00
rd
0b0caf6b64 feat: 对接ai审核接口 2025-08-11 12:04:03 +08:00
rd
819fb8db8f feat: 稿件评论 2025-08-08 15:55:11 +08:00
rd
6cb7ce5a0f feat: 分享内容稿件 2025-08-08 12:12:46 +08:00
rd
d07f773123 feat: 客户分享链接列表 2025-08-07 18:05:27 +08:00