mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:25:51 +00:00
Update Memorisation-forms.html
This commit is contained in:
@@ -125,8 +125,21 @@
|
||||
|
||||
<hr class="section-divider" style="margin: 10px 0;">
|
||||
|
||||
<div id="table-filling-controls" style="display: flex; gap: 10px; align-items: center; justify-content: center;">
|
||||
<button id="fill-table-now-btn" class="menu_button small_button">立即填表</button>
|
||||
<div id="table-filling-controls" style="display: flex; flex-direction: column; gap: 10px; align-items: center;">
|
||||
<!-- 楼层选择区域 -->
|
||||
<div style="display: flex; gap: 10px; align-items: center; justify-content: center;">
|
||||
<label for="floor-start-input" style="font-size: 12px; white-space: nowrap;">起始楼层:</label>
|
||||
<input type="number" id="floor-start-input" class="text_pole" style="width: 80px;" placeholder="1" min="1">
|
||||
<label for="floor-end-input" style="font-size: 12px; white-space: nowrap;">结束楼层:</label>
|
||||
<input type="number" id="floor-end-input" class="text_pole" style="width: 80px;" placeholder="10" min="1">
|
||||
</div>
|
||||
|
||||
<!-- 填表按钮区域 -->
|
||||
<div style="display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap;">
|
||||
<button id="fill-table-now-btn" class="menu_button small_button">立即填表</button>
|
||||
<button id="fill-selected-floors-btn" class="menu_button accent small_button">选定楼层填表</button>
|
||||
<button id="fill-current-floor-btn" class="menu_button secondary small_button">填当前楼层</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user