|
|
7c85582564
|
feat: 更新表单和按钮样式,优化验证码组件逻辑
- 在 `App.vue` 中添加 `autoInsertSpaceInButton` 属性
- 更新 `login/style.scss` 和 `styles/components/ant-input.scss` 样式文件
- 优化 `verification-code/index.vue` 组件的验证逻辑和样式
- 更新 `styles/components/ant-button.scss` 样式文件
- 优化 `register-form/index.vue` 和 `change-password-modal/index.vue` 组件的密码输入逻辑和样式
|
2025-09-16 17:59:18 +08:00 |
|
|
|
e4f0f8b23f
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-16 17:29:22 +08:00 |
|
|
|
1630481437
|
fix(input): 优化输入框交互和验证逻辑
- 修改密码输入框增加 @change 事件处理,用于清除确认密码的验证信息- 验证码输入框增加 @focus 事件处理,用于清除错误状态和信息
- 登录和注册页面的错误信息显示进行样式统一和优化
-调整注册表单中同意条款的样式
|
2025-09-16 17:14:52 +08:00 |
|
|
|
c357e4a885
|
feat: 添加原料库上传功能和相关组件
- 在 `raw-material` 组件中添加上传按钮和抽屉组件
- 新增 `add-raw-material-drawer` 组件及其样式文件
- 更新样式文件以支持新的上传界面
- 调整 Ant Select 和 Drawer 组件的样式
|
2025-09-16 17:03:06 +08:00 |
|
|
|
9cbe91cfd8
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-16 11:56:08 +08:00 |
|
|
|
b951114936
|
style(button): 优化按钮样式和交互
|
2025-09-16 11:55:56 +08:00 |
|
|
|
3f755c52b7
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-16 11:27:31 +08:00 |
|
|
|
473a6e6229
|
fix(person): 优化验证码输入错误处理逻辑设置焦点到第一个输入框
|
2025-09-16 11:27:18 +08:00 |
|
|
|
37e6887e93
|
perf(change-password-modal): 修复重置密码功能
|
2025-09-16 11:25:04 +08:00 |
|
|
|
3fba8ac8fc
|
perf(verification-code): 优化验证码输入组件逻辑和样式
|
2025-09-16 11:23:43 +08:00 |
|
|
|
0a73eec049
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-16 10:34:55 +08:00 |
|
|
|
a9434e7270
|
style(button): 优化按钮组件样式
|
2025-09-16 10:34:43 +08:00 |
|
|
|
17af8c3648
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-16 10:11:22 +08:00 |
|
|
|
8944fc8e6c
|
perf(login): 优化登录注册页面的用户体验
- 在 ConfigProvider 中添加 autoInsertSpaceInButton属性以禁用自动插入空格
- 优化登录表单的样式和布局
- 改进注册表单的交互逻辑,增加密码验证和错误提示功能
- 调整注册表单的样式和结构,提高可读性和易用性
|
2025-09-16 10:10:16 +08:00 |
|
|
|
1ccf8b991e
|
添加左侧的侧边栏
|
2025-09-15 20:26:31 +08:00 |
|
|
|
7c8495ed7c
|
日期选择器的修复
|
2025-09-15 19:48:10 +08:00 |
|
|
|
f01fb13af5
|
修改页面
|
2025-09-15 19:40:07 +08:00 |
|
|
|
10b9adac20
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-15 17:57:50 +08:00 |
|
|
|
348ad2a6ad
|
style: 调整登录表单样式和按钮布局
- 更新 `login/style.scss` 中的输入框内边距和字体大小
- 在 `ant-input.scss` 中添加自动填充样式
- 修改 `login-form/index.vue` 中忘记密码按钮的显示逻辑
|
2025-09-15 17:57:39 +08:00 |
|
|
|
2f66c7af11
|
feat: 原料库-添加标签管理功能和相关组件
- 在 `raw-material` 组件中添加标签管理按钮和模态框
- 新增 `tags-manage-modal` 组件及其子组件 `add-tag` 和 `delete-tag`
- 添加原料库标签相关的 API 接口
- 更新样式文件以支持新的标签管理界面
|
2025-09-15 17:02:48 +08:00 |
|
|
|
984e0c27b8
|
refactor: 限制标题输入长度并移除序号过滤项
-- 移除成品稿和原材料 将标题输入的最大长度从30改为20
- 移除列表中的序号搜索功能
-各页面中序号相关的过滤项 将标题输入框的最大长度限制- 更新相关常量和枚举定义从 30 改为20
- 注释掉审核列表中的序号搜索功能
- 优化相关组件的代码结构,提高可维护性
|
2025-09-15 15:42:37 +08:00 |
|
|
|
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 |
|
|
|
9fce76d952
|
修改ui组件
|
2025-09-15 14:19:43 +08:00 |
|
|
|
96c2c01443
|
Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
|
2025-09-15 11:20:08 +08:00 |
|
|
|
e8b16e6541
|
style: 修正表单标签对齐问题并更新 Ant Select 样式
|
2025-09-15 11:19:57 +08:00 |
|
|
|
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 |
|
|
|
493ba8b99c
|
perf: 文本高亮组件替换
|
2025-09-12 18:00:42 +08:00 |
|
|
|
b3d1a4789d
|
文件的分开
|
2025-09-12 17:46:01 +08:00 |
|
|
|
2d836f5ad5
|
style: 卡片样式调整
|
2025-09-12 17:39:13 +08:00 |
|
|
|
5c640adc57
|
feat: 更新聊天视图样式和功能,增加首页任务选择API及数据展示
|
2025-09-12 15:18:46 +08:00 |
|
|
|
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 |
|
|
|
f12bb0e86e
|
feat: 头像裁剪
|
2025-09-12 15:07:29 +08:00 |
|
|
|
2c28ff7b06
|
perf: 发送验证码交互优化
|
2025-09-12 14:06:36 +08:00 |
|
|
|
958d7a6424
|
style: 删除无用文件
|
2025-09-12 12:00:52 +08:00 |
|
|
|
98d600693a
|
feat: 修改密码
|
2025-09-12 12:00:26 +08:00 |
|
|
|
465cb2fcad
|
feat: 修改昵称,修改手机号
|
2025-09-11 18:16:05 +08:00 |
|
|
|
b5abdb0887
|
feat: 逻辑调整
|
2025-09-11 16:08:28 +08:00 |
|
|
|
7e6e086098
|
perf: 登录逻辑调整
|
2025-09-11 12:04:54 +08:00 |
|
|
|
44e1ea9a06
|
feat: 申请试用权限调整
|
2025-09-11 11:26:51 +08:00 |
|
|
|
32bc0c4b95
|
feat: 创建企业逻辑对接
|
2025-09-10 17:57:42 +08:00 |
|
|
|
25f74691c6
|
perf: 调整
|
2025-09-10 17:39:19 +08:00 |
|
|
|
5bd53d3542
|
perf: 调整
|
2025-09-10 17:37:16 +08:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
98e6d1194d
|
Merge remote-tracking branch 'origin/main' into feature/0902_antd组件替换
|
2025-09-10 16:07:20 +08:00 |
|
|
|
ffed5cb152
|
perf: 暂时还原调整词语高亮组件
|
2025-09-10 16:04:35 +08:00 |
|
|
|
48f23cfa02
|
style: 类名修改
|
2025-09-10 15:48:48 +08:00 |
|
|
|
bc856c5297
|
feat: 管理中心菜单栏调整
|
2025-09-10 14:29:18 +08:00 |
|