mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(汽水音乐): 功能类-看广告获取听歌时长(补充规则)
This commit is contained in:
@@ -91,14 +91,15 @@ export default defineGkdApp({
|
||||
key: 8,
|
||||
name: '功能类-看广告获取听歌时长',
|
||||
desc: '点击领取成功-点击坚持退出',
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
'com.ss.android.excitingvideo.ExcitingVideoActivity',
|
||||
'com.luna.biz.ad.AdActivity',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matches: '@[text*="领取成功"][clickable=true] - [text="反馈"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14767236',
|
||||
@@ -107,12 +108,19 @@ export default defineGkdApp({
|
||||
],
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
key: 2,
|
||||
matches: '[text="奖励已领取"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15140802',
|
||||
},
|
||||
{
|
||||
preKeys: [0, 2],
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
matches: '[text="坚持退出"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14767235',
|
||||
'https://i.gkd.li/i/15033126',
|
||||
'https://i.gkd.li/i/15140816',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user