Files
gaokao-volunteer-system/data/__init__.py
Hermes Agent a8b49276e8
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
feat(share): complete poster generation and unify share CLI surface
2026-06-30 17:48:58 +08:00

9 lines
315 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""data 包入口。
聚合本项目所有的数据子模块:
- data.orders订单模型、加密、状态机、schema (T4.1)
- data.crowd_db扎堆检测与数据加载 (T1/T2)
- data.share分享短链接 / 海报 / 权限策略 (T7)
- data.channel_sync渠道 SDK 集成 (T8.1 闲鱼 Webhook 等)
"""