feat SynologyChat

This commit is contained in:
jxxghp
2023-09-22 15:32:51 +08:00
parent f5808c1c81
commit 5d1f293606
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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