游戏配置读取自 data/config.json,浏览器直接双击打开(file://)时无法读取本地 JSON 文件。
data/config.json
file://
请在项目目录下执行任意一条命令后访问 http://localhost:8080:
http://localhost:8080
php -S localhost:8080
npx --yes serve -l 8080 .