<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>链接测试</title>
<style>
body {
background-color:#d0e4fe;
}
h1 {
color:orange;
text-align:center;
}
p {
font-family:"Times New Roman";
font-size:20px;
}
</style>
</head>
<body>
<a background="red" href="intent://yunji/#Intent;scheme=yunji://homepage;package=com.imaginer.yunji;S.browser_fallback_url=https://www.baidu.com;end">跳转到活动页/下载</a>
</body>
</html>