feat(config): 准备迎接我的 Follow 之验证吧

加入了对 Follow RSS 订阅源验证的功能
This commit is contained in:
Ad-closeNN
2025-08-10 21:12:30 +08:00
parent 1e836a0856
commit 87ab7f8489
+3 -1
View File
@@ -37,6 +37,8 @@ export async function GET(context: APIContext) {
}), }),
}; };
}), }),
customData: `<language>${siteConfig.lang}</language>`,
// 准备迎接我的 Folo 之验证吧!——鲁迅 not 达摩(bushi
customData: `<language>${siteConfig.lang}</language><follow_challenge><feedId>177350379949135872</feedId><userId>83370505718413312</userId></follow_challenge>`,
}); });
} }