From 3c70e9f06dba9bc022b6c4ef49d1d08278243c2d Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 24 Apr 2019 18:56:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A2=9E=E5=8A=A0sitemap.JSON]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 3 ++- sitemap.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 sitemap.json diff --git a/app.json b/app.json index b8302dc..a03b24f 100644 --- a/app.json +++ b/app.json @@ -112,5 +112,6 @@ "request": 30000, "downloadFile": 10000 }, - "debug": false + "debug": false, + "sitemapLocation": "sitemap.json" } \ No newline at end of file diff --git a/sitemap.json b/sitemap.json new file mode 100644 index 0000000..ca02add --- /dev/null +++ b/sitemap.json @@ -0,0 +1,7 @@ +{ + "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", + "rules": [{ + "action": "allow", + "page": "*" + }] +} \ No newline at end of file