mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat: QQ 互联 SDK (#8421)
* feat: QQ SDK changelog * refactor: functional style * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
This commit is contained in:
3
lib/v2/tencent/router.js
Normal file
3
lib/v2/tencent/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (router) => {
|
||||
router.get('/qq/sdk/changelog/:platform', require('./qq/sdk/changelog'));
|
||||
};
|
||||
Reference in New Issue
Block a user