@taole/dev-helper 0.1.1 → 0.1.2

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.
@@ -23,7 +23,7 @@
23
23
  'wxcd28679e4d8c1792': { // 点点狼人
24
24
  app_name: '点点狼人',
25
25
  link_ios: "", // 空缺,后期补充
26
- link_android: "taole://diandainwolf:8888/splash",
26
+ link_android: "diandainwolf://diandain:8888/splash",
27
27
  fallback_link_ios: 'https://apps.apple.com/mo/app/%E7%82%B9%E7%82%B9%E7%8B%BC%E4%BA%BA%E6%9D%80-%E8%AF%AD%E9%9F%B3%E7%A4%BE%E4%BA%A4%E6%8E%A8%E7%90%86%E6%B8%B8%E6%88%8F/id1557616226',
28
28
  fallback_link_android: '',
29
29
  },
@@ -18,7 +18,7 @@ const appInfoMap = {
18
18
  'wxcd28679e4d8c1792': { // 点点狼人
19
19
  app_name: '点点狼人',
20
20
  link_ios: "", // 空缺,后期补充
21
- link_android: "taole://diandainwolf:8888/splash",
21
+ link_android: "diandainwolf://diandain:8888/splash",
22
22
  fallback_link_ios: 'https://apps.apple.com/mo/app/%E7%82%B9%E7%82%B9%E7%8B%BC%E4%BA%BA%E6%9D%80-%E8%AF%AD%E9%9F%B3%E7%A4%BE%E4%BA%A4%E6%8E%A8%E7%90%86%E6%B8%B8%E6%88%8F/id1557616226',
23
23
  fallback_link_android: '',
24
24
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taole/dev-helper",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "npx -y rimraf dist && rollup -c",