@ -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;