feat(一加软件商店): 开屏广告 (#1627)

* Create com.oppo.market.ts

一加软件商店开屏广告规则

* feat(一加软件商店): 开屏广告

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
ysjsgzq
2023-10-31 23:10:15 +08:00
committed by GitHub
parent d125dd6bf5
commit 41aeeb3d3a

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.oppo.market',
name: '一加软件商店',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13211017',
},
],
},
],
});