merge: integrate remote project scaffold updates

This commit is contained in:
inman
2026-09-05 12:42:00 +08:00
60 changed files with 2909 additions and 141 deletions

View File

@@ -93,7 +93,7 @@ const PUBLISH_FAILURES: Record<string, WorksPublishFailure> = {
PROJECT_TYPE_UNPUBLISHABLE: {
title: '这个项目没有配置发布方式',
reason: '自定义项目只创建工作空间,不会自动生成平台发布模板。',
nextStep: '如需一键提交,请新建小游戏或小程序项目。',
nextStep: '如需一键提交,请新建交互式 AI 应用项目。',
},
PROJECT_FILE_INVALID: {
title: '项目配置无法读取',