mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(腾讯微云): 开屏广告 (#500)
This commit is contained in:
26
src/apps/com.qq.qcloud.ts
Normal file
26
src/apps/com.qq.qcloud.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.qq.qcloud',
|
||||||
|
name: '腾讯微云',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.qq.qcloud.activity.WeiyunRootActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id="com.qq.qcloud:id/gdt_ad_text"] + ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12755789',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches:
|
||||||
|
'[text^="互动广告"] + @LinearLayout[clickable=true] > ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12755799',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user