feat(pushover): add send a pushover notification action (#1373)

This commit is contained in:
Rıdvan Akca
2023-10-24 14:40:24 +03:00
committed by GitHub
parent 8c859f9408
commit fa02edfefc
9 changed files with 226 additions and 1 deletions

View File

@@ -266,7 +266,10 @@ export default defineConfig({
text: 'Pushover',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/pushover/connection' }],
items: [
{ text: 'Actions', link: '/apps/pushover/actions' },
{ text: 'Connection', link: '/apps/pushover/connection' },
],
},
{
text: 'RSS',