mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(小红书): 更新弹窗 (#3466)
* fix(小红书): 更新弹窗 两个快照text不同,但id相同,故使用id作为规则 * Update com.xingin.xhs.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -40,10 +40,20 @@ export default defineAppConfig({
|
|||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
matchTime: 30000,
|
matchTime: 30000,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
rules: [
|
||||||
rules:
|
{
|
||||||
'@ImageView[clickable=true] <2 FrameLayout < LinearLayout >2 [text="立即安装"]',
|
key: 0,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13246890',
|
matches:
|
||||||
|
'@ImageView[clickable=true] <2 FrameLayout +3 FrameLayout > Button[text="立即安装"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13246890',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
actionMaximumKey: 0,
|
||||||
|
matches:
|
||||||
|
'@ImageView[clickable=true] <2 FrameLayout +3 FrameLayout > Button[text="立即参与内测"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13741680',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user