yumoqing
  • Joined on 2025-06-28
yumoqing pushed to master at yumoqing/smssend 2026-06-03 06:58:53 +08:00
0db205d0ef bugfix
2b639c7eaf revert: generate_sms_code returns None on failure (keep original behavior)
b1e08c46f5 fix: generate_sms_code raises exception with error details instead of returning None
8a2a7d02ed revert: remove mark_used parameter (API used by other systems)
bbd10a6471 fix: add mark_used parameter to check_sms_code for multi-account login flow
Compare 10 commits »
yumoqing created repository yumoqing/smssend 2026-06-03 06:54:10 +08:00
yumoqing pushed to main at yumoqing/llmage 2026-06-02 21:00:29 +08:00
3743dec00d fix: dark mode overrides for plaza sidebar and nav buttons
yumoqing pushed to main at yumoqing/sage 2026-06-02 20:37:22 +08:00
3ec2798abb feat: add RBAC permission for /bricks/css/api_doc.css (any)
yumoqing pushed to main at yumoqing/bricks 2026-06-02 20:28:38 +08:00
6fe0919f8a fix: load api_doc.css in header.tmpl, revert JS hack
yumoqing pushed to main at yumoqing/bricks 2026-06-02 20:24:25 +08:00
c8941a5b84 fix: ApiDoc widget self-loads its CSS for sidebar layout
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 20:18:02 +08:00
066baae242 bugfix
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 20:14:54 +08:00
ed6c9eb31f bugfix
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 20:11:41 +08:00
8a1ec5efdc bugfix
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 17:58:27 +08:00
bf4bc441b1 fix: virtual human API section heading level (H2 -> H1, H3 -> H2)
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 17:45:19 +08:00
e64e08da6f fix: close unclosed Bearer token quotes in curl examples (8 lines)
yumoqing pushed to main at yumoqing/pricing 2026-06-02 17:36:40 +08:00
5d4e008ec8 fix: guard hot_reload binding with None check
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 17:34:17 +08:00
4dc0603d5f docs: add virtual human asset API documentation
yumoqing pushed to main at yumoqing/xls2ddl 2026-06-02 17:27:11 +08:00
ebd4b4a99e fix: get_data_tmpl 注入 logined 过滤条件到 data_filter
yumoqing pushed to main at yumoqing/bricks 2026-06-02 17:26:08 +08:00
f8f02c63ab fix: 为 data_filter code 类型字段添加空选项
yumoqing pushed to main at yumoqing/bricks 2026-06-02 17:15:32 +08:00
a2a80ac922 docs: update api_doc.js dependency comment to reference local 3parties/marked.js
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 17:11:19 +08:00
8b05c8628f docs: add curl test examples for all API endpoints in api_doc.md
yumoqing pushed to main at yumoqing/bricks 2026-06-02 17:08:45 +08:00
d41c386acf feat: add ApiDoc widget - renders API docs from markdown with sidebar nav, method badges, code copy
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 16:36:16 +08:00
067b1003e3 docs: fix image/generations general response example to match actual UAPI response
yumoqing pushed to main at yumoqing/reallife_asset 2026-06-02 16:33:52 +08:00
5e4f7f9a98 docs: 完善虚拟人API文档 - 补充sections 6/8/9的curl示例和请求示例 - 新增section 10/11: 同步虚拟人素材组合和素材接口 - 更新业务流程说明增加同步步骤