当前位置:网站首页>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")边栏推荐
猜你喜欢
随机推荐
Appium自动化测试基础 — 补充:Desired Capabilities参数介绍
MySQL的视图练习题
awoo‘s Favorite Problem(优先队列)
Tourism Management System
2020-ViT ICLR
MySQL之MHA高可用配置及故障切换
【无标题】
人体姿态估计的热图变成坐标点的两种方案
Measurement of reference loop gain and phase margin
MySQL数据库详细学习教程
keras训练的H5模型转tflite
Understanding of transactions in MySQL
Origin2018安装教程「建议收藏」
cvpr2022 human pose estiamtion
Redis configuration and optimization
MySQL MHA high availability configuration and failover
C#/VB. Net to add text / image watermarks to PDF documents
20220701
内部字段分隔符
Mysql——》Innodb存储引擎的索引









