mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
* Update com.okcam.ookcam.ts * Update com.okcam.ookcam.md * feat(小鹰看看): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
27 lines
608 B
TypeScript
27 lines
608 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.okcam.ookcam',
|
|
name: '小鹰看看',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[text^="跳过"][text.length<=10]',
|
|
snapshotUrls: [
|
|
'https://gkd-kit.gitee.io/import/13066267',
|
|
'https://gkd-kit.gitee.io/import/13066200',
|
|
'https://gkd-kit.gitee.io/import/13211691',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|