feat(Cimoc): 开屏广告, 应用内弹窗 (#3427)

close #3369
This commit is contained in:
walklty 2024-01-02 19:40:24 +08:00 committed by GitHub
parent 98c4d4c656
commit 6aeeb8de91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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