feat(乔安智联): 开屏广告 (#1551)

close #1516
This commit is contained in:
jiuqianyuan
2023-10-30 00:17:44 +08:00
committed by GitHub
parent 6a83d56602
commit 545e8c265b

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jooan.qiaoanzhilian',
name: '乔安智联',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13197473',
},
],
});