mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* feat(萤石云视频):开屏广告 * chore(actions): check_format_lint * feat(萤石云视频): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
49 lines
1.2 KiB
TypeScript
49 lines
1.2 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.videogo',
|
|
name: '萤石云视频',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
key: 0,
|
|
name: '【跳过+倒计时】型',
|
|
matches: '[id="com.videogo:id/ad_skip_tv"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12565356',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '【圆圈跳过】型',
|
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13327309',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '主页广告',
|
|
quickFind: true,
|
|
activityIds: ['com.videogo.main.MainTabActivity'],
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.videogo:id/ad_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13255684',
|
|
},
|
|
{
|
|
preKeys: 0,
|
|
matches: '[id="com.videogo:id/ad_closead_nointerest"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13255697',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|