合并 master 并保留外部生成 worker 模式

合入 master 的拼消消、微信能力、OpenSSL 3.2 和 SpacetimeDB 2.4.1 更新
保留外部内容生成 queue/inline、worker lease 与动态扩缩容口径
补齐拼图后台图片生成队列轮询和运行态返回恢复
同步容器、生产运维和 Hermes 共享记忆中的 worker 文档
This commit is contained in:
2026-06-09 16:55:32 +08:00
497 changed files with 66318 additions and 13329 deletions

View File

@@ -11,6 +11,7 @@ pub use module_inventory::*;
pub use module_jump_hop::*;
pub use module_npc::*;
pub use module_progression::*;
pub use module_puzzle_clear::*;
pub use module_quest::*;
pub use module_runtime::*;
pub use module_runtime_item::*;
@@ -37,6 +38,7 @@ mod match3d;
mod migration;
mod public_work;
mod puzzle;
mod puzzle_clear;
mod runtime;
mod square_hole;
mod visual_novel;
@@ -56,6 +58,7 @@ pub use jump_hop::*;
pub use match3d::*;
pub use migration::*;
pub use public_work::*;
pub use puzzle_clear::*;
pub use runtime::*;
pub use square_hole::*;
pub use visual_novel::*;