Files
Genarrative/server-rs/crates/module-puzzle/src/domain.rs
2026-04-29 11:51:30 +08:00

5 lines
215 B
Rust

//! 拼图领域模型过渡落位。
//!
//! 后续迁移拼图 Agent 会话、作品 profile 和运行态聚合时,只保留玩法规则;
//! 图片生成、发布 HTTP shape 和排行榜适配留在外层。