mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
40 lines
983 B
TypeScript
40 lines
983 B
TypeScript
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: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/13378853',
|
|
'https://i.gkd.li/import/13546165',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13538207',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '签到弹窗',
|
|
activityIds: 'com.diershoubing.erbing.activity.MainReActivity',
|
|
rules:
|
|
'@[id="com.diershoubing.erbing:id/closeBtn"] - * > [text="签到成功"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13378845',
|
|
},
|
|
],
|
|
});
|