feat(Roco攻略): 开屏广告 (#1978)

This commit is contained in:
Kun Jinkao
2023-11-10 00:46:03 +08:00
committed by GitHub
parent b0211fa2ac
commit 48ac9d84ea

18
src/apps/com.rcgd.app.ts Normal file
View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.rcgd.app',
name: 'Roco攻略',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.rcgd.app:id/ad_dcloud_main_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13308491',
},
],
});