Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Aug 6, 2020
1 parent a4bd51b commit 4c9d05a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"react-router-dom": "^5.2.0",
"socket.io-client": "^2.3.0",
"source-map-explorer": "^2.4.2",
"terser": "^5.0.0",
"timeago-react": "^3.0.0",
"typescript": "3.9.7"
},
"scripts": {
"start": "parcel index.html --https",
"build": "parcel build index.html --public-url .",
"build": "parcel build index.html --public-url . --no-minify --no-source-maps && terser --compress --mangle",
"lint": "eslint src/**/*.{ts,tsx}",
"fix": "eslint --fix src/**/*.{ts,tsx}"
},
Expand Down
4 changes: 4 additions & 0 deletions src/assets/about_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- `/disrobe`: 强行脱下身上的盔甲
- `/status`: 显示当前服务器状态
- `/co`: CoreProtect 插件相关指令, 可以查看方块放置及破坏, [点我看帮助](http://mineplugin.org/CoreProtect#.E5.91.BD.E4.BB.A4)
- `/w` & `/welcome`: 毫无感情的迎新机器

## 玩家准则

Expand Down Expand Up @@ -92,6 +93,8 @@
10. 服务器有权在不通知你的情况下进行规则修改
11. 请不要恶意跑图, 以及滥用观察者模式进行地图探索和查找矿物
12. 进入服务器前必须给您的正版账号设置一个皮肤, **(用于防止黑卡账号进入服务器)**, 若您的账号由于某些原因无法更换密码, 您可以联系管理员并提供相关购买证明
13. 请不要建造过山车及只有超长的一格铁路线等影响美观且占地较大的建筑, 管理员将有权进行拆除
14. 出生点新手物品给与处请不要存放钻石制、下界合金制品、潜影盒、信标和绿宝石等贵重物品 **(建议只提供食物及石制、铁质工具)**, 若放置贵重物品管理员将有权进行没收

> 另: 封禁时长视破坏严重性而定, 拿取他人物品被封禁想要解封请进群解释
Expand All @@ -103,6 +106,7 @@
- 管理员: @Fulandre_Scarlet
- 管理员: @Lulu_fengling
- 管理员: @Flandern_S
- 管理员: @Rukia0v0

## 合成表

Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6955,6 +6955,15 @@ terser@^4.3.9:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.0.0:
version "5.0.0"
resolved "https://registry.npm.taobao.org/terser/download/terser-5.0.0.tgz?cache=0&sync_timestamp=1596288772548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-5.0.0.tgz#269640e4e92f15d628de1e5f01c4c61e1ba3d765"
integrity sha1-JpZA5OkvFdYo3h5fAcTGHhuj12U=
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.12"

text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.npm.taobao.org/text-table/download/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
Expand Down

0 comments on commit 4c9d05a

Please sign in to comment.