mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
* 北森italent开屏广告 * feat(北森italent): 开屏广告 --------- Co-authored-by: li_yk <li_yk@suixingpay.com> Co-authored-by: lisonge <i@songe.li>
23 lines
464 B
TypeScript
23 lines
464 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|