|
@@ -9,13 +9,15 @@ export default function (c, i) {
|
|
host: 'web',
|
|
host: 'web',
|
|
port: 80,
|
|
port: 80,
|
|
},
|
|
},
|
|
- // intent: {
|
|
|
|
- // package: 'com.gemini.cloud.client',
|
|
|
|
- // action: undefined,
|
|
|
|
- // category: undefined,
|
|
|
|
- // component: undefined,
|
|
|
|
- // scheme: 'weixin',
|
|
|
|
- // },
|
|
|
|
|
|
+ intent: {
|
|
|
|
+ package: 'com.gemini.cloud.client',
|
|
|
|
+ action: '',
|
|
|
|
+ category: '',
|
|
|
|
+ component: '',
|
|
|
|
+ scheme: 'SZXIosAPP',
|
|
|
|
+ },
|
|
|
|
+ timeout: 2000,
|
|
|
|
+ appstore: 'https://www.pgyer.com/gemini6',
|
|
fallback: 'https://www.androidscloud.com',
|
|
fallback: 'https://www.androidscloud.com',
|
|
}),
|
|
}),
|
|
);
|
|
);
|
|
@@ -27,6 +29,7 @@ export default function (c, i) {
|
|
host: 'web',
|
|
host: 'web',
|
|
port: 80,
|
|
port: 80,
|
|
},
|
|
},
|
|
|
|
+ timeout: 2000,
|
|
// intent: {
|
|
// intent: {
|
|
// package: 'com.gemini.cloud.client',
|
|
// package: 'com.gemini.cloud.client',
|
|
// action: undefined,
|
|
// action: undefined,
|
|
@@ -34,6 +37,7 @@ export default function (c, i) {
|
|
// component: undefined,
|
|
// component: undefined,
|
|
// scheme: 'weixin',
|
|
// scheme: 'weixin',
|
|
// },
|
|
// },
|
|
|
|
+ appstore: 'https://apps.apple.com/cn/app/id414478124',
|
|
fallback: 'https://weixin.qq.com',
|
|
fallback: 'https://weixin.qq.com',
|
|
}),
|
|
}),
|
|
);
|
|
);
|