RSSHub/lib
GalaxvSpaceship fd18a0e9d1
feat(route): Add routes to SISU news. (#14546)
* feat(route): Add route to SISU news

```routes
/shisu/news
```
## New RSS Route Checklist / 新 RSS 路由检查表

- [x] New Route / 新的路由
  - [x] Follows [v2 Script Standard](https://docs.rsshub.app/joinus/advanced/script-standard) / 跟随 [v2 路由规范](https://docs.rsshub.app/zh/joinus/advanced/script-standard)
- [ ] Documentation / 文档说明
- [x] Full text / 全文获取
  - [x] Use cache / 使用缓存
- [ ] Anti-bot or rate limit / 反爬/频率限制
  - [ ] If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
- [x] [Date and time](https://docs.rsshub.app/joinus/advanced/pub-date) / [日期和时间](https://docs.rsshub.app/zh/joinus/advanced/pub-date)
  - [x] Parsed / 可以解析
  - [x] Correct time zone / 时区正确
- [ ] New package added / 添加了新的包
- [ ] `Puppeteer`

* Update university.mdx

* Update news.js

* Update news.js

Modified the url...

* fix(route): Add more options to SISU news.
```route
/shisu/news
/shisu/news/notice
/shisu/news/campus
```

* fix: some small problems.

* feat(route): Add more options to SISU news.
```routes
/shisu/news
/shisu/news/notice
/shisu/news/campus
```

* fix(routes): modified to the correct route.

* Forgot to format the document.

* fix(route): made category mandatory

* Update news.js
2024-02-25 07:49:47 +08:00
..
errors
middleware fix: replace weibo a href img (#14354) 2024-02-01 10:20:39 +08:00
routes feat(route): indienova (#14493) 2024-02-19 03:10:06 +08:00
static
utils style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
v2 feat(route): Add routes to SISU news. (#14546) 2024-02-25 07:49:47 +08:00
views style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
api-router.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
app.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
config.js feat: New Route Miyoushe - User Follow Dynamics | 新增路由 米游社 - 用户关注动态 (#14425) 2024-02-08 19:27:26 +08:00
core-router.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
favicon.png
index.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
maintainer.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
pkg.js
protected-router.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
radar-rules.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
radar.js style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
router.js feat(route): indienova (#14493) 2024-02-19 03:10:06 +08:00
v2router.js