feat: add support for SUBMAIL sms (#1621)

* feat: add support for SUBMAIL sms

* fix: add SUBMAIL SMS icon
This commit is contained in:
wht
2023-03-06 21:23:45 +08:00
committed by GitHub
parent 16b1d0e1f0
commit ed052b0e6a
3 changed files with 8 additions and 3 deletions

View File

@ -101,6 +101,10 @@ export const OtherProviderInfo = {
logo: `${StaticBaseUrl}/img/social_smsbao.png`,
url: "https://www.smsbao.com/",
},
"SUBMAIL SMS": {
logo: `${StaticBaseUrl}/img/social_submail.svg`,
url: "https://www.mysubmail.com",
},
"Mock SMS": {
logo: `${StaticBaseUrl}/img/social_default.png`,
url: "",
@ -887,6 +891,7 @@ export function getProviderTypeOptions(category) {
{id: "Huawei Cloud SMS", name: "Huawei Cloud SMS"},
{id: "Twilio SMS", name: "Twilio SMS"},
{id: "SmsBao SMS", name: "SmsBao SMS"},
{id: "SUBMAIL SMS", name: "SUBMAIL SMS"},
]
);
} else if (category === "Storage") {