mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
style: auto format
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
const tid = new URL(url).searchParams.get('tid');
|
||||
const authorId = document.documentElement.innerHTML.match(/commonui\.userInfo\.setAll\(\s{3}{"(\d+)"/)[1];
|
||||
return `/nga/post/${tid}/${authorId}`;
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -49,7 +49,7 @@ module.exports = {
|
||||
const tid = new URL(url).searchParams.get('tid');
|
||||
const authorId = document.documentElement.innerHTML.match(/commonui\.userInfo\.setAll\(\s{3}{"(\d+)"/)[1];
|
||||
return `/nga/post/${tid}/${authorId}`;
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user