diff --git a/rsshub/spiders/weiyangx/home.py b/rsshub/spiders/weiyangx/home.py
index fdba8a1..398359f 100644
--- a/rsshub/spiders/weiyangx/home.py
+++ b/rsshub/spiders/weiyangx/home.py
@@ -23,9 +23,9 @@ def ctx():
posts = json.loads(posts)
items = list(map(parse, posts))
return {
- 'title': f'快讯 - 未央网',
- 'description': f'快讯 - 未央网',
- 'link': f'{domain}/category/express',
+ 'title': f'首页 - 未央网',
+ 'description': f'首页推荐栏目 - 未央网',
+ 'link': f'{domain}',
'author': f'hillerliao',
'items': items
}
diff --git a/rsshub/templates/main/feeds.html b/rsshub/templates/main/feeds.html
index 7f57676..ce5eabc 100644
--- a/rsshub/templates/main/feeds.html
+++ b/rsshub/templates/main/feeds.html
@@ -203,6 +203,18 @@
+
+
举例:https://pyrsshub.herokuapp.com/weiyangx/home/
+路由:/weiyangx/home/
举例:https://pyrsshub.herokuapp.com/weiyangx/tag/0
+举例:https://pyrsshub.herokuapp.com/weiyangx/tag/金融科技
路由:/weiyangx/tag/:category
参数:category [必填,见 weiyangx 官网]