yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/xls2ddl 2026-05-29 19:49:45 +08:00
9f9a60a732 fix: use data_url instead of get_data_url to match JSON key
yumoqing pushed to main at yumoqing/xls2ddl 2026-05-29 19:47:44 +08:00
3a865e89a2 fix: wrap desc in DictObject for attribute access in subtable2toolbar
yumoqing pushed to main at yumoqing/xls2ddl 2026-05-29 19:44:33 +08:00
057ca605c1 feat: pass data_filter/filter_labels to Tabular widget; fix json.loads for data_filter string
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 19:25:18 +08:00
2533e4f22e fix: 修正 SQLor 插入方法调用,sor.I() 改为 sor.C()
yumoqing pushed to main at yumoqing/bricks 2026-05-29 19:25:18 +08:00
970f60e6f5 fix: add background-color to tabular-row-selected for visible selection highlight
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 19:18:38 +08:00
9ada9a5a77 fix: use 'default' as project name for Volcengine API calls
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 18:49:01 +08:00
1b6c51f712 fix: use compact JSON (no spaces) for body hash consistency
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 18:44:17 +08:00
2fd15eeb1e fix: rewrite V4 signing to match official Volcengine Python example
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 18:30:34 +08:00
073bd711c8 fix: correct V4 signing - URI encode query params, fix canonical headers format
yumoqing pushed to main at yumoqing/cpcc 2026-05-29 18:25:43 +08:00
b41dc0a02d refactor: update CRUD dspy and UI files
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 18:15:09 +08:00
03e1639ffc fix: remove SK decryption, use plaintext AK/SK directly
yumoqing pushed to main at yumoqing/pricing 2026-05-29 18:00:16 +08:00
8159c79d55 feat: respect module_cache config for pricing cache
yumoqing pushed to main at yumoqing/uapi 2026-05-29 17:59:30 +08:00
77b4b14525 feat: respect module_cache config for UAPI cache
yumoqing pushed to main at yumoqing/rbac 2026-05-29 17:59:05 +08:00
cf18e592c7 feat: respect module_cache config for RBAC LRU cache
yumoqing pushed to main at yumoqing/sage 2026-05-29 17:58:36 +08:00
78da8bd3d9 feat: add module_cache config section for rbac/pricing/uapi cache control
yumoqing pushed to main at yumoqing/llmage 2026-05-29 17:44:08 +08:00
42f3a41b06 fix: remove duplicate get_llmage_llm (user's buggy version), keep corrected version
yumoqing pushed to main at yumoqing/llmage 2026-05-29 17:41:45 +08:00
93ec47f198 refactor: add get_llmage_llm() for non-API-call llm data access, replace get_llm() in accounting and pricing
yumoqing pushed to main at yumoqing/llmage 2026-05-29 17:24:11 +08:00
cef4859574 Merge branch 'main' of git.opencomputing.cn:yumoqing/llmage
4cc818b98b bugfix
Compare 2 commits »
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 14:39:52 +08:00
bd70011c01 feat: rl_verify认证成功后用NewWindow控件在新窗口打开认证链接
yumoqing pushed to main at yumoqing/reallife_asset 2026-05-29 14:13:50 +08:00
414d0e66ed refactor: 移除uapi依赖,改用直接V4签名调用火山引擎API