Codex worktree snapshot: settings-delete-targeted
Co-authored-by: Codex
This commit is contained in:
1
server-rs/crates/module-visual-novel/src/commands.rs
Normal file
1
server-rs/crates/module-visual-novel/src/commands.rs
Normal file
@@ -0,0 +1 @@
|
||||
//! 中文注释:视觉小说命令归一化预留落位,当前命令校验仍由 application 承接。
|
||||
1
server-rs/crates/module-visual-novel/src/events.rs
Normal file
1
server-rs/crates/module-visual-novel/src/events.rs
Normal file
@@ -0,0 +1 @@
|
||||
//! 中文注释:视觉小说领域事件预留落位,当前不导出独立事件类型。
|
||||
@@ -1,6 +1,8 @@
|
||||
mod application;
|
||||
mod commands;
|
||||
mod domain;
|
||||
mod errors;
|
||||
mod events;
|
||||
|
||||
pub use application::*;
|
||||
pub use domain::*;
|
||||
|
||||
Reference in New Issue
Block a user