feat(Cellular-Z): 开屏广告 (#158)

This commit is contained in:
CallMeBill
2023-09-19 11:33:47 +08:00
committed by GitHub
parent 97051643d0
commit d2fe8a921e

View 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',
},
],
},
],
});