add automatic update duration field

This commit is contained in:
buzzcode2007 2024-04-08 16:08:31 +08:00
parent 5c61411280
commit 794a7021c9

View file

@ -102,6 +102,25 @@
></button> ></button>
</side> </side>
</section> </section>
<section class="input-group">
<label class="input-description">
<legend
for="duration"
class="flow-text"
></legend>
<label
for="settings_update_duration_description"
></label>
</label>
<div class="input-field">
<input
type="number"
data-store="settings,sync,duration"
data-store-location="1"
/>
<label for="settings_update_duration_prompt"></label>
</div>
</section>
<section class="input-group"> <section class="input-group">
<label class="input-description"> <label class="input-description">
<legend <legend
@ -117,6 +136,7 @@
type="password" type="password"
data-store="settings,analysis,api,key" data-store="settings,analysis,api,key"
data-store-location="1" data-store-location="1"
placeholder=" "
/> />
<label for="API_Key"></label> <label for="API_Key"></label>
</div> </div>