-
82f873ea5c
feat: add i18n translations (zh/en/jp/ko) for all modules
main
Hermes Agent
2026-06-19 15:01:38 +08:00
-
5b4a646900
chore: 添加json/build.sh脚本
Hermes Agent
2026-06-17 17:26:27 +08:00
-
db3b87d545
fix: replace wildcard patterns with explicit per-file entries in load_path.py
yumoqing
2026-06-04 13:03:29 +08:00
-
5e4f7f9a98
docs: 完善虚拟人API文档 - 补充sections 6/8/9的curl示例和请求示例 - 新增section 10/11: 同步虚拟人素材组合和素材接口 - 更新业务流程说明增加同步步骤
yumoqing
2026-06-02 16:33:50 +08:00
-
4893cf3f9a
fix: 在__init__.py中导出所有API函数
yumoqing
2026-06-02 16:14:35 +08:00
-
c86c6f58e9
fix: 将API通配符改为逐个列出所有.dspy文件
yumoqing
2026-06-02 16:10:06 +08:00
-
b550281222
fix: API权限通配符从%改为*
yumoqing
2026-06-02 16:07:11 +08:00
-
925f58b025
feat: 添加私域虚拟人素材功能
yumoqing
2026-06-02 15:25:14 +08:00
-
fa8b35072d
fix: 左侧导航栏宽度减半 cwidth 18→9
yumoqing
2026-06-01 14:27:22 +08:00
-
3c5fdfc149
fix: 查看素材页面Form高度固定,结果区用filler自适应
yumoqing
2026-06-01 14:23:26 +08:00
-
f66260e753
refactor: 改为左右分栏布局,左侧菜单按钮导航,右侧内容区
yumoqing
2026-06-01 14:12:33 +08:00
-
fe8206f8d5
fix: reduce module card height (remove cheight, compact padding/icons)
yumoqing
2026-05-30 21:20:49 +08:00
-
956ae81d49
docs: update api_downapp.md — add curl examples and rl_assets API
yumoqing
2026-05-30 12:28:14 +08:00
-
86d2c4edc4
docs: add curl examples to all external APIs
yumoqing
2026-05-30 12:24:35 +08:00
-
9ff6076d5c
feat: add rl_assets.dspy — standard API to list assets by vendor_group_id
yumoqing
2026-05-30 12:20:38 +08:00
-
304e4c4071
fix: wrap rl_asset_results in VScrollPanel for scrolling
yumoqing
2026-05-30 11:22:53 +08:00
-
7c3e77e612
fix: view_assets — use actiontype:urlwidget + target + mode:replace
yumoqing
2026-05-30 10:54:48 +08:00
-
f94207dd86
fix: view_assets form submit — use script bind instead of urlwidget
yumoqing
2026-05-30 10:48:32 +08:00
-
2440be759d
fix: center all popups (anchor:cc), remove download URL from status query
yumoqing
2026-05-30 10:46:22 +08:00
-
29d2ed2609
fix: center auth popup with anchor:cc
yumoqing
2026-05-30 10:32:04 +08:00
-
6491182249
feat: add view_assets page — browse media by group with bricks widgets
yumoqing
2026-05-30 10:31:08 +08:00
-
daf82107fb
feat: add status query flow after upload (frontend专用 dspy)
yumoqing
2026-05-30 10:22:25 +08:00
-
2f1974ae8f
feat: upload form shows name for auth groups, file input with media type validation
yumoqing
2026-05-30 10:15:50 +08:00
-
a0d4189cb8
fix: 修复所有sor.U()调用, 合并id到更新字典(sor.U只接受2个参数)
yumoqing
2026-05-30 01:21:44 +08:00
-
f8de29d8f2
fix: 恢复format_exc()调用, 框架已预加载
yumoqing
2026-05-30 00:43:05 +08:00
-
fadde32ecc
fix: 移除rl_callback中未定义的http_request变量, 直接用params_kw获取GET参数
yumoqing
2026-05-30 00:42:25 +08:00
-
c9bc2da46b
ui: 认证弹窗正文和按钮改为上下排列,点击打开后关闭弹窗
yumoqing
2026-05-30 00:38:46 +08:00
-
967d1c728c
fix: 移除所有dspy文件中多余的import语句, 框架已预加载
yumoqing
2026-05-30 00:32:16 +08:00
-
38cea985f1
debug: rl_callback添加详细日志和异常捕获
yumoqing
2026-05-30 00:28:47 +08:00
-
93780ac01d
feat: 真人认证增加可选name参数, 记录到rl_org_group供列表展示
yumoqing
2026-05-30 00:20:55 +08:00
-
5fa1040adc
fix: rl_callback支持火山GET回调(bytedToken参数名), 添加调试日志
yumoqing
2026-05-30 00:11:47 +08:00
-
ccb9430a25
fix: 还原rl_callback.dspy, 供应商回调返回格式由供应商决定
yumoqing
2026-05-29 23:48:04 +08:00
-
211b628c78
refactor: API响应统一标准格式{status,data}, 前端Form分离
yumoqing
2026-05-29 23:40:19 +08:00
-
2533e4f22e
fix: 修正 SQLor 插入方法调用,sor.I() 改为 sor.C()
yumoqing
2026-05-29 19:24:58 +08:00
-
9ada9a5a77
fix: use 'default' as project name for Volcengine API calls
yumoqing
2026-05-29 19:18:37 +08:00
-
1b6c51f712
fix: use compact JSON (no spaces) for body hash consistency
yumoqing
2026-05-29 18:48:45 +08:00
-
2fd15eeb1e
fix: rewrite V4 signing to match official Volcengine Python example
yumoqing
2026-05-29 18:43:10 +08:00
-
073bd711c8
fix: correct V4 signing - URI encode query params, fix canonical headers format
yumoqing
2026-05-29 18:30:32 +08:00
-
03e1639ffc
fix: remove SK decryption, use plaintext AK/SK directly
yumoqing
2026-05-29 18:15:07 +08:00
-
bd70011c01
feat: rl_verify认证成功后用NewWindow控件在新窗口打开认证链接
yumoqing
2026-05-29 14:39:50 +08:00
-
414d0e66ed
refactor: 移除uapi依赖,改用直接V4签名调用火山引擎API
yumoqing
2026-05-29 14:13:47 +08:00
-
af3368c019
chore: cleanup swp file, add gitignore
yumoqing
2026-05-29 13:29:51 +08:00
-
39f98a7136
add: 火山引擎AK/SK凭证
yumoqing
2026-05-29 13:28:34 +08:00
-
1264a6a2fa
add: 火山引擎真人人像模块配置SQL
yumoqing
2026-05-29 13:27:11 +08:00
-
da5a67f23b
fix: 删除手写list dspy,让Sage CRUD框架自动生成list端点
yumoqing
2026-05-29 11:16:30 +08:00
-
db881a52e2
fix: 去掉多余的返回首页按钮和外部提交/重置按钮,Form自带
yumoqing
2026-05-29 10:46:33 +08:00
-
ac50a223b5
fix: 客户UI改用client API,简化表单字段
yumoqing
2026-05-29 10:44:19 +08:00
-
38650389b1
feat: add load_path.py with role-based wildcard % coverage
yumoqing
2026-05-29 00:52:24 +08:00
-
598ca58a26
fix: wrap cards+content in VScrollPanel
yumoqing
2026-05-29 00:10:55 +08:00
-
5d17fa5604
refactor(index.ui): 改用cwidth/cheight/cfontsize替代固定px值
yumoqing
2026-05-28 23:46:53 +08:00
-
57383dfa7b
chore: remove vim swap file
yumoqing
2026-05-28 23:36:16 +08:00
-
0371bf3a12
refactor(index.ui): 卡片从Button改为VBox容器
yumoqing
2026-05-28 23:36:07 +08:00
-
8f0c2a84e2
bugfix
yumoqing
2026-05-28 22:17:02 +08:00
-
19bae64494
bugfix
yumoqing
2026-05-28 22:16:26 +08:00
-
9ebd8e7a80
fix(index.ui): 客户卡片用customer.*角色控制显示
yumoqing
2026-05-28 22:08:06 +08:00
-
54184aedfe
feat(index.ui): 功能卡片固定高度140px + 角色分级显示
yumoqing
2026-05-28 22:02:40 +08:00
-
a21eabbb11
refactor(reallife_asset): uapi网关架构重构 + UI全面修复
yumoqing
2026-05-28 18:49:46 +08:00
-
1d05b7e36b
feat: support base64 file upload in rl_upload, clarify API docs
yumoqing
2026-05-28 17:45:07 +08:00
-
36be53699d
fix: replace local_group_id with vendor_group_id in all client-facing APIs
yumoqing
2026-05-28 17:27:26 +08:00
-
dbf8473b1b
fix: remove downapp_id parameter from all APIs, use Bearer token auth
yumoqing
2026-05-28 17:21:02 +08:00
-
af65c307f8
feat: add callback handler and group query API for client auth flow
yumoqing
2026-05-28 16:57:04 +08:00
-
3ad9b2bb46
update docs
yumoqing
2026-05-28 16:45:31 +08:00
-
2cd0974909
refactor: vendor config and org-group mapping
yumoqing
2026-05-28 16:44:00 +08:00
-
4280ad6894
docs: add Downapp API documentation
yumoqing
2026-05-28 16:29:13 +08:00
-
530f337704
feat: add downapp user API interfaces and ops management table
yumoqing
2026-05-28 16:25:02 +08:00
-
78036b9640
fix: .dspy文件按开发规范重写
yumoqing
2026-05-28 11:17:30 +08:00
-
0e5696f5da
feat: 真人人像素材管理模块初始版本
yumoqing
2026-05-28 08:55:09 +08:00