feat(小蚁摄像机): 开屏广告 (#2366)

close #2358
This commit is contained in:
jiuqianyuan
2023-11-22 22:01:27 +08:00
committed by GitHub
parent c7781d56f8
commit dac2abcbce

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ants360.yicamera',
name: '小蚁摄像机',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13426833',
},
],
});