mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(电影猎手): 开屏广告 (#3082)
* feat(电影猎手): 开屏广告 * feat(电影猎手): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
24
src/apps/com.qiqi.hhvideo.ts
Normal file
24
src/apps/com.qiqi.hhvideo.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user