mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
Update AccountSettingSite.vue to add option for reading site messages during data refresh
This commit is contained in:
@@ -29,6 +29,7 @@ const siteSetting = ref<any>({
|
|||||||
},
|
},
|
||||||
Site: {
|
Site: {
|
||||||
SITEDATA_REFRESH_INTERVAL: 0,
|
SITEDATA_REFRESH_INTERVAL: 0,
|
||||||
|
SITE_MESSAGE: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -232,6 +233,16 @@ onMounted(() => {
|
|||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
|
<VRow>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VSwitch
|
||||||
|
v-model="siteSetting.Site.SITE_MESSAGE"
|
||||||
|
label="阅读站点消息"
|
||||||
|
hint="刷新数据时读取站点消息并发送通知"
|
||||||
|
persistent-hint
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
|
</VRow>
|
||||||
</VForm>
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
<VCardText>
|
<VCardText>
|
||||||
|
|||||||
Reference in New Issue
Block a user