feat(小鹰看看): 开屏广告 (#1325)

* 添加小鹰看看开屏广告

小鹰看看开屏广告

* feat(小鹰看看): 规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
ZYX
2023-10-24 00:47:06 +08:00
committed by GitHub
parent 7b3503e778
commit 08ae9936ef

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.okcam.ookcam',
name: '小鹰看看',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: 'com.okcam.ookcam.SplashActivity',
rules: [
{
matches: '[text^="跳过"][text.length<=3]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/13066267',
'https://gkd-kit.gitee.io/import/13066200',
],
},
],
},
],
});