mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 21:00:50 +08:00
fix(docs): steam/search change example in docs (#9583)
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ Compatible with Product with an URL like <https://store.playstation.com/en-us/pr
|
||||
|
||||
### Steam search
|
||||
|
||||
<RouteEn author="maple3142" example="/steam/search/specials=1&term=atelier" path="/steam/search/:params" :paramsDesc="['search parameters']" radar="1" rssbud="1">
|
||||
<RouteEn author="maple3142" example="/steam/search/specials=1" path="/steam/search/:params" :paramsDesc="['search parameters']" radar="1" rssbud="1">
|
||||
|
||||
Get serach parameters from the URL.
|
||||
|
||||
|
||||
+1
-1
@@ -397,7 +397,7 @@ pageClass: routes
|
||||
|
||||
### Steam search
|
||||
|
||||
<Route author="maple3142" example="/steam/search/specials=1&term=atelier" path="/steam/search/:params" :paramsDesc="['搜寻参数']" radar="1" rssbud="1">
|
||||
<Route author="maple3142" example="/steam/search/specials=1" path="/steam/search/:params" :paramsDesc="['搜寻参数']" radar="1" rssbud="1">
|
||||
|
||||
参数 params 请从 Steam 的 URL 取得
|
||||
|
||||
|
||||
Reference in New Issue
Block a user