yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 11:21:33 +08:00
aa2c553ff0 docs: add GET /v1/models/catelog endpoint to API docs
yumoqing pushed to main at yumoqing/llmage 2026-06-02 11:21:28 +08:00
6cafd70b34 feat: add /v1/models/catelog endpoint - list models by catalog with exclude
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-06-02 00:25:15 +08:00
398e90fa17 fix: dashboard布局重构 - 修复遮挡/热门模型金额/今日指标缺失
yumoqing pushed to main at yumoqing/llmage 2026-06-02 00:02:09 +08:00
76ddfaabc7 fix: 移除DynamicColumn的filler类,修复卡片区域无法滚动
yumoqing pushed to main at yumoqing/llmage 2026-06-01 23:52:55 +08:00
c3abbf9bfe fix: llmage index布局改为flex,llmage_content填满剩余空间
yumoqing pushed to main at yumoqing/bricks 2026-06-01 23:41:52 +08:00
d67bd84d4d fix: normalize full URLs to relative paths in Router
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 23:26:28 +08:00
39c8cfed2d Reduce noisy debug logs
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 23:06:10 +08:00
25db7851b1 docs: add Hot Reload documentation
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 23:00:27 +08:00
54214a8ff9 debug: remove noisy signal-file-not-found log
yumoqing pushed to main at yumoqing/llmage 2026-06-01 22:53:13 +08:00
a0f38df113 debug: add hot_reload handler logging
yumoqing pushed to main at yumoqing/pricing 2026-06-01 22:53:10 +08:00
ba69fb84d1 debug: add hot_reload handler logging
yumoqing pushed to main at yumoqing/rbac 2026-06-01 22:53:09 +08:00
5809a81646 debug: add hot_reload handler logging
yumoqing pushed to main at yumoqing/uapi 2026-06-01 22:53:07 +08:00
87d2cd409d debug: add hot_reload handler logging
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 22:53:06 +08:00
40bd5736b1 debug: add logging at key hot_reload decision points
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 22:49:30 +08:00
b51d3f28d6 fix: config.json变化时不触发hot_reload事件,避免不必要的模块缓存清理
yumoqing pushed to main at yumoqing/ahserver 2026-06-01 22:47:03 +08:00
4522a29ec6 fix: cleanup_ctx改为on_cleanup,修复hot_reload_cleanup coroutine未await错误
yumoqing pushed to main at yumoqing/sage 2026-06-01 22:36:14 +08:00
477076064e refactor backup_api.sh: auto-read config.json, discover all modules, decrypt password via RC4
yumoqing pushed to main at yumoqing/pricing 2026-06-01 18:57:53 +08:00
b7ca795127 cleanup: remove dead module-level get_pricing_program and duplicate assignment
yumoqing pushed to main at yumoqing/rbac 2026-06-01 18:15:40 +08:00
b72a487df7 fix: use ServerEnv().userpermissions instead of new UserPermissions() in event handlers
yumoqing pushed to main at yumoqing/llmage 2026-06-01 18:15:40 +08:00
450c9009a5 style: move _on_hot_reload after all imports