diff --git a/home/src/constants.js b/home/src/constants.js index 221591640cb..8ce89228a79 100644 --- a/home/src/constants.js +++ b/home/src/constants.js @@ -225,6 +225,12 @@ export const dromaraFriends = [ remoteImg: 'https://waibi.oss-cn-chengdu.aliyuncs.com/picGo/logo.png', alt: 'stream-query', url: 'https://dromara.gitee.io/stream-query', + }, + { + img: 'sms_aggregator_logo.png', + remoteImg: 'https://wind.kim/logo1.png', + alt: 'SMS-Aggregator', + url: 'https://wind.kim', } ] diff --git a/home/static/img/icons/sms_aggregator_logo.png b/home/static/img/icons/sms_aggregator_logo.png new file mode 100644 index 00000000000..36b24f1603c Binary files /dev/null and b/home/static/img/icons/sms_aggregator_logo.png differ