mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:15:25 +08:00
parent
bcd6d05f3c
commit
85f2c6c1f6
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user