大改版,可以针对不同项目引擎进行初始化

This commit is contained in:
Nostars Developer
2026-07-27 15:09:13 +08:00
parent 6446261c69
commit 62efb3778c
112 changed files with 11020 additions and 899 deletions

View File

@@ -3,7 +3,5 @@
"shell": "powershell",
"_shell_comment": "Windows 可用 powershell 或 pwsh使用 Git Bash 时可填 bash。macOS/Linux 通常填 bash 或 zsh。",
"changelog-author": "<your-changelog-handle>",
"_changelog_author_comment": "用于 changelog 条目的作者标识,例如团队账号或个人 handle。",
"godot4_path": "<path-to-godot-4-executable>",
"_godot4_path_comment": "填写本机 Godot 4 可执行文件路径或可从 PATH 解析的命令名;不要把个人绝对路径写入模板。"
"_changelog_author_comment": "用于 changelog 条目的作者标识,例如团队账号或个人 handle。"
}