mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
修改 - 计划任务生成对话框文字描述
This commit is contained in:
parent
69b6f9724c
commit
cb6664a3bd
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<div class="input-group input-group-sm">
|
||||
<span class="input-group-addon" id="sizing-addon3">执行指令</span>
|
||||
<input id="DialogCommand" type="text" class="form-control" placeholder="与服务器命令一样,不要加 \ 符号" v-model="command" aria-describedby="sizing-addon3">
|
||||
<input id="DialogCommand" type="text" class="form-control" placeholder="与服务器命令一样,不要加 / 符号" v-model="command" aria-describedby="sizing-addon3">
|
||||
</div>
|
||||
<p>填写好您需要的计划数据,单击 "生成" 再进行保存即可。</p>
|
||||
<button class="btn btn-success" v-on:click="ok()">
|
||||
|
Loading…
Reference in New Issue
Block a user