feat(电影猎手): 开屏广告 (#3082)

* feat(电影猎手): 开屏广告

* feat(电影猎手): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
jacktpy
2023-12-11 21:10:41 +08:00
committed by GitHub
parent 1dc3b14947
commit ca75c6e611

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qiqi.hhvideo',
name: '电影猎手',
groups: [
{
key: 1,
name: '开屏广告',
actionMaximum: 1,
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
rules: [
{
matches: '[id="com.qiqi.hhvideo:id/skipad"]',
exampleUrls:
'https://m.gkd.li/48015717/236526b6-691f-4023-a3ac-64b4409ee759',
snapshotUrls: 'https://i.gkd.li/import/13633385',
},
],
},
],
});