mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(OPPO浏览器): 开屏广告 (#1601)
* feat(OPPO浏览器):开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1449
This commit is contained in:
@@ -7,13 +7,17 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="android:id/content"] >3 TextView[text^="跳过"][text.length<=4]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841168',
|
||||
matches: 'TextView[text^="跳过"][text.length<=4][clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12841168',
|
||||
'https://gkd-kit.gitee.io/import/13199536',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user