X书Scheme跳转到指定页面

迈不过友情╰ 2023-09-28 12:51 136阅读 0赞

X书Scheme全网最全,配合AutoJs使用

  1. xhsdiscover://account/bind/’,//账号与安全
  2. xhsdiscover://choose_share_user’,//分享给用户
  3. xhsdiscover://dark_mode_setting/’,//深色设置
  4. xhsdiscover://video_feed/id’,//视频作品页
  5. xhsdiscover://general_setting/’,//通用设置
  6. xhsdiscover://hey_home_feed/’,//记录我的日常
  7. xhsdiscover://hey_post/’,//发布语音
  8. xhsdiscover://home’,//主页
  9. xhsdiscover://home/explore’,//发现列表
  10. xhsdiscover://home/follow’,//关注列表
  11. xhsdiscover://home/localfeed’,//同城列表
  12. xhsdiscover://home/note’,//关注列表
  13. xhsdiscover://home/store’,//商城
  14. xhsdiscover://instore_search/result’,//商品搜索
  15. xhsdiscover://instore_search/result?keyword=’,//商品搜索关键词
  16. xhsdiscover://item/id’, //文字作品页
  17. xhsdiscover://item/id?type=normal’, //文字作品页
  18. xhsdiscover://item/id?type=video’,//视频作品页
  19. xhsdiscover://search/result?keyword=’,//搜索关键词
  20. xhsdiscover://me/profile’,//编辑资料
  21. xhsdiscover://message/collections’,//收到的赞和收藏
  22. xhsdiscover://message/comments’,//收到的评论和@
  23. xhsdiscover://message/followers’,//新增关注
  24. xhsdiscover://message/notifications’,//系统通知
  25. xhsdiscover://message/strangers/’,//陌生人消息
  26. xhsdiscover://messages’,//消息
  27. xhsdiscover://notification_setting/’,//通知设置
  28. xhsdiscover://post’,//发布作品-相册
  29. xhsdiscover://post_note’,//发布笔记
  30. xhsdiscover://post_video’,//发布视频
  31. xhsdiscover://post_video_album’,//发布视频-全部相册
  32. xhsdiscover://profile’,//我的个人页面
  33. xhsdiscover://instore_search/recommend’,//商品搜索
  34. xhsdiscover://recommend/contacts’,//通讯录好友
  35. xhsdiscover://recommend/user’,//推荐用户
  36. xhsdiscover://search/result’,//搜索
  37. xhsdiscover://store’,//商城
  38. xhsdiscover://system_settings/’,//开发者模式,可以修改登陆账号
  39. xhsdiscover://topic/v2/keyword’,//话题
  40. xhsdiscover://user/user_id’, //用户主页
  41. xhsdiscover://user/id/followers’,//TA的粉丝

autojs 这样使用:、

  1. const startSearch = function (cmd_search ) {
  2. //cmd_search 参数为执行跳转的url
  3. print(cmd_search);
  4. app.startActivity({
  5. action: "VIEW",
  6. data: cmd_search,
  7. });
  8. };
  9. startSearch("xhsdiscover://search/result?keyword=test")

发表评论

表情:
评论列表 (有 0 条评论,136人围观)

还没有评论,来说两句吧...

相关阅读