当前位置:网站首页>小红书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")边栏推荐
- Why must digital transformation strategies include continuous testing?
- leetcode - 287. 寻找重复数
- The difference between NiO and traditional IO
- MySQL MHA high availability configuration and failover
- Medium pen test questions: flip the string, such as ABCD, print out DCBA
- Dark horse programmer - software testing - stage 06 2-linux and database-01-08 Chapter 1 - description of the content of the Linux operating system stage, description of the basic format and common fo
- 配置筛选机
- 【目标跟踪】|单目标跟踪指标
- 【图像分割】2021-SegFormer NeurIPS
- Pytorch sharpening chapter | argmax and argmin functions
猜你喜欢

MySQL series transaction log redo log learning notes

【JetCache】JetCache的使用方法与步骤

固定资产管理子系统报表分为什么大类,包括哪些科目
Design and practice of new generation cloud native database

【MySQL】explain的基本使用以及各列的作用

Fully annotated SSM framework construction
![快乐数[环类问题之快慢指针]](/img/37/5c94b9b062a54067a50918f94e61ea.png)
快乐数[环类问题之快慢指针]

Slope compensation

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

Sonic云真机学习总结6 - 1.4.1服务端、agent端部署
随机推荐
linux下清理系统缓存并释放内存
从零开始学 MySQL —数据库和数据表操作
MySQL数据库详细学习教程
MQ learning notes
LC501. 二叉搜索树中的众数
功能测试报告的编写
【juc学习之路第9天】屏障衍生工具
Redis configuration and optimization
指标陷阱:IT领导者易犯的七个KPI错误
Medium pen test questions: flip the string, such as ABCD, print out DCBA
园区全光技术选型-中篇
Sonic云真机学习总结6 - 1.4.1服务端、agent端部署
【MySQL】索引的创建、查看和删除
Which securities company should we choose to open an account for flush stock? Is it safe to open an account with a mobile phone?
为什么数字化转型战略必须包括持续测试?
详解Volatile关键字
[ecological partner] Kunpeng system engineer training
Slope compensation
Learn MySQL from scratch - database and data table operations
[STM32] stm32cubemx tutorial II - basic use (new projects light up LED lights)