mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(Cellular-Z): 开屏广告 (#158)
This commit is contained in:
19
src/apps/make.more.r2d2.cellular_z.ts
Normal file
19
src/apps/make.more.r2d2.cellular_z.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'make.more.r2d2.cellular_z',
|
||||
name: 'Cellular-Z',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: 'make.more.r2d2.cellular_z.activity.SplashGMActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12648511',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user