try to add scheduler btn

This commit is contained in:
2023-01-30 16:36:43 +01:00
parent 1c4c6afced
commit 183b4fc68b
2 changed files with 18 additions and 5 deletions
+13 -3
View File
@@ -44,13 +44,23 @@
</div>
<br>
<div class="row">
<h5>连接的手机</h5>
<h5>连接的设备</h5>
<div id="device_list"/>
</div>
<br/>
<div class="row">
<div class="col-md-4">
<button id="start_book_btn" type="button" class="btn btn-primary">开始约会
</button>
</div>
<div class="col-md-4">
<button id="scheduler_book_btn" type="button" class="btn btn-primary">10点30开始
</button>
</div>
</div>
<button id="start_book_btn" type="button" class="btn btn-primary">开始约会
</button>
<script src="./renderer.js"></script>
</div>
</body>