fix(docs): steam/search change example in docs (#9583)

This commit is contained in:
Fatpandac 2022-04-20 17:14:43 +08:00 committed by GitHub
parent c1af2de268
commit 0664feadb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 取得