diff options
Diffstat (limited to 'web/html/settings')
| -rw-r--r-- | web/html/settings/panel/subscription/general.html | 7 | ||||
| -rw-r--r-- | web/html/settings/panel/subscription/subpage.html | 4 |
2 files changed, 9 insertions, 2 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> diff --git a/web/html/settings/panel/subscription/subpage.html b/web/html/settings/panel/subscription/subpage.html index c9cf241f..6d56496b 100644 --- a/web/html/settings/panel/subscription/subpage.html +++ b/web/html/settings/panel/subscription/subpage.html @@ -56,7 +56,7 @@ <a-space direction="vertical" align="center"> <a-row type="flex" :gutter="[8,8]" justify="center" style="width:100%"> - <a-col :xs="24" :sm="12" + <a-col :xs="24" :sm="app.subJsonUrl ? 12 : 24" style="text-align:center;"> <tr-qr-box class="qr-box"> <a-tag color="purple" @@ -75,7 +75,7 @@ </tr-qr-bg> </tr-qr-box> </a-col> - <a-col :xs="24" :sm="12" + <a-col v-if="app.subJsonUrl" :xs="24" :sm="12" style="text-align:center;"> <tr-qr-box class="qr-box"> <a-tag color="purple" |
