HouYunFei
|
75aafc115f
|
feat(plugin-sdk): add TypeScript SDK for Infinite Canvas plugins with automatic JSX and build support
|
2026-07-15 15:31:48 +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
|
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
|
98a229af5c
|
feat(docs): add documentation link in top menu and user status actions
|
2026-06-02 16:22:40 +08:00 |
|
HouYunFei
|
567ead89b1
|
feat(canvas): 新增视频创作台页面并优化未登录状态的用户界面显示
- 新增视频创作台页面
- 修复图片节点size参数传递问题
- 未登录状态下画布右上角不再显示用户头像菜单、用户名称、算力点余额和退出登录入口
- 未登录状态下改为显示登录入口和快捷键按钮
- 用户状态组件中用户名默认值从"用户"改为空字符串
- 根据用户登录状态条件渲染不同的界面元素
|
2026-05-26 11:35:00 +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
|
823fb2523f
|
feat(canvas): 在画布用户状态栏新增算力点余额展示
- 在画布详情页右上角用户头像左侧新增当前算力点余额展示
- 未登录或无用户信息时显示 0
- 使用 Coins 图标配合数字显示算力点余额
- 通过 Tooltip 提供当前算力点余额提示信息
- 算力点数值采用千分位分隔格式化显示
- 仅在画布模式下显示算力点余额信息
|
2026-05-25 14:25:57 +08:00 |
|
HouYunFei
|
b2cae2471d
|
feat(admin): 添加用户管理和Linux.do登录功能
- 新增AdminUser类型定义及用户管理API接口
- 实现用户列表查询、保存和删除功能
- 添加Linux.do第三方登录支持
- 集成Linux.do OAuth认证流程
- 在系统设置中添加Linux.do登录配置选项
- 实现算力点余额调整记录功能
- 优化搜索组件关键词状态管理
- 更新数据库迁移添加credit_logs表
- 完善用户状态和信用等级验证逻辑
|
2026-05-25 11:21:09 +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
|
f26797b5c7
|
refactor(auth): 移除用户登出功能并优化导航组件
- 从 app-top-nav.tsx 中移除登出相关代码和 LogOut 图标
- 从 canvas-client-page.tsx 中移除用户信息显示和登出回调函数
- 从 admin layout.tsx 中移除登出菜单项
- 将 navigation-tools 从 lib 目录迁移到 constant 目录
- 更新 UserStatusActions 组件以简化用户菜单逻辑
- 在用户状态操作组件中集成快捷键功能和管理员入口
|
2026-05-21 15:22:01 +08:00 |
|
HouYunFei
|
e3d8fc092d
|
refactor(auth): 移除用户登出功能并优化导航组件
- 从 app-top-nav.tsx 中移除登出相关代码和 LogOut 图标
- 从 canvas-client-page.tsx 中移除用户信息显示和登出回调函数
- 从 admin layout.tsx 中移除登出菜单项
- 将 navigation-tools 从 lib 目录迁移到 constant 目录
- 更新 UserStatusActions 组件以简化用户菜单逻辑
- 在用户状态操作组件中集成快捷键功能和管理员入口
|
2026-05-21 15:10:57 +08:00 |
|
HouYunFei
|
dd6e426d78
|
refactor(layout): 组件文件迁移至layout目录
- 将AppProviders组件从src/components迁移到src/components/layout
- 将AppTopNav组件从src/components迁移到src/components/layout
- 将UserStatusActions组件从src/components迁移到src/components/layout
- 将ClientRootInit组件从src/components迁移到src/components/layout
- 将GitHubLink组件从src/components迁移到src/components/layout
- 将VersionReleaseModal组件从src/components迁移到src/components/layout
- 更新所有相关组件导入路径引用新的layout目录位置
|
2026-05-21 14:52:33 +08:00 |
|