Skip to content

Commit

Permalink
调整UI,调整端口号
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Feb 12, 2022
1 parent e267825 commit 27401ef
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 24 deletions.
Binary file renamed app.exe → WebGAL_Origine.exe
Binary file not shown.
Binary file removed app-3000.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//initialize
const Port = 80;//设置端口号,一般是80
const Port = 3001;//设置端口号,一般是80
const express = require('express');
const app = express();
const bodyParser = require('body-parser')
Expand Down Expand Up @@ -33,6 +33,6 @@ process.on('unhandledRejection', function (err, promise) {

app.use('/api', api);

app.listen(Port, () => console.log('服务器已就绪,运行在端口' + Port))//输出服务器启动信息
app.listen(Port, () => console.log('已就绪,请访问:' + `http://localhost:${Port}/`))//输出服务器启动信息

module.exports = app;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/Games/测试游戏1/game/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Game_name:测试游戏1;
Game_key:114514LTS;
Title_img:0000.png;
Title_bgm:夏影.mp3;
Title_img:xgmain.jpeg;
Title_bgm:Famishin - 花鳥風月.flac;
Loading_img:b.jpg;
4 changes: 2 additions & 2 deletions public/Games/测试游戏1/game/gameConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Game_name": "测试游戏1",
"Game_key": "114514LTS",
"Title_img": "0000.png",
"Title_bgm": "夏影.mp3",
"Title_img": "xgmain.jpeg",
"Title_bgm": "Famishin - 花鳥風月.flac",
"Loading_img": "b.jpg"
}
2 changes: 1 addition & 1 deletion public/Games/测试游戏1/game/scene/test4.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"type":"dialog","speaker":"WebGAL","content":"这是Test4的内容","vocal":"","ignoreSpeaker":false}]
[]
1 change: 0 additions & 1 deletion public/Games/测试游戏1/game/scene/test4.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
WebGAL:这是Test4的内容;
1 change: 1 addition & 0 deletions public/Games/测试游戏1/game/scene/test5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Empty file.
1 change: 1 addition & 0 deletions public/assets/index.0e24b7c8.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions public/assets/index.3f53f27b.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<link rel="icon" type="image/svg+xml" href="./assets/favicon.63a26457.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebGAL Origine</title>
<script type="module" crossorigin src="./assets/index.7d718999.js"></script>
<script type="module" crossorigin src="./assets/index.0e24b7c8.js"></script>
<link rel="modulepreload" href="./assets/vendor.aef5ca88.js">
<link rel="stylesheet" href="./assets/index.1d13621d.css">
<link rel="stylesheet" href="./assets/index.3f53f27b.css">
</head>
<body>
<div id="root"></div>
Expand Down
14 changes: 0 additions & 14 deletions public/index2.html

This file was deleted.

0 comments on commit 27401ef

Please sign in to comment.