@aiyiran/myclaw 1.1.110 → 1.1.111

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.
@@ -38,7 +38,7 @@
38
38
  // 本地环境:直接访问 127.0.0.1:18800
39
39
  var MYCLAW_API_BASE = (function () {
40
40
  var h = window.location.hostname;
41
- var isRemote = h === 'claw.yiranlaoshi.com' || h.endsWith('.kekouen.cn');
41
+ var isRemote = h.endsWith('.yiranlaoshi.com') || h.endsWith('.kekouen.cn');
42
42
  return isRemote ? window.location.origin + '/sync' : 'http://127.0.0.1:' + MYCLAW_API_PORT;
43
43
  })();
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.110",
3
+ "version": "1.1.111",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {