feat(无他相机): 开屏广告(gkd-kit#3358) (#3363)

close #3358
This commit is contained in:
aoguai
2023-12-24 20:52:26 +08:00
committed by GitHub
parent 55e5bfc321
commit 3d850fc1e7

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.benqu.wuta',
name: '无他相机',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 2,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.benqu.wuta:id/splash_ads_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13739878',
},
],
},
],
});