feat(projects): add interactive AI app scaffold skill

This commit is contained in:
2026-09-04 20:36:28 +08:00
parent 336e0bb0ca
commit 959b6333b5
40 changed files with 2647 additions and 65 deletions

View File

@@ -279,7 +279,7 @@ async function readPublishableProjectType(projectPath: string): Promise<Publisha
if (result.status === 'missing' || result.config.projectType === 'custom') {
throw new ProjectPackageError(
'PROJECT_TYPE_UNPUBLISHABLE',
'自定义项目暂未配置发布方式,请新建小游戏或小程序项目',
'自定义项目暂未配置发布方式,请新建交互式 AI 应用项目',
);
}
return result.config.projectType;