当前位置:网站首页>Little red book scheme jumps to the specified page
Little red book scheme jumps to the specified page
2022-07-01 22:46:00 【Codeooo】
The little red book Scheme The most complete network , coordination AutoJs Use
xhsdiscover://account/bind/’,// Account number and security
xhsdiscover://choose_share_user’,// Share with users
xhsdiscover://dark_mode_setting/’,// Dark settings
xhsdiscover://video_feed/id’,// Video works page
xhsdiscover://general_setting/’,// General settings
xhsdiscover://hey_home_feed/’,// Record my daily
xhsdiscover://hey_post/’,// Post voice
xhsdiscover://home’,// Home page
xhsdiscover://home/explore’,// Discovery list
xhsdiscover://home/follow’,// Attention list
xhsdiscover://home/localfeed’,// City list
xhsdiscover://home/note’,// Attention list
xhsdiscover://home/store’,// Shopping Mall
xhsdiscover://instore_search/result’,// Commodity search
xhsdiscover://instore_search/result?keyword=’,// Product search keywords
xhsdiscover://item/id’, // Text work page
xhsdiscover://item/id?type=normal’, // Text work page
xhsdiscover://item/id?type=video’,// Video works page
xhsdiscover://search/result?keyword=’,// Search keywords
xhsdiscover://me/profile’,// Edit information
xhsdiscover://message/collections’,// Received praise and collection
xhsdiscover://message/comments’,// Comments received and @
xhsdiscover://message/followers’,// New attention
xhsdiscover://message/notifications’,// System notification
xhsdiscover://message/strangers/’,// News from strangers
xhsdiscover://messages’,// news
xhsdiscover://notification_setting/’,// Notification settings
xhsdiscover://post’,// Publishing works - Photo album
xhsdiscover://post_note’,// Post notes
xhsdiscover://post_video’,// Release video
xhsdiscover://post_video_album’,// Release video - All Albums
xhsdiscover://profile’,// My personal page
xhsdiscover://instore_search/recommend’,// Commodity search
xhsdiscover://recommend/contacts’,// Contacts friends
xhsdiscover://recommend/user’,// Recommend users
xhsdiscover://search/result’,// Search for
xhsdiscover://store’,// Shopping Mall
xhsdiscover://system_settings/’,// Developer model , You can modify the login account
xhsdiscover://topic/v2/keyword’,// topic of conversation
xhsdiscover://user/user_id’, // User home page
xhsdiscover://user/id/followers’,//TA A fan of
autojs Use this way :、
const startSearch = function (cmd_search ) {
//cmd_search The parameter is url
print(cmd_search);
app.startActivity({
action: "VIEW",
data: cmd_search,
});
};
startSearch("xhsdiscover://search/result?keyword=test")
边栏推荐
- 447 Bili Bili noodles warp 1
- Learning notes on futuretask source code of concurrent programming series
- MySQL5.7 设置密码策略(等保三级密码改造)
- LC501. Mode in binary search tree
- Mysql database detailed learning tutorial
- MySQL数据库详细学习教程
- 【QT小作】封装一个简单的线程管理类
- Mysql5.7 set password policy (etc. three-level password transformation)
- 搜狗微信APP逆向(二)so层
- Recent public ancestor offline practice (tarjan)
猜你喜欢
Mysql5.7 set password policy (etc. three-level password transformation)
【目标跟踪】|单目标跟踪指标
并发编程系列之FutureTask源码学习笔记
Indicator trap: seven KPI mistakes that it leaders are prone to make
Rust语言——小小白的入门学习05
3DE resources have nothing or nothing wrong
【JetCache】JetCache的使用方法与步骤
Ffmpeg learning notes
SAP GUI 里的收藏夹事务码管理工具
Yolov5.5 call local camera
随机推荐
牛客月赛-分组求对数和
Awoo's favorite problem (priority queue)
QStringList 的常规使用
spark analyze命令使用及其作用 map join broadcast join 广播join
Friendly serial assistant tutorial_ How to configure friendly serial port debugging assistant - tutorial on using friendly serial port debugging assistant
陈天奇的机器学习编译课(免费)
Ffmpeg learning notes
基准环路增益与相位裕度的测量
YOLOv5.5 调用本地摄像头
Explain kubernetes network model in detail
Slope compensation
#yyds干货盘点# 解决名企真题:扭蛋机
Niuke monthly race - logarithmic sum in groups
JVM有哪些类加载机制?
PyTorch磨刀篇|argmax和argmin函数
Learn MySQL from scratch - database and data table operations
Intelligent computing architecture design of Internet
内存导致的电脑游戏中显示hdmi无信号 从而死机的情况
Recent public ancestor offline practice (tarjan)
MySQL的存储过程