mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
Feat(新湖南): 开屏广告 (#2160)
* feat(新湖南)-开屏广告 * 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:
23
src/apps/com.dingtai.wxhn.activity.ts
Normal file
23
src/apps/com.dingtai.wxhn.activity.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.dingtai.wxhn.activity',
|
||||
name: '新湖南',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text*="跳过"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/6328439/ae26cfeb-c977-416a-8ac3-6f5cc867b3ae',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13374520',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user