added data storage to html

This commit is contained in:
buzzcode2007 2024-04-08 15:25:01 +08:00
parent 7ec08003bf
commit fe5437e6d3

View file

@ -26,6 +26,7 @@
type="checkbox"
data-store="settings,general,showApplicable"
class="filled-in"
data-store-location="1"
/>
<span
for="settings_general_showApplicable"
@ -38,6 +39,7 @@
type="checkbox"
data-store="settings,general,injectToPage"
class="filled-in"
data-store-location="1"
/>
<span
for="settings_general_injectToPage"
@ -55,6 +57,7 @@
type="checkbox"
data-store="settings,behavior,autoRun"
class="filled-in"
data-store-location="1"
/>
<span
for="settings_behavior_autoRun"
@ -113,6 +116,7 @@
<input
type="password"
data-store="settings,analysis,api,key"
data-store-location="1"
/>
<label for="API_Key"></label>
</div>