Files
RSSHub/lib/v2/changba/radar.js
xizeyoupan 32650a89ad fix(route): changba user (#7538)
* fix: changba

* Update lib/routes/changba/user.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* style: auto format

* migrate to v2

* fix:typo

* Update lib/v2/changba/radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/changba/user.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* resolve review

Co-authored-by: SettingDust <settingdust@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-01 23:41:51 +08:00

14 lines
323 B
JavaScript

module.exports = {
'changba.com': {
_name: '唱吧',
'.': [
{
title: '用户',
docs: 'https://docs.rsshub.app/social-media.html#chang-ba',
source: ['/s/:userid'],
target: `/changba/:userid`,
},
],
},
};