edit readme,fix some bug,edit client ui

This commit is contained in:
wzdwc
2020-09-12 20:52:18 +08:00
parent 3105f88f97
commit 70ecee7d87
157 changed files with 6409 additions and 7263 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "game-node-center",
"name": "poke-game-server",
"version": "1.0.0",
"description": "node服务中心",
"private": true,
@@ -33,7 +33,7 @@
"scripts": {
"start": "egg-scripts start --daemon --title=midway-server-node-loan-center --framework=midway --ts",
"stop": "egg-scripts stop --title=midway-server-node-loan-center",
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
"start_build": "npm run build && cross-env NODE_ENV=production midway-bin dev",
"clean": "midway-bin clean",
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
"debug": "cross-env NODE_ENV=local midway-bin debug --ts",