mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(直播吧): 开屏广告
This commit is contained in:
22
src/apps/android.zhibo8.ts
Normal file
22
src/apps/android.zhibo8.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'android.zhibo8',
|
||||
name: '直播吧',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="android.zhibo8:id/tv_skip_text"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12605327',
|
||||
},
|
||||
{
|
||||
matches: '[id="android.zhibo8:id/asv_splash"] TextView[text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12661109',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user