mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(小贝乐园平台): 开屏广告 (#2918)
* Create xin.banghua.beiyuan0.ts 小贝乐园开屏广告 * chore(actions): check_format_lint * feat(小贝乐园平台): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
24
src/apps/xin.banghua.beiyuan0.ts
Normal file
24
src/apps/xin.banghua.beiyuan0.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'xin.banghua.beiyuan0',
|
||||||
|
name: '小贝乐园平台',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
matchTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/58279234/eaa5ddd9-734a-40fe-9295-f89e1984ac8c',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13596389',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user