add support for random store

This commit is contained in:
2022-09-15 21:20:07 +02:00
parent 0616d4af65
commit 2a8d6afc88
6 changed files with 34 additions and 9 deletions
+2
View File
@@ -22,11 +22,13 @@
<div class="col-md-4">
<label name="store" for="store_selector">目标商店</label>
<select name="store_list" id="store_selector">
<option value="random">随机</option>
<option value="faubourg">Hermès Faubourg Saint-Honoré</option>
<option value="georgev">Hermès George V</option>
<option value="sevres">Hermès Sèvres</option>
</select>
</div>
<div id="device_list"/>
<br/>
<button id="start_book_btn">开始约会
</button>