feat: 跨俱乐部资产迁移(计划/令牌/流水 + 用户与后台 API)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-29 00:15:27 +08:00
parent 568dcb720e
commit 0ebe5b4872
9 changed files with 1658 additions and 1 deletions

View File

@@ -101,7 +101,13 @@ def _load_menu_pages():
pages = []
need_seed = not pages or not any(
p.page_id in ('miniapp.assets', 'product.fake-orders', 'miniapp.recharge-copy') for p in pages
p.page_id in (
'miniapp.assets',
'product.fake-orders',
'miniapp.recharge-copy',
'admin.club-migrate',
)
for p in pages
)
if need_seed:
try: