diff --git a/lib/routes/furaffinity/watching.js b/lib/routes/furaffinity/watching.js index a029334481..0ccdccc047 100644 --- a/lib/routes/furaffinity/watching.js +++ b/lib/routes/furaffinity/watching.js @@ -14,7 +14,7 @@ module.exports = async (ctx) => { }, }); - //发起第二个HTTP GET请求,用于获取被关注总数 + //发起第二个HTTP GET请求,用于获取该用户关注总数 const response2 = await got({ method: 'get', url: `https://faexport.spangle.org.uk/user/${username}.json`,