mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
27
src/apps/com.diershoubing.erbing.ts
Normal file
27
src/apps/com.diershoubing.erbing.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.diershoubing.erbing',
|
||||||
|
name: '二柄',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules:
|
||||||
|
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="com.diershoubing.erbing:id/containerV"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13378853',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '签到弹窗',
|
||||||
|
activityIds: 'com.diershoubing.erbing.activity.MainReActivity',
|
||||||
|
rules:
|
||||||
|
'@[id="com.diershoubing.erbing:id/closeBtn"] - * > [text="签到成功"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13378845',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user