lili 6dbed41280 feat(studio): E6/U6 改进入口 Modify.vue——扩展/改玩法/调参 接 studio modify+extend
补齐 plan 002 U6 的 modify 入口(预览页可达,非孤儿):
- views/create/Modify.vue(新建,路由 /create/modify/:versionId,versionId=baseVersionId):三方式分段映射契约——
  扩展(extend,intent-only additive 零门槛 NL)/ 改玩法(modify regenerate-module,target.kind=behavior + intent,目标可空默认首个)/ 调参(modify deterministic,kind∈config/asset/level + path + value JSON,JSON 解析失败 Toast 不提交)
  提交→任务链→复用 /create/task 进度页→预览看改进结果
- views/create/Preview.vue:底部加「改进作品」按钮 → goModify 跳改进页(versionId 作 baseVersionId,带 gameId)
- router:注册 create-modify 路由
- locales/taskflow.{zh,en}:补 modify.* + preview.refine 文案(中英同构,禁裸中文)

验证:`npm run build`(vue-tsc -b + vite build)绿。全链 create→task→preview→modify CDP 真机走查下一步做(U6 execution note 必做项)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 15:37:23 -07:00
..

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.