mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(万能小组件 Top Widgets): 开屏广告(新增规则) (#2143)
This commit is contained in:
@@ -7,12 +7,24 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13334835',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告-1',
|
||||
quickFind: true,
|
||||
matches: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13334835',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '开屏广告-2',
|
||||
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13363115',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user