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,
|
key: 8,
|
||||||
name: '功能类-看广告获取听歌时长',
|
name: '功能类-看广告获取听歌时长',
|
||||||
desc: '点击领取成功-点击坚持退出',
|
desc: '点击领取成功-点击坚持退出',
|
||||||
quickFind: true,
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
'com.ss.android.excitingvideo.ExcitingVideoActivity',
|
'com.ss.android.excitingvideo.ExcitingVideoActivity',
|
||||||
'com.luna.biz.ad.AdActivity',
|
'com.luna.biz.ad.AdActivity',
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
matches: '@[text*="领取成功"][clickable=true] - [text="反馈"]',
|
matches: '@[text*="领取成功"][clickable=true] - [text="反馈"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14767236',
|
'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,
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
matches: '[text="坚持退出"]',
|
matches: '[text="坚持退出"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14767235',
|
'https://i.gkd.li/i/14767235',
|
||||||
'https://i.gkd.li/i/15033126',
|
'https://i.gkd.li/i/15033126',
|
||||||
|
'https://i.gkd.li/i/15140816',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user