mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(百词斩): 开屏广告、版本更新 (#2617)
* feat(百词斩):版本更新 * feat(百词斩):开屏广告 close #2630 close #2613
This commit is contained in:
@@ -4,6 +4,16 @@ export default defineAppConfig({
|
|||||||
id: 'com.jiongji.andriod.card',
|
id: 'com.jiongji.andriod.card',
|
||||||
name: '百词斩',
|
name: '百词斩',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13495409',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '活动弹窗',
|
name: '活动弹窗',
|
||||||
@@ -12,5 +22,16 @@ export default defineAppConfig({
|
|||||||
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
|
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13415075',
|
snapshotUrls: 'https://i.gkd.li/import/13415075',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '版本更新',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.baicizhan.main.activity.MainTabActivity',
|
||||||
|
rules: '[text="抢先体验"] - [text="取消"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13488652',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user