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