@66rpg/cgmaker 0.1.18 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/cgmaker.js +2 -2
- package/dist/index.js +32 -35
- package/dist/validate.js +1 -1
- package/package.json +2 -2
- package/skill/cgmaker/SKILL.md +15 -10
- package/skill/cgmaker-identity/references/branches.md +5 -5
- package/skill/cgmaker-play-sdk/references/api.md +81 -81
- package/skill/cgmaker-template-spec/references/layout.md +1 -1
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
试玩(同一工程、同一份 `src/`,两次 build 都进 `dist/`):必须提供 `scripts.build:demo`,自己从 `assets/` 切片或按模板约定生成试玩内容。不要第二份作者工程,不要 `dist-demo/`。
|
|
46
46
|
|
|
47
|
-
安装之后多出来、**不要打回 zip** 的:`.cgmaker/`(`origin.json` 模板身份、`game.json` 游戏正式版 / demo,见 [docs/origin.md](../../../../../docs/origin.md))、`node_modules/`、`dist/`、以及 create/init 或 `cgmaker skill`
|
|
47
|
+
安装之后多出来、**不要打回 zip** 的:`.cgmaker/`(`origin.json` 模板身份、`game.json` 游戏正式版 / demo,见 [docs/origin.md](../../../../../docs/origin.md))、`node_modules/`、`dist/`、以及 create/init 或 `cgmaker skill` 按所选编辑器拷入的 `.agents/` `.cursor/` 等目录(未选编辑器则没有这些目录;之后可 `npx cgmaker skill --platform cursor` 补装)。凭据在 `~/.cgmaker/`,不在工程里。
|
|
48
48
|
|
|
49
49
|
不要出现:
|
|
50
50
|
|