mirror of
https://github.com/rwv/chinese-dos-games-web.git
synced 2024-11-25 16:53:07 +08:00
fix game.html
This commit is contained in:
commit
bd9f8a2b00
@ -13,7 +13,7 @@ $ pip3 install flask
|
||||
|
||||
在根目录下执行
|
||||
``` sh
|
||||
$ git submodule update --recursive --remote && git submodule update --recursive --remote && python3 ./static/games/download_data.py
|
||||
$ git submodule update --init --recursive --remote && python3 ./static/games/download_data.py
|
||||
```
|
||||
|
||||
### 运行 Flask
|
||||
|
@ -70,7 +70,7 @@
|
||||
new DosBoxLoader(DosBoxLoader.emulatorJS("{{ url_for('static', filename='emularity/dosbox/dosbox-sync.js') }}"),
|
||||
DosBoxLoader.locateAdditionalEmulatorJS(locateAdditionalFiles),
|
||||
DosBoxLoader.nativeResolution(640, 480),
|
||||
DosBoxLoader.fileSystemKey("{{ game_info["identifier"] }}"),
|
||||
DosBoxLoader.fileSystemKey("{{ game_info["identifier"] }}"),
|
||||
DosBoxLoader.mountZip("c",
|
||||
DosBoxLoader.fetchFile("Game File",
|
||||
"{{ url_for('static', filename="games/bin/{}.zip".format(game_info["identifier"])) }}"),
|
||||
|
Loading…
Reference in New Issue
Block a user