2a98b60830
新增前端运行时配置接口下发画板 Agent 开关 将画板 Agent 入口改为读取后端运行时配置 把开关变量改为 GENARRATIVE_ENABLE_IMAGE_EDITOR_AGENT_SIDEBAR 补充前后端测试和生产环境变量文档
26 lines
496 B
Rust
26 lines
496 B
Rust
pub mod admin;
|
|
pub mod assets;
|
|
pub mod auth;
|
|
pub mod bark_battle;
|
|
pub mod big_fish;
|
|
pub mod custom_world;
|
|
pub mod editor_project;
|
|
pub mod edutainment;
|
|
pub mod external_api;
|
|
pub mod external_generation;
|
|
pub mod frontend_runtime_config;
|
|
pub mod health;
|
|
pub mod internal;
|
|
pub mod jump_hop;
|
|
pub mod match3d;
|
|
pub mod platform;
|
|
pub mod play_flow;
|
|
pub mod profile;
|
|
pub mod public_work;
|
|
pub mod puzzle;
|
|
pub mod puzzle_clear;
|
|
pub mod square_hole;
|
|
pub mod story;
|
|
pub mod visual_novel;
|
|
pub mod wooden_fish;
|