Commit Graph

715 Commits

Author SHA1 Message Date
rd
3f755c52b7 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-16 11:27:31 +08:00
rd
473a6e6229 fix(person): 优化验证码输入错误处理逻辑设置焦点到第一个输入框 2025-09-16 11:27:18 +08:00
rd
37e6887e93 perf(change-password-modal): 修复重置密码功能 2025-09-16 11:25:04 +08:00
rd
3fba8ac8fc perf(verification-code): 优化验证码输入组件逻辑和样式 2025-09-16 11:23:43 +08:00
rd
0a73eec049 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-16 10:34:55 +08:00
rd
a9434e7270 style(button): 优化按钮组件样式 2025-09-16 10:34:43 +08:00
rd
17af8c3648 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-16 10:11:22 +08:00
rd
8944fc8e6c perf(login): 优化登录注册页面的用户体验
- 在 ConfigProvider 中添加 autoInsertSpaceInButton属性以禁用自动插入空格
- 优化登录表单的样式和布局
- 改进注册表单的交互逻辑,增加密码验证和错误提示功能
- 调整注册表单的样式和结构,提高可读性和易用性
2025-09-16 10:10:16 +08:00
lq
1ccf8b991e 添加左侧的侧边栏 2025-09-15 20:26:31 +08:00
lq
7c8495ed7c 日期选择器的修复 2025-09-15 19:48:10 +08:00
lq
f01fb13af5 修改页面 2025-09-15 19:40:07 +08:00
rd
10b9adac20 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-15 17:57:50 +08:00
rd
348ad2a6ad style: 调整登录表单样式和按钮布局
- 更新 `login/style.scss` 中的输入框内边距和字体大小
- 在 `ant-input.scss` 中添加自动填充样式
- 修改 `login-form/index.vue` 中忘记密码按钮的显示逻辑
2025-09-15 17:57:39 +08:00
rd
2f66c7af11 feat: 原料库-添加标签管理功能和相关组件
- 在 `raw-material` 组件中添加标签管理按钮和模态框
- 新增 `tags-manage-modal` 组件及其子组件 `add-tag` 和 `delete-tag`
- 添加原料库标签相关的 API 接口
- 更新样式文件以支持新的标签管理界面
2025-09-15 17:02:48 +08:00
rd
984e0c27b8 refactor: 限制标题输入长度并移除序号过滤项
-- 移除成品稿和原材料 将标题输入的最大长度从30改为20
- 移除列表中的序号搜索功能
-各页面中序号相关的过滤项 将标题输入框的最大长度限制- 更新相关常量和枚举定义从 30 改为20
- 注释掉审核列表中的序号搜索功能
- 优化相关组件的代码结构,提高可维护性
2025-09-15 15:42:37 +08:00
lq
c737474852 Merge branch 'test' into test_任务管理v2
* test: (29 commits)
  Revert "style: 更新 Ant Select 样式和高度调整"
  style: 更新 Ant Select 样式和高度调整
  style: 修正表单标签对齐问题并更新 Ant Select 样式
  style: 更新README
  feat: 更新 API 地址并优化代码格式
  docs:移除 README 中的 Ant Design Vue 相关说明
  style: 移除无用的日志输出代码
  style(highlight-textarea): 优化文本域样式和功能
  perf: 文本高亮组件替换
  style: 卡片样式调整
  feat: 更新 .gitignore 文件
  refactor(src): 修改消息类型定义
  feat(api): 添加中断智能体执行功能并优化代码注释
  feat: 添加停止代理任务功能并优化样式
  perf: 去掉获取agent信息的await
  feat: 头像裁剪
  perf: 发送验证码交互优化
  style: 删除无用文件
  feat: 修改密码
  feat: 修改昵称,修改手机号
  ...
2025-09-15 14:20:14 +08:00
lq
9fce76d952 修改ui组件 2025-09-15 14:19:43 +08:00
rd
96c2c01443 Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-15 11:20:08 +08:00
rd
e8b16e6541 style: 修正表单标签对齐问题并更新 Ant Select 样式 2025-09-15 11:19:57 +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
a6b08d3851 style: 移除无用的日志输出代码 2025-09-13 14:08:00 +08:00
e198fa3433 style(highlight-textarea): 优化文本域样式和功能 2025-09-13 14:05:39 +08:00
rd
493ba8b99c perf: 文本高亮组件替换 2025-09-12 18:00:42 +08:00
lq
b3d1a4789d 文件的分开 2025-09-12 17:46:01 +08:00
rd
2d836f5ad5 style: 卡片样式调整 2025-09-12 17:39:13 +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
f12bb0e86e feat: 头像裁剪 2025-09-12 15:07:29 +08:00
rd
2c28ff7b06 perf: 发送验证码交互优化 2025-09-12 14:06:36 +08:00
rd
958d7a6424 style: 删除无用文件 2025-09-12 12:00:52 +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
7e6e086098 perf: 登录逻辑调整 2025-09-11 12:04:54 +08:00
rd
44e1ea9a06 feat: 申请试用权限调整 2025-09-11 11:26:51 +08:00
rd
32bc0c4b95 feat: 创建企业逻辑对接 2025-09-10 17:57:42 +08:00
rd
25f74691c6 perf: 调整 2025-09-10 17:39:19 +08:00
rd
5bd53d3542 perf: 调整 2025-09-10 17:37:16 +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
98e6d1194d Merge remote-tracking branch 'origin/main' into feature/0902_antd组件替换 2025-09-10 16:07:20 +08:00
rd
ffed5cb152 perf: 暂时还原调整词语高亮组件 2025-09-10 16:04:35 +08:00
rd
48f23cfa02 style: 类名修改 2025-09-10 15:48:48 +08:00
rd
bc856c5297 feat: 管理中心菜单栏调整 2025-09-10 14:29:18 +08:00
rd
78dfdd502b Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test 2025-09-10 09:09:18 +08:00
rd
289db13ac6 style: 引用路径修改 2025-09-10 09:09:06 +08:00
rd
6ab90d566f Merge remote-tracking branch 'origin/feature/0909_主agent优化' into test 2025-09-09 17:50:34 +08:00
rd
5b489e9fda feat: 账号详情页新增最后授权时间 2025-09-09 17:49:14 +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