scheme地址

资料来源自网络,具体请自测。

xhsdiscover://account/bind/ //账号与安全
xhsdiscover://choose_share_user //分享给用户
xhsdiscover://dark_mode_setting //深色设置(不可用)
xhsdiscover://video_feed/id //视频作品页
xhsdiscover://general_setting/ //通用设置
xhsdiscover://hey_home_feed/ //记录我的日常
xhsdiscover://hey_post/ //发布语音
xhsdiscover://home //主页
xhsdiscover://home/explore //发现列表
xhsdiscover://home/follow //关注列表
xhsdiscover://home/localfeed //同城列表(附近)
xhsdiscover://home/note //关注列表
xhsdiscover://home/store //商城
xhsdiscover://instore_search/result //商品搜索
xhsdiscover://instore_search/result?keyword= //商品搜索关键词
xhsdiscover://item/id  //文字作品页
xhsdiscover://item/id?type=normal  //文字作品页
xhsdiscover://item/id?type=video //视频作品页
xhsdiscover://search/result?keyword= //搜索关键词
xhsdiscover://me/profile //编辑资料
xhsdiscover://message/collections //收到的赞和收藏
xhsdiscover://message/comments //收到的评论和@
xhsdiscover://message/followers //新增关注
xhsdiscover://message/notifications //系统通知
xhsdiscover://message/strangers ,//陌生人消息
xhsdiscover://messages //消息列表
xhsdiscover://notification_setting //通知设置

xhsdiscover://post //发布作品-相册
xhsdiscover://post_note //发布笔记
xhsdiscover://post_video //发布视频
xhsdiscover://post_video_album //发布视频-全部相册

xhsdiscover://profile //我的个人页面(我)
xhsdiscover://instore_search/recommend //商品搜索
xhsdiscover://recommend/contacts //通讯录好友
xhsdiscover://recommend/user //推荐用户(发现好友)
xhsdiscover://search/result //搜索
xhsdiscover://store //商城
xhsdiscover://system_settings/ //开发者模式,可以修改登陆账号(不可用)
xhsdiscover://topic/v2/keyword //话题
xhsdiscover://user/user_id  //用户主页
xhsdiscover://user/id/followers //TA的粉丝

调用方法

通过意图Intent对象来调用。
以autox.js为例,只需将调用地址和参数,填入到下面的data中即可。

//打开视频
app.startActivity({
     data: "snssdk1128://aweme/detail/6683443624597916941?refer=web&gd_label=click_wap_profile_feature&appParam=&needlaunchlog=1",
});

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注