mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(小鹰看看): 开屏广告 (#1325)
* 添加小鹰看看开屏广告 小鹰看看开屏广告 * feat(小鹰看看): 规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
24
src/apps/com.okcam.ookcam.ts
Normal file
24
src/apps/com.okcam.ookcam.ts
Normal 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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user