剧情 组件末端

注意啦!:

这是世界机构联合体网站内部组件页,用于在其他页面中使用。
所以请别乱动,谢谢啦!

`;

// 编译 + 渲染
const gameData = compileScript(gameScript);
if (gameData) {
renderGame(gameData, "gameContainer");
} else {
alert("剧本编译失败,请检查语法");
}
</script>
</body>
</html>
[[/html]]

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License