mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
feat SynologyChat
This commit is contained in:
@@ -832,6 +832,7 @@ export interface NotificationSwitch {
|
|||||||
wechat: boolean
|
wechat: boolean
|
||||||
telegram: boolean
|
telegram: boolean
|
||||||
slack: boolean
|
slack: boolean
|
||||||
|
synologychat: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
// 环境设置
|
// 环境设置
|
||||||
|
|||||||
@@ -64,6 +64,9 @@ onMounted(() => {
|
|||||||
<th scope="col">
|
<th scope="col">
|
||||||
Slack
|
Slack
|
||||||
</th>
|
</th>
|
||||||
|
<th scope="col">
|
||||||
|
SynologyChat
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -83,6 +86,9 @@ onMounted(() => {
|
|||||||
<td>
|
<td>
|
||||||
<VCheckbox v-model="message.slack" />
|
<VCheckbox v-model="message.slack" />
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<VCheckbox v-model="message.synologychat" />
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-if="messagemTypes.length === 0">
|
<tr v-if="messagemTypes.length === 0">
|
||||||
<td
|
<td
|
||||||
|
|||||||
Reference in New Issue
Block a user