diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
| commit | 59ea2645db827335a0689d2fb7aeeef4e52af52b (patch) | |
| tree | a52caa80571fef4919c3df59a4bceacd60ba6aa6 /web/html/settings/panel/subscription/general.html | |
| parent | 8c8d280f147ce4e8f604080d1dbf066332e55efc (diff) | |
new: subJsonEnable
after this subEnable by default is true
and subJsonEnable is false
Diffstat (limited to 'web/html/settings/panel/subscription/general.html')
| -rw-r--r-- | web/html/settings/panel/subscription/general.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/html/settings/panel/subscription/general.html b/web/html/settings/panel/subscription/general.html index b6e616dd..e3481df7 100644 --- a/web/html/settings/panel/subscription/general.html +++ b/web/html/settings/panel/subscription/general.html @@ -9,6 +9,13 @@ </template> </a-setting-list-item> <a-setting-list-item paddings="small"> + <template #title>JSON Subscription</template> + <template #description>{{ i18n "pages.settings.subJsonEnable"}}</template> + <template #control> + <a-switch v-model="allSetting.subJsonEnable"></a-switch> + </template> + </a-setting-list-item> + <a-setting-list-item paddings="small"> <template #title>{{ i18n "pages.settings.subTitle"}}</template> <template #description>{{ i18n "pages.settings.subTitleDesc"}}</template> <template #control> |
