mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
新增 EULA 自动同意功能
This commit is contained in:
parent
6137754cd7
commit
64d758de0d
@ -38,6 +38,13 @@
|
||||
text-align: right;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.PAGE_info {
|
||||
text-align: center;
|
||||
color: #b8b8b8;
|
||||
margin: 8px 0px 0px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
<div id="CreateServerViewx" class="OneContainer">
|
||||
<div class="PAGE_NewserverxCreatePanelWapper" v-show="pagecode==0">
|
||||
@ -70,6 +77,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="PAGE_info">
|
||||
控制面板将会自动生成 eula.txt ,这将表明你已知晓并且同意 eula 协议。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -183,7 +193,8 @@
|
||||
<br />
|
||||
<div class="input-group input-group-sm">
|
||||
<span class="input-group-addon">启动命令</span>
|
||||
<input type="text" class="form-control" placeholder="程序启动命令.... (列如: java -jar xxx.jar)" v-model="highCommande" />
|
||||
<input type="text" class="form-control" placeholder="程序启动命令.... (列如: java -jar xxx.jar)"
|
||||
v-model="highCommande" />
|
||||
</div>
|
||||
<small>运行目录: {{serverCwd}} </small>
|
||||
<br />
|
||||
@ -318,5 +329,5 @@
|
||||
});
|
||||
});
|
||||
|
||||
MI.rListener("onend", function () {});
|
||||
</script>
|
||||
MI.rListener("onend", function () { });
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user