当前位置:网站首页>小红书Scheme跳转到指定页面
小红书Scheme跳转到指定页面
2022-07-01 21:47:00 【Codeooo】
小红书Scheme全网最全,配合AutoJs使用
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的粉丝autojs 这样使用:、
const startSearch = function (cmd_search ) {
//cmd_search 参数为执行跳转的url
print(cmd_search);
app.startActivity({
action: "VIEW",
data: cmd_search,
});
};
startSearch("xhsdiscover://search/result?keyword=test")边栏推荐
- 首席信息官对高绩效IT团队定义的探讨和分析
- Qtreeview+qabstractitemmodel custom model: the third of a series of tutorials [easy to understand]
- 【juc学习之路第8天】Condition
- Training on the device with MIT | 256Kb memory
- Why must digital transformation strategies include continuous testing?
- One of the basic learning of function
- [intelligent QBD risk assessment tool] Shanghai daoning brings you leanqbd introduction, trial and tutorial
- leetcode - 287. 寻找重复数
- H5 model trained by keras to tflite
- The leader of the cloud native theme group of beacon Committee has a long way to go!
猜你喜欢
随机推荐
Basic operation of binary tree
MySQL learning notes - SQL optimization of optimization
指标陷阱:IT领导者易犯的七个KPI错误
Separate the letters and numbers in the string so that the letters come first and the array comes last
20220701
IDA动态调试apk
Is PMP certificate really useful?
Basic knowledge of ngnix
高攀不起的希尔排序,直接插入排序
Microsoft, Columbia University | Godel: large scale pre training of goal oriented dialogue
What is the difference between consonants and Initials? (difference between initials and consonants)
Make a three digit number of all daffodils "recommended collection"
Application of real estate management based on 3D GIS
Why must digital transformation strategies include continuous testing?
内存导致的电脑游戏中显示hdmi无信号 从而死机的情况
QT版本华睿相机的Demo程序实现
Internet of things RFID, etc
Simple interactive operation of electron learning (III)
Clean up system cache and free memory under Linux
H5 model trained by keras to tflite









