mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(北森italent): 开屏广告 (#2861)
* 北森italent开屏广告 * feat(北森italent): 开屏广告 --------- Co-authored-by: li_yk <li_yk@suixingpay.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
22
src/apps/com.beisen.italent.ts
Normal file
22
src/apps/com.beisen.italent.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.beisen.italent',
|
||||||
|
name: '北森italent',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
quickFind: true,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13554892',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user