refactor(api-server): narrow puzzle state surface
This commit is contained in:
@@ -109,9 +109,8 @@ const MATCH3D_WORK_METADATA_LLM_MODEL: &str = "gpt-4o";
|
||||
const MATCH3D_ITEM_SIZE_LARGE: &str = "大";
|
||||
const MATCH3D_ITEM_SIZE_MEDIUM: &str = "中";
|
||||
const MATCH3D_ITEM_SIZE_SMALL: &str = "小";
|
||||
const MATCH3D_CONTAINER_REFERENCE_IMAGE_BYTES: &[u8] = include_bytes!(
|
||||
"../../../../public/match3d-background-references/pot-fused-reference.png"
|
||||
);
|
||||
const MATCH3D_CONTAINER_REFERENCE_IMAGE_BYTES: &[u8] =
|
||||
include_bytes!("../../../../public/match3d-background-references/pot-fused-reference.png");
|
||||
const MATCH3D_PUBLIC_REFERENCE_IMAGE_PATH_PREFIX: &str = "public/";
|
||||
const MATCH3D_QUESTION_THEME: &str = "你想创作什么题材";
|
||||
const MATCH3D_QUESTION_CLEAR_COUNT: &str = "需要消除多少次才能通关";
|
||||
|
||||
Reference in New Issue
Block a user