yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/sageapi 2026-05-28 22:06:26 +08:00
e86e2ceea3 feat(accounting): add balance update in create_accounting_record
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 22:02:43 +08:00
54184aedfe feat(index.ui): 功能卡片固定高度140px + 角色分级显示
yumoqing pushed to main at yumoqing/accounting 2026-05-28 19:09:06 +08:00
9696d4334b feat: 添加信用额度功能
e34be6ad16 Merge branch 'main' of git.opencomputing.cn:yumoqing/accounting
a633368dcb fix: remove hardcoded dark theme colors from index.ui
Compare 3 commits »
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 18:49:49 +08:00
a21eabbb11 refactor(reallife_asset): uapi网关架构重构 + UI全面修复
yumoqing pushed to main at yumoqing/rbac 2026-05-28 18:39:28 +08:00
cfd3810a0a fix: remove _webbricks_=1 from SMS code generation API call
yumoqing pushed to main at yumoqing/rbac 2026-05-28 18:24:42 +08:00
969a72b528 fix: SMS verification code URL - replace undefined bricks.app.baseUrl with entire_url template
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-05-28 18:11:00 +08:00
e2687054df fix dashboard UI: quick-link css class, stat-card theming, remove hardcoded colors, light theme overrides
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 17:45:09 +08:00
1d05b7e36b feat: support base64 file upload in rl_upload, clarify API docs
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 17:27:28 +08:00
36be53699d fix: replace local_group_id with vendor_group_id in all client-facing APIs
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 17:21:05 +08:00
dbf8473b1b fix: remove downapp_id parameter from all APIs, use Bearer token auth
yumoqing pushed to main at yumoqing/rbac 2026-05-28 17:00:59 +08:00
ff03efb50a fix: Button label更新改用set_otext()支持国际化
yumoqing pushed to main at yumoqing/llmage 2026-05-28 16:58:38 +08:00
cb5efd5550 Revert "fix: 展平嵌套usage数据以支持pricing引擎点号路径查找"
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-05-28 16:58:37 +08:00
3659533102 fix: responsive layout - sidebar collapse, mobile adaptation, prevent text jumping
yumoqing pushed to main at yumoqing/llmage 2026-05-28 16:57:10 +08:00
71626468e2 fix: 展平嵌套usage数据以支持pricing引擎点号路径查找
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 16:57:05 +08:00
af65c307f8 feat: add callback handler and group query API for client auth flow
yumoqing pushed to main at yumoqing/rbac 2026-05-28 16:52:42 +08:00
f44104b8a5 fix: Button label更新使用text_w.set_text()替代options.label赋值
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 16:45:39 +08:00
3ad9b2bb46 update docs
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 16:44:09 +08:00
2cd0974909 refactor: vendor config and org-group mapping
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-28 16:29:20 +08:00
4280ad6894 docs: add Downapp API documentation
530f337704 feat: add downapp user API interfaces and ops management table
Compare 2 commits »
yumoqing pushed to main at yumoqing/rbac 2026-05-28 16:27:58 +08:00
53111aa2fd fix: Form.getValue()返回FormData对象,改用_getValue()获取普通对象