mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 04:38:15 +08:00
* Add new route tableau viz of the day * Add radar.js for tableau viz of the day * fix doc for tableau viz of the day * Add screenshot into description
12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
module.exports = {
|
|
'tableau.com': {
|
|
_name: 'Tableau',
|
|
public: [
|
|
{
|
|
title: 'Viz of the day',
|
|
docs: 'https://docs.rsshub.app/routes/study#tableau',
|
|
},
|
|
],
|
|
},
|
|
};
|