当前位置:网站首页>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")边栏推荐
猜你喜欢
随机推荐
Understanding of inverted residuals
内部字段分隔符
Basic knowledge of ngnix
Kubernetes创建Service访问Pod
效率提升 - 鼓捣个性化容器开发环境
从零开始学 MySQL —数据库和数据表操作
C#/VB.NET 给PDF文档添加文本/图像水印
Appium自动化测试基础 — APPium安装(一)
【JetCache】JetCache的使用方法与步骤
[jetcache] how to use jetcache
Understanding of indexes in MySQL
牛客月赛-分组求对数和
Tourism Management System
Two schemes of transforming the heat map of human posture estimation into coordinate points
性能测试计划怎么编写
2020-ViT ICLR
Appium automated testing foundation - Supplement: introduction to desired capabilities parameters
There is no signal in HDMI in computer games caused by memory, so it crashes
Niuke monthly race - logarithmic sum in groups
详解Volatile关键字









