mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(中国移动江西): 开屏广告 (#860)
* feat(中国移动江西): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
16
src/apps/com.jx.cmcc.ict.ibelieve.ts
Normal file
16
src/apps/com.jx.cmcc.ict.ibelieve.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jx.cmcc.ict.ibelieve',
|
||||
name: '中国移动江西',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
|
||||
rules:
|
||||
'[id = "com.jx.cmcc.ict.ibelieve:id/video_time_skip"][text *= "跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12852491',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user