docs: add AI boundary rules and creator workspace guide in public/

This commit is contained in:
2026-06-10 17:22:32 +08:00
parent 686b1b45ea
commit 2b3fc97c70
2 changed files with 40 additions and 0 deletions

18
public/CLAUDE.md Normal file
View File

@@ -0,0 +1,18 @@
# ⚠️ 游戏制作者边界
你可以修改的目录:
✅ public/ — 游戏内容
- scenes/*.json — 剧情 JSON 定义
- scenes/config.json — 配置文件(指定加载哪个场景文件)
- <素材目录>/ — 视频、音频、图片等素材
- <素材目录>/locales/ — 多语言故事翻译(制作者维护)
✅ electron/ — 打包配置(可调整自己的打包内容和参数)
❌ 绝对不能修改:
- engine/ src/ editor/ — 引擎和 UI 层源代码
- package.json tsconfig.json vite.config.ts — 构建配置
- docs/ — 项目文档
如有引擎功能需求,请联系引擎开发者。