feat(二柄): 开屏广告、签到弹窗 (#2168)

* feat 开屏广告

* feat 签到弹窗
This commit is contained in:
Kun Jinkao 2023-11-18 23:08:06 +08:00 committed by GitHub
parent bcd6d05f3c
commit 85f2c6c1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});