mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 04:12:21 +08:00
parent
98c4d4c656
commit
6aeeb8de91
33
src/apps/com.cimoc.haleydu.ts
Normal file
33
src/apps/com.cimoc.haleydu.ts
Normal file
|
@ -0,0 +1,33 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cimoc.haleydu',
|
||||
name: 'Cimoc',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.cimoc.haleydu:id/tvSkip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13744813',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内弹窗',
|
||||
activityIds: 'com.haleydu.cimoc.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: 'FrameLayout[childCount=5] > @FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13748827',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user