收紧资源 kind 测试专用导入

仅在测试构建中导入 GameCreationAppAssetKind,避免正式构建产生未使用警告。
This commit is contained in:
2026-09-15 19:33:13 +08:00
parent 80caec373a
commit d07ea186fa
@@ -15,6 +15,7 @@ use platform_llm::{
};
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};
#[cfg(test)]
use shared_contracts::game_creation_app::GameCreationAppAssetKind;
use std::collections::HashSet;
use std::path::Path;