HouYunFei
|
c23a819f27
|
feat(canvas): add reasoning effort settings for text nodes in canvas configuration
|
2026-07-28 10:28:27 +08:00 |
|
HouYunFei
|
edc7667830
|
feat(drag-and-drop): implement file upload via drag-and-drop for reference assets in image and video workspaces
|
2026-07-28 10:03:23 +08:00 |
|
HouYunFei
|
ac126a61b9
|
feat(api): add support for 火山方舟 protocol and enhance video reference validation
|
2026-07-27 17:02:50 +08:00 |
|
HouYunFei
|
d4130bbb79
|
feat(prompt-sources): add custom script fetching functionality for prompt sources
|
2026-07-17 17:36:42 +08:00 |
|
HouYunFei
|
2959b5d340
|
feat(image-settings): add transparent background toggle for image generation
|
2026-07-16 15:45:02 +08:00 |
|
HouYunFei
|
c57f7d61a7
|
feat(model): enhance model configuration and script handling for audio and video capabilities
|
2026-07-15 10:13:32 +08:00 |
|
HouYunFei
|
a5824f509e
|
feat(agent): enhance local Agent connection handling with silent mode and update UI instructions
|
2026-07-14 17:08:20 +08:00 |
|
HouYunFei
|
3080d6da10
|
feat: enhance Codex agent connection handling with automatic thread recovery and improved error logging
|
2026-07-05 23:40:54 +08:00 |
|
HouYunFei
|
cebc3dc5c2
|
feat: update project structure for Vite and React Router, remove deprecated sources, and enhance Docker deployment
|
2026-07-05 11:38:42 +08:00 |
|
HouYunFei
|
443afab7bd
|
refactor: remove "use client" directive from multiple files and update project structure to align with Vite and React Router
|
2026-06-26 17:24:48 +08:00 |
|
HouYunFei
|
ef7a218ba6
|
feat(docs): update documentation to reflect direct browser connections for third-party prompts and WebDAV
|
2026-06-26 15:56:55 +08:00 |
|
HouYunFei
|
8cbe00e348
|
feat(api): add support for Gemini API format and enhance channel configuration
|
2026-06-17 10:24:55 +08:00 |
|
HouYunFei
|
7f0199da59
|
feat: transition to a fully frontend architecture by removing backend dependencies and updating configuration for local deployment
|
2026-06-16 12:56:49 +08:00 |
|
HouYunFei
|
8a66524ea7
|
feat: update admin navigation and configuration for local deployment, enhance user experience with direct API connections
|
2026-06-16 12:07:35 +08:00 |
|
HouYunFei
|
39a1e859b1
|
feat(webdav): add WebDAV synchronization configuration and functionality
|
2026-06-08 14:59:30 +08:00 |
|
HouYunFei
|
8f19a18c35
|
feat(audio): add audio generation capabilities with configurable settings and UI enhancements
|
2026-06-02 17:50:36 +08:00 |
|
HouYunFei
|
38ec654748
|
feat(config): enhance model configuration with support for audio models and improve UI for user preferences
|
2026-06-02 17:24:27 +08:00 |
|
HouYunFei
|
39793e890d
|
feat(canvas): add canvas default image count configuration and update model picker capabilities
|
2026-06-02 17:07:31 +08:00 |
|
stupid-h4er
|
4bffb55695
|
feat: add seedance media params and model visibility
|
2026-05-27 13:02:36 +08:00 |
|
stupid-h4er
|
3be0df0df6
|
fix: clarify ark agent plan model discovery
|
2026-05-27 10:52:59 +08:00 |
|
stupid-h4er
|
fa9a3c1920
|
fix: normalize ark agent plan base url
|
2026-05-27 10:08:01 +08:00 |
|
stupid-h4er
|
c9fea71821
|
feat: add ark seedance video generation
|
2026-05-26 23:10:41 +08:00 |
|
HouYunFei
|
8c506f92f9
|
feat(video): 对齐 grok-imagine-video 接口并优化视频生成功能
- 将默认视频模型从 sora-2 更改为 grok-imagine-video
- 新增分辨率选项包括 720p 和 480p,替换原有的质量选项
- 扩展视频尺寸选项,新增方形、宽屏、长图等预设尺寸
- 添加分辨率和尺寸手动输入功能,支持自定义宽高
- 更新视频生成 API 参数为 resolution_name、preset 和 input_reference[]
- 支持最多 7 张参考图片上传
- 优化视频设置浮层定位,避免被工具栏遮挡
- 识别后端错误响应格式,改进视频生成失败处理逻辑
|
2026-05-25 17:15:42 +08:00 |
|
HouYunFei
|
01f2a4d9d5
|
feat(ai): 实现AI模型调用的积分计费功能
- 后端根据请求体中的n参数计算AI调用次数并扣减用户积分
- 添加readAIRequestCount函数解析multipart/form-data和JSON格式的请求体获取调用次数
- 前端Canvas组件中显示预计消耗的积分数量
- 在助手面板、配置节点面板和提示面板中集成积分成本计算和展示
- 优化模型选择器在云端模式下的模型列表显示逻辑
- 添加CreditSymbol组件用于统一积分图标显示
- 实现requestCreditCost函数计算远程调用的积分消耗
- 更新文档中关于积分扣费和模型配置的相关说明
|
2026-05-25 15:01:06 +08:00 |
|
HouYunFei
|
ef7772a703
|
feat(canvas): 添加视频模型配置和生成功能
- 在系统配置中新增 defaultVideoModel 字段用于设置默认视频模型
- 更新应用配置模态框以支持视频模型的选择和验证
- 修改画布节点逻辑以支持视频类型的生成配置
- 实现视频节点的生成和上传功能
- 更新模型选择器组件以支持视频模型选择
- 在管理后台设置页面添加视频模型配置选项
- 优化模型选择器的层级和交互体验
- 添加对 DeepSeek 和 GLM 模型图标的支持
|
2026-05-23 18:02:05 +08:00 |
|
HouYunFei
|
370263cd83
|
feat(canvas): 添加视频模型配置和生成功能
- 在系统配置中新增 defaultVideoModel 字段用于设置默认视频模型
- 更新应用配置模态框以支持视频模型的选择和验证
- 修改画布节点逻辑以支持视频类型的生成配置
- 实现视频节点的生成和上传功能
- 更新模型选择器组件以支持视频模型选择
- 在管理后台设置页面添加视频模型配置选项
- 优化模型选择器的层级和交互体验
- 添加对 DeepSeek 和 GLM 模型图标的支持
|
2026-05-23 17:25:00 +08:00 |
|
HouYunFei
|
44c5825cb0
|
feat(canvas): 添加视频节点支持功能
- 在后端添加 AI 视频相关接口处理函数
- 扩展前端画布组件支持视频节点类型
- 实现视频上传、生成和播放功能
- 更新画布数据结构文档以包含视频节点
- 添加视频节点的操作工具栏和配置面板
- 集成视频存储和检索服务
- 优化视频节点的渲染和交互体验
|
2026-05-23 16:53:21 +08:00 |
|
HouYunFei
|
e319481976
|
style(code): 格式化代码缩进和布局样式
- 统一调整 admin.ts 文件中的接口定义缩进格式
- 优化 animated-theme-toggler.tsx 组件的代码结构和缩进
- 规范 app-config-modal.tsx 中 JSX 元素的嵌套格式
- 整理 app-providers.tsx 中的组件层级缩进
- 标准化 app-theme.ts 中的对象属性缩进格式
|
2026-05-22 23:19:25 +08:00 |
|
HouYunFei
|
9c2fa25380
|
feat(config): 更新系统配置默认值和文档说明
- 将 allowCustomChannel 默认值从 false 改为 true
- 修改 allowCustomChannel 字段类型为指针类型以支持默认值设置
- 更新相关文档中对 allowCustomChannel 功能的描述
- 修复画布页面中对话框节点打开逻辑,避免文本节点意外触发编辑对话框
- 将用户配置中的渠道模式默认值从 remote 改为 local
|
2026-05-22 08:11:13 +08:00 |
|
HouYunFei
|
ef9e87fb29
|
refactor(canvas): 替换自定义ID生成函数为nanoid并优化配置逻辑
- 移除自定义createId函数,统一使用nanoid库生成唯一标识符
- 将useEffectiveAiConfig Hook替换为resolveEffectiveConfig工具函数
- 直接从config store获取publicSettings避免额外的Hook依赖
- 更新所有组件中的ID生成调用以使用nanoid
- 简化buildApiUrl函数中的基础URL规范化逻辑
|
2026-05-21 14:43:09 +08:00 |
|
HouYunFei
|
22d34a0c99
|
refactor(canvas): 替换自定义ID生成函数为nanoid并优化配置逻辑
- 移除自定义createId函数,统一使用nanoid库生成唯一标识符
- 将useEffectiveAiConfig Hook替换为resolveEffectiveConfig工具函数
- 直接从config store获取publicSettings避免额外的Hook依赖
- 更新所有组件中的ID生成调用以使用nanoid
- 简化buildApiUrl函数中的基础URL规范化逻辑
|
2026-05-21 13:50:32 +08:00 |
|
HouYunFei
|
6f1e0d347b
|
refactor(config): 将AI配置逻辑迁移至统一的状态管理store
- 移除独立的ai-config.ts文件,将其功能整合到use-config-store
- 更新所有组件导入路径从 "@/lib/ai-config" 到 "@/stores/use-config-store"
- 实现云端渠道和本地直连两种配置模式的支持
- 添加模型渠道配置管理和API请求代理转发功能
- 统一配置验证逻辑和有效配置获取方法
- 更新组件中使用的配置状态钩子和API调用方式
|
2026-05-21 13:36:30 +08:00 |
|