panyy
|
82ea3bfa7d
|
feat:api-key和对话历史
|
2026-06-29 15:58:04 +08:00 |
tangquankun
|
8b54b73b1d
|
feat(ui): logo和菜单调整
|
2026-03-12 16:17:02 +08:00 |
tanlianwang
|
8c6ca1206f
|
feat(layout): 添加布局容器折叠状态控制功能
- 在 LayoutContainer 组件中新增 isCollapse 属性用于控制折叠状态
- 将组件内部的默认折叠状态改为根据属性值动态设置
- 更新多个视图组件以传递默认折叠配置
- 增加左侧最小宽度从 260 调整为 280 以优化显示效果
- 移除思维导图页面的 LayoutContainer 包装以简化结构
- 在聊天界面 PC 版中调整导出按钮位置到标题栏区域
|
2026-03-10 20:55:18 +08:00 |
tanlianwang
|
37ac57941f
|
feat(system): 添加系统配置管理功能
- 新增 system_config 视图模块用于系统配置获取
- 在 __init__.py 中导入新的系统配置视图
- 添加 MINDMAP_URL 配置项到 config.yaml 文件
- 更新 LayoutContainer 组件默认展开状态
- 实现思维导图动态 URL 配置加载
- 添加系统配置序列化器和 API 接口
- 在国际化文件中增加用户手册和论坛链接
- 升级 @logicflow/extension 和 jspdf 依赖包版本
- 初始化 package-lock.json 文件结构
|
2026-03-10 10:32:17 +08:00 |
tanlianwang
|
c63485d53f
|
refactor(chat): 重构PC端聊天界面布局结构
- 替换原有的flex布局为新的LayoutContainer和ContentContainer组件
- 添加顶部应用标题栏,包含ChinaMobileIcon和AI-RAG标题
- 移除原有的左侧折叠按钮,整合到新的布局容器中
- 调整右侧聊天区域样式,优化背景图片显示方式
- 更新CSS样式以适配新布局结构和高度计算
- 导入新的布局组件并调整现有组件的嵌套关系
|
2026-03-09 10:14:13 +08:00 |
wxg0103
|
153a3faa8a
|
fix: update WeCom QR code iframe URL to use state instead of accessToken
|
2025-11-12 11:42:13 +08:00 |
wxg0103
|
e8c6e75a09
|
fix: include accessToken in WeCom QR code iframe URL
|
2025-11-12 11:28:21 +08:00 |
wxg0103
|
8c054c23f5
|
fix: adjust iframe styling for WeCom QR code component
|
2025-11-04 16:35:26 +08:00 |
wxg0103
|
c7443757f0
|
fix: update WeCom QR code handling to use iframe and include callback URL
|
2025-11-04 16:05:34 +08:00 |
wxg0103
|
92e8a9105f
|
feat: update encryption process to use UTF-8 encoding for login form data
|
2025-10-22 16:40:46 +08:00 |
wangdan-fit2cloud
|
09c5c9c042
|
feat: Variable Splitting Node and Parameter Extraction Node
|
2025-10-21 19:30:24 +08:00 |
wxg0103
|
674cd614eb
|
feat: update routing to navigate to chat with access token after OAuth2 callback
|
2025-10-21 09:25:33 +08:00 |
wxg0103
|
39bd4de6ee
|
feat: enhance script loading with error handling and cleanup, update routing for chat navigation
|
2025-10-20 18:10:55 +08:00 |
CaptainB
|
ffc5c9e555
|
chore: remove unused import from HistoryPanel.vue
|
2025-10-17 15:39:12 +08:00 |
wxg0103
|
087f707002
|
feat: update OAuth2 callback functions to include access token handling for DingTalk and Lark
|
2025-10-17 11:14:03 +08:00 |
wangdan-fit2cloud
|
57b3aa1254
|
fix: Fix the issue where the display history setting does not take effect(#4201)
|
2025-10-16 14:11:56 +08:00 |
wangdan-fit2cloud
|
1f4dd3577c
|
fix: Fix the start node cannot be deleted
|
2025-10-16 11:25:33 +08:00 |
wxg0103
|
f5a7cdd010
|
feat: remove URI encoding for redirect URI in wecomQrCode component
|
2025-10-10 17:33:03 +08:00 |
wxg0103
|
a5c2c6e0d6
|
feat: encode redirect URI in wecomQrCode component for improved URL handling
|
2025-10-10 16:57:53 +08:00 |
wxg0103
|
c56742f9b3
|
fix: remove console error logging from QR code initialization
|
2025-09-26 14:41:03 +08:00 |
wxg0103
|
6f3ad77fba
|
fix: update getCaptcha function to include accessToken and simplify captcha display logic
|
2025-09-24 18:55:37 +08:00 |
wxg0103
|
2060012660
|
feat: reset captcha field on login form submission failure
|
2025-09-19 14:16:05 +08:00 |
wxg0103
|
f06bdf3ee5
|
feat: implement RSA encryption for login data and update authentication settings
|
2025-09-18 18:43:39 +08:00 |
wxg0103
|
16ade76446
|
fix: enhance redirect logic in authentication to include 'password' auth type
|
2025-09-18 13:28:48 +08:00 |
wxg0103
|
68ce998012
|
feat: add username parameter to getCaptcha function and hash password with MD5 during login
|
2025-09-17 17:52:06 +08:00 |
wxg0103
|
680502f366
|
feat: enhance login logic with dynamic captcha display and add API for fetching authentication settings
|
2025-09-17 15:11:39 +08:00 |
wxg0103
|
ceb601d74a
|
feat: add login settings management and captcha display logic
|
2025-09-16 18:24:40 +08:00 |
wangdan-fit2cloud
|
cbee152262
|
fix: Fix history display errors
|
2025-09-01 15:28:02 +08:00 |
wangdan-fit2cloud
|
7ee33b82dc
|
fix: Optimize the refresh issue of conversation history。
|
2025-08-29 13:49:34 +08:00 |
wangdan-fit2cloud
|
7756d02b6a
|
feat: Resource management authorization
|
2025-08-27 15:12:41 +08:00 |
wxg0103
|
79b590d94f
|
fix: clean up code formatting and improve consistency in index.vue
|
2025-08-27 12:00:57 +08:00 |
shaohuzhang1
|
7948e4f78b
|
feat: Export conversation page to PDF (#3941)
|
2025-08-26 18:38:58 +08:00 |
shaohuzhang1
|
b2aecdbec0
|
feat: Set display history (#3937)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
|
2025-08-26 17:09:45 +08:00 |
shaohuzhang1
|
23c9bc545c
|
feat: chat export pdf (#3931)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
|
2025-08-25 18:13:07 +08:00 |
wangdan-fit2cloud
|
1f5544b13e
|
perf: Optimize the folder to enter the second level page and retain records and the first conversation does not display the previous record (#3917)
|
2025-08-22 16:27:13 +08:00 |
wxg0103
|
f78027818d
|
fix: improve formatting and consistency in ChatHistoryDrawer.vue
|
2025-08-15 17:59:26 +08:00 |
wxg0103
|
8ac5f409e4
|
refactor: update QR code tab visibility logic based on authentication modes
|
2025-08-06 16:29:30 +08:00 |
wxg0103
|
7de8afc3a7
|
refactor: adjust login mode handling to default to LOCAL when not using LDAP
|
2025-08-06 14:38:20 +08:00 |
wxg0103
|
885b65cbbe
|
refactor: update login mode handling and simplify QR code tab logic
|
2025-08-06 11:44:48 +08:00 |
wxg0103
|
81e9c596b7
|
style: improve layout and styling of QR code components and login card
--bug=1059979 --user=王孝刚 【应用】应用开启登录认证,企业微信的登录二维码没有左右居中 https://www.tapd.cn/62980211/s/1749294
|
2025-08-05 16:46:44 +08:00 |
wangdan-fit2cloud
|
319bd37b10
|
perf: Icon update (#3812)
|
2025-08-05 14:23:02 +08:00 |
shaohuzhang1
|
3edc68471b
|
fix: There may be misalignment when extracting Excel spreadsheets using applications (#3809)
|
2025-08-05 11:21:40 +08:00 |
wxg0103
|
fcc61f0ab2
|
feat: enhance redirect URL construction with query parameters in authentication flow
|
2025-08-05 11:04:40 +08:00 |
wangdan-fit2cloud
|
27262c9478
|
fix: icon optimize
|
2025-08-04 19:10:56 +08:00 |
wangdan-fit2cloud
|
0e78245bfb
|
perf: Style optimization and some icon updates
|
2025-08-01 17:05:32 +08:00 |
wxg0103
|
52a98ae9b5
|
fix: remove unused chatLog variable from ChatHistoryDrawer.vue
|
2025-07-31 09:17:24 +08:00 |
wxg0103
|
9f31832b4d
|
fix: clean up code formatting and adjust user model is_active field to null
|
2025-07-30 16:26:12 +08:00 |
wxg0103
|
87eb5a879b
|
fix: update redirect logic for chat user login in dingtalk and wecom QR code components
|
2025-07-30 16:03:35 +08:00 |
wangdan-fit2cloud
|
23327d7260
|
perf: Optimize user login
|
2025-07-28 18:02:19 +08:00 |
wxg0103
|
f744e8b109
|
feat: add platform authentication methods and improve QR code handling
|
2025-07-25 17:53:54 +08:00 |