feat: support CUCloud SMN notification provider (#3502)

This commit is contained in:
DacongDA
2025-01-17 08:35:31 +08:00
committed by GitHub
parent 4fc7600865
commit e28d90d0aa
7 changed files with 57 additions and 16 deletions

View File

@ -405,6 +405,10 @@ export const OtherProviderInfo = {
logo: `${StaticBaseUrl}/img/social_viber.png`,
url: "https://www.viber.com/",
},
"CUCloud": {
logo: `${StaticBaseUrl}/img/cucloud.png`,
url: "https://www.cucloud.cn/",
},
},
};
@ -1137,6 +1141,7 @@ export function getProviderTypeOptions(category) {
{id: "Reddit", name: "Reddit"},
{id: "Rocket Chat", name: "Rocket Chat"},
{id: "Viber", name: "Viber"},
{id: "CUCloud", name: "CUCloud"},
]);
} else {
return [];