mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
18
src/apps/com.pcncn.jj.ts
Normal file
18
src/apps/com.pcncn.jj.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.pcncn.jj',
|
||||||
|
name: '作业精灵',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 6,
|
||||||
|
name: '弹窗广告',
|
||||||
|
desc: '腾讯广告SDK',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.pcncn.jj.act.AnswerDetail2Activity',
|
||||||
|
rules:
|
||||||
|
'[id="com.pcncn.jj:id/interact_ad_root"] [id="com.pcncn.jj:id/iv_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13695874',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user