mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(随身行):开屏广告 (#2685)
This commit is contained in:
@@ -4,6 +4,16 @@ export default defineAppConfig({
|
|||||||
id: 'com.wenhua.bamboo',
|
id: 'com.wenhua.bamboo',
|
||||||
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/13445602',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '通知弹窗',
|
name: '通知弹窗',
|
||||||
@@ -15,7 +25,7 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.wenhua.bamboo.screen.activity.MarketOptionActivity',
|
activityIds: 'com.wenhua.bamboo.screen.activity.MarketOptionActivity',
|
||||||
matches: '@Button[text=\'稍后再说\'] +2 Button[text=\'马上开启\']',
|
matches: '@Button[text="稍后再说"] +2 Button[text="马上开启"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13407555',
|
snapshotUrls: 'https://i.gkd.li/import/13407555',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user