yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:48:34 +08:00
f94207dd86 fix: view_assets form submit — use script bind instead of urlwidget
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:46:24 +08:00
2440be759d fix: center all popups (anchor:cc), remove download URL from status query
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:32:06 +08:00
29d2ed2609 fix: center auth popup with anchor:cc
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:31:15 +08:00
6491182249 feat: add view_assets page — browse media by group with bricks widgets
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:22:32 +08:00
daf82107fb feat: add status query flow after upload (frontend专用 dspy)
yumoqing pushed to main at yumoqing/rbac 2026-05-30 10:19:05 +08:00
c776c0b3b5 fix: rp_cache should reload from DB when cache is disabled
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 10:15:55 +08:00
2f1974ae8f feat: upload form shows name for auth groups, file input with media type validation
yumoqing pushed to main at yumoqing/llmage 2026-05-30 01:43:17 +08:00
d84cc1d859 fix: API返回纯数组格式,添加模型上下架功能
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 01:21:45 +08:00
a0d4189cb8 fix: 修复所有sor.U()调用, 合并id到更新字典(sor.U只接受2个参数)
yumoqing pushed to main at yumoqing/bricks 2026-05-30 01:19:04 +08:00
81fd808d02 fix: data_filter form fields missing uitype and browserfields lookup
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:43:06 +08:00
f8de29d8f2 fix: 恢复format_exc()调用, 框架已预加载
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:42:27 +08:00
fadde32ecc fix: 移除rl_callback中未定义的http_request变量, 直接用params_kw获取GET参数
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:38:48 +08:00
c9bc2da46b ui: 认证弹窗正文和按钮改为上下排列,点击打开后关闭弹窗
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:32:19 +08:00
967d1c728c fix: 移除所有dspy文件中多余的import语句, 框架已预加载
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:28:49 +08:00
38cea985f1 debug: rl_callback添加详细日志和异常捕获
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:20:56 +08:00
93780ac01d feat: 真人认证增加可选name参数, 记录到rl_org_group供列表展示
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-30 00:11:48 +08:00
5fa1040adc fix: rl_callback支持火山GET回调(bytedToken参数名), 添加调试日志
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 23:48:06 +08:00
ccb9430a25 fix: 还原rl_callback.dspy, 供应商回调返回格式由供应商决定
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 23:40:29 +08:00
211b628c78 refactor: API响应统一标准格式{status,data}, 前端Form分离
yumoqing pushed to main at yumoqing/rbac 2026-05-29 23:12:23 +08:00
04e9b718db fix: check_roles_path supports % wildcard alongside **