feat(测测): 开屏广告 (#855)

This commit is contained in:
Kun Jinkao
2023-10-10 23:35:24 +08:00
committed by GitHub
parent 0f25ee09f7
commit 5df3620a16

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xxwolo.cc5',
name: '测测',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: 'com.cece.app.MainActivity',
rules: '[text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12852352',
},
],
});