update: APP 下载链接

main
shengbin.ma 2 weeks ago
parent 67b9dc16d8
commit 3e70801348

@ -17,7 +17,7 @@ export default function Invite() {
fetchSourece((searchParams as any)?.get('source'))
.then(() => {})
.finally(() => {
window.location.replace('/');
window.location.replace('https://m.indie.cn/partner.html?source=web');
});
}, []);

@ -42,6 +42,8 @@ export const verifyBrand = () => {
};
export const download = () => {
window.open('https://m.indie.cn/partner.html?source=web', '_blank');
return;
// if (isBuiltIn()) {
// // 内置浏览器 可加提示使其打开手机自带浏览器
// return;

Loading…
Cancel
Save