Variable name and key binding

This commit is contained in:
zsxeee
2021-09-17 20:40:57 +08:00
parent 66e40d9fcb
commit 2fb3c40307
2 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ import Mattermost from "./Mattermost.vue";
*
* @type { Record<string, any> }
*/
const NotificationForm = {
const NotificationFormList = {
"telegram": Telegram,
"webhook": Webhook,
"smtp": STMP,
@@ -41,4 +41,4 @@ const NotificationForm = {
"mattermost": Mattermost
}
export default NotificationForm
export default NotificationFormList