fix(docs): steam/search change example in docs (#9583)
This commit is contained in:
parent
c1af2de268
commit
0664feadb1
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 取得
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue