Skip to content

Commit

Permalink
新增小程序搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
NiZerin committed Apr 18, 2019
1 parent 731a9d8 commit ae9b8cc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sitemap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"rules": [
{
"action": "allow",
"page": "pages/detail/detail",
"params": ["id"],
"matching": "inclusive"
},
{
"action": "allow",
"page": "pages/list/list",
"params": ["categoryID"],
"matching": "inclusive"
},
{
"action": "allow",
"page": "pages/index/index"
}
,
{
"action": "allow",
"page": "pages/about/about"
}
]
}

0 comments on commit ae9b8cc

Please sign in to comment.