Add aliyun sms notification

This commit is contained in:
wuwenjing
2021-10-13 11:55:01 +08:00
parent 1e5ce92917
commit a2f2253221
5 changed files with 99 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import Pushbullet from "./Pushbullet.vue";
import Line from "./Line.vue";
import Mattermost from "./Mattermost.vue";
import Matrix from "./Matrix.vue";
import AliyunSMS from "./AliyunSms.vue";
/**
* Manage all notification form.
@@ -40,6 +41,7 @@ const NotificationFormList = {
"promosms": PromoSMS,
"lunasea": LunaSea,
"Feishu": Feishu,
"AliyunSMS":AliyunSMS,
"apprise": Apprise,
"pushbullet": Pushbullet,
"line": Line,