try to add scheduler btn
This commit is contained in:
+13
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user