ソースを参照

sitemapLocation

tags/湖南版5.1.4
meo 6年前
コミット
81529d9d66
2個のファイルの変更9行の追加1行の削除
  1. +2
    -1
      app.json
  2. +7
    -0
      sitemap.json

+ 2
- 1
app.json ファイルの表示

@@ -112,5 +112,6 @@
"request": 30000,
"downloadFile": 10000
},
"debug": false
"debug": false,
"sitemapLocation": "sitemap.json"
}

+ 7
- 0
sitemap.json ファイルの表示

@@ -0,0 +1,7 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}

読み込み中…
キャンセル
保存