| Path | Description | Action |
|---|---|---|
| conso.tg://open | 打开APP | 打开APP |
| conso.tg://explore | 打开APP并跳转Discover的Explore页面刷新 | 打开APP并跳转Discover的Explore页面刷新 |
| conso.tg://follow | 打开APP并跳转Discover的Follow页面刷新 | 打开APP并跳转Discover的Follow页面刷新 |
| conso.tg://assets | 打开APP并跳转Assets页面 | 打开APP并跳转Assets页面 |
| conso.tg://assets/refer | 打开APP并跳转Assets页面后打开Referral页面 | 打开APP并跳转Assets页面后打开Referral页面 |
| conso.tg://miniapps | 打开APP并拉起Mini Apps的页面 | 打开APP并拉起Mini Apps的页面 |
| t.me/ | 兼容所有t.me的deeplink,仅在Conso打开 | 跳转到conso.tg://t.me/conso_tg |
| conso.tg://explore/topic/104 | 打开 explore topic 104 | 打开 explore topic 104 |
| conso.tg://explore/topic/102 | 打开 explore topic 102 | 打开 explore topic 102 |
| conso.tg://explore/topic/101 | 打开 explore topic 101 | 打开 explore topic 101 |
| https://t.me/appmew | 打开 appmew | 打开 appmew |
| conso.tg://pocket/transactions | 打开transactions页面 | 打开transactions页面 |
| conso.tg://pocket/transactions/4835 | 打开transactions页面,假设订单号是4835 | 打开transactions页面,假设订单号是4835 |
| conso.tg://pocket/transactions/4515 | 打开transactions页面,假设订单号是4515 | 打开transactions页面,假设订单号是4515 |
| t.me/ | 兼容所有telegram.me的deeplink,仅在Conso打开 | 跳转到conso.tg://telegram.me/conso_tg |
| t.me/ | 兼容所有telegram.dog的deeplink,仅在Conso打开 | 跳转到conso.tg://telegram.dog/conso_tg |
| https://conso.tg/t.me/conso_tg | 兼容所有telegram.dog的deeplink,仅在Conso打开 | 跳转到https://conso.tg/t.me/conso_tg |
| intent://t.me/conso_tg | 使用Intent Scheme跳转,绕过Telegram拦截 | 跳转到Intent Scheme |
| JavaScript跳转 | 使用window.location.href跳转到conso.tg:// | 点击跳转(conso.tg://) |
| window.location.replace跳转 | 使用window.location.replace跳转到conso.tg:// | 点击跳转(replace) |
| iframe跳转 | 使用iframe加载conso.tg:// | 点击跳转(iframe) |
| iframe跳转 | 使用iframe加载conso.tg:// | 点击跳转(iframe) |
| conso.tg://follow | base64?val | base64跳转 |
| Path | Description | Action |
|---|---|---|
| 普通链接(target=_blank) | 使用target=_blank在新窗口打开 | 打开HTTPS链接(新窗口) |
| window.open跳转 | 使用JavaScript window.open打开 | 点击打开(window.open) |
| Intent跳转到Chrome | 使用Intent直接启动Chrome浏览器 | 启动Chrome |
| Intent跳转到默认浏览器 | 使用Intent启动默认浏览器 | 启动默认浏览器 |
| meta refresh跳转 | 跳转到带meta refresh的页面 | 跳转到测试页面 |