当前位置:网站首页>小红书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")边栏推荐
- Recent public ancestor offline practice (tarjan)
- 【MySQL】数据库优化方法
- Copy ‘XXXX‘ to effectively final temp variable
- 二叉树的基本操作
- MySQL的存储过程
- 对象内存布局
- MySQL series transaction log redo log learning notes
- One of the basic learning of function
- flink sql-client 使用 对照并熟悉官方文档
- Tops, the unit of computing power of the processor, can be carried out 1 trillion times per second
猜你喜欢

删除AWS绑定的信用卡账户

Ida dynamic debugging apk

plantuml介绍与使用

MySQL series transaction log redo log learning notes

In the past 100 years, only 6 products have been approved, which is the "adjuvant" behind the vaccine competition

Aidl basic use

企业架构与项目管理的关联和区别

Basic operation of binary tree

三翼鸟两周年:羽翼渐丰,腾飞指日可待

The second anniversary of the three winged bird: the wings are getting richer and the take-off is just around the corner
随机推荐
LC669. 修剪二叉搜索树
【图像分割】2021-SegFormer NeurIPS
Basic operation of binary tree
How to write a performance test plan
从零开始学 MySQL —数据库和数据表操作
IDA动态调试apk
Smart micro mm32 multi-channel adc-dma configuration
MySQL数据库详细学习教程
灵动微 MM32 多路ADC-DMA配置
Microsoft, Columbia University | Godel: large scale pre training of goal oriented dialogue
Internet of things RFID, etc
Ida dynamic debugging apk
PHP reflective XSS, reflective XSS test and repair
CIO's discussion and Analysis on the definition of high-performance it team
并发编程系列之FutureTask源码学习笔记
记录一次spark on yarn 任务报错 Operation category READ is not supported in state standby
Separate the letters and numbers in the string so that the letters come first and the array comes last
Pytorch sharpening chapter | argmax and argmin functions
二叉树的基本操作
Unity uses SQLite