mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 14:49:46 +08:00
7d246bba76
* feat: added asset scrape debugger * fix: added docs for scraper * fix: added asset scraping to sidebar
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
module.exports = () => ({
|
|
section: [
|
|
({ htmlDom: $ }) => $('meta[property="article:section"]').attr('content'),
|
|
],
|
|
});
|