|
@@ -13,6 +13,10 @@
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
+ .operate-container {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
.status-container {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -66,10 +70,13 @@
|
|
|
<label><input type="checkbox" id="SimpleCheckbox"> 是否小号</label>
|
|
|
<label><input type="checkbox" id="AddStrenghCheckbox"> 是否添加体力</label>
|
|
|
</div>
|
|
|
- <button class="custom-button" id="atuo_btn" onclick="begin_paticipate()">自动集结</button>
|
|
|
- <button class="custom-button" id="resetScript_btn" onclick="reset_script()">重置脚本</button>
|
|
|
- <button class="custom-button" id="restartgame_btn" onclick="restart_game()">重新关闭并自动游戏</button>
|
|
|
- <button class="custom-button" id="atuo_btn" onclick="begin_auto()">自动模式</button>
|
|
|
+ <div class="operate-container">
|
|
|
+ <button class="custom-button" id="atuo_btn" onclick="begin_paticipate()">自动集结</button>
|
|
|
+ <button class="custom-button" id="resetScript_btn" onclick="reset_script()">重置脚本</button>
|
|
|
+ <button class="custom-button" id="restartgame_btn" onclick="restart_game()">重新关闭并自动游戏</button>
|
|
|
+ <button class="custom-button" id="atuo_btn" onclick="begin_auto()">自动模式</button>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<script src="https://cdnjs.loli.net/ajax/libs/socket.io/4.2.0/socket.io.js"></script>
|