@shun-js/aibaiban-server 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/assets/robots.txt CHANGED
@@ -13,7 +13,7 @@ Allow: /
13
13
  # 禁止爬取 API 接口
14
14
  Disallow: /api/
15
15
 
16
- # 爬虫访问速率限制(可选,防止爬虫过度占用带宽)
16
+ # 爬虫访问速率限制(可选,防止爬虫过度占用带宽1)
17
17
  # Crawl-delay: 1
18
18
 
19
19
  # 站点地图
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/aibaiban-server",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "aibaiban.com server",
5
5
  "keywords": [
6
6
  "ai aibaiban"
@@ -44,5 +44,5 @@
44
44
  "access": "public",
45
45
  "registry": "https://registry.npmjs.org/"
46
46
  },
47
- "gitHead": "6f0f388064a5d84a5da46c2e9a0cf4e6b84d4dee"
47
+ "gitHead": "b56addbce51aaf8e95cf4441cda8b1d5574eb35d"
48
48
  }