再次合并 master

合入 origin/master 最新创作入口契约与后台编辑调整。

保留本枝平台入口架构收口约束并合并玩法链路文档。

通过 typecheck、编码检查、冲突扫描与相关创作入口测试。
This commit is contained in:
2026-06-08 00:00:36 +08:00
13 changed files with 831 additions and 107 deletions

View File

@@ -1,6 +1,8 @@
import type { PlatformCreationTypeId } from '../../packages/shared/src/contracts/playTypes';
import { requestJson } from './apiClient';
export const DEFAULT_UNIFIED_CREATION_MUD_POINT_COST = 10;
/** 后端下发的单个创作类型入口配置,前端只据此展示和分流。 */
export type CreationEntryTypeConfig = {
id: PlatformCreationTypeId;
@@ -30,6 +32,7 @@ export type UnifiedCreationField = {
export type UnifiedCreationSpec = {
playId: PlatformCreationTypeId;
title: string;
mudPointCost?: number | null;
workspaceStage: string;
generationStage: string;
resultStage: string;