chore: 部分代码优化 (#1674)

This commit is contained in:
Henry Wang
2019-03-04 11:26:09 +00:00
committed by DIYgod
parent 67f41eabb3
commit e72f82e983
101 changed files with 138 additions and 108 deletions

View File

@@ -38,7 +38,7 @@ module.exports = async (ctx) => {
link: host,
item: data.map((follower) => ({
title: `${follower.node.login} started following ${user}`,
description: `<a href="https://github.com/${follower.node.login}">${follower.node.login}</a> <br> <img sytle="width:50px;" src='${follower.node.avatarUrl}'>`,
description: `<a href="https://github.com/${follower.node.login}">${follower.node.login}</a> <br> <img referrerpolicy="no-referrer" sytle="width:50px;" src='${follower.node.avatarUrl}'>`,
link: `https://github.com/${follower.node.login}`,
})),
};