Files
Genarrative/server-rs/crates/shared-contracts/src/lib.rs
T
AIGameCreator App 6bcd176bdf
Project CI / Frontend tests (push) Failing after 24s
Project CI / Repository checks (push) Failing after 43s
Project CI / Backend tests (push) Successful in 3m5s
Project CI / Native shell tests (push) Failing after 6m49s
合并 master 最新更新
合入 master 的 BgFilter、CI、运维与现役平台改造。

保留 AI 游戏创作 Runtime、独立锁文件与原生壳验证链路。

修复共享充值账单组件、LLM 网关与退役 Agent 兼容边界。

同步冲突文档、锁文件和开发脚本。
2026-07-27 18:28:26 +08:00

54 lines
1023 B
Rust

pub mod admin;
pub mod ai;
pub mod api;
#[cfg(feature = "oss-contracts")]
pub mod assets;
pub mod auth;
#[cfg(any())]
pub mod bark_battle;
#[cfg(any())]
pub mod big_fish;
#[cfg(any())]
pub mod big_fish_works;
#[cfg(any())]
pub mod creation_agent_document_input;
pub mod creation_audio;
#[cfg(any())]
pub mod creation_entry_config;
#[cfg(any())]
pub mod creative_agent;
pub mod editor_agent;
pub mod external_generation;
pub mod game_creation_app;
pub mod hyper3d;
pub mod llm;
#[cfg(any())]
pub mod public_work;
#[cfg(any())]
pub mod puzzle_agent;
#[cfg(any())]
pub mod puzzle_clear;
#[cfg(any())]
pub mod puzzle_creative_template;
#[cfg(any())]
pub mod puzzle_gallery;
#[cfg(any())]
pub mod puzzle_runtime;
#[cfg(any())]
pub mod puzzle_works;
pub mod runtime;
#[cfg(any())]
pub mod runtime_story;
#[cfg(any())]
pub mod square_hole_agent;
#[cfg(any())]
pub mod square_hole_runtime;
#[cfg(any())]
pub mod square_hole_works;
#[cfg(any())]
pub mod story;
#[cfg(any())]
pub mod visual_novel;
#[cfg(any())]
pub mod wooden_fish;