mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
* Create com.svm.hbyy.ts * Update com.svm.hbyy.ts * Update com.svm.hbyy.ts * chore(actions): check_format_lint * feat(比翼多开): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #1527
37 lines
869 B
TypeScript
37 lines
869 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.svm.hbyy',
|
|
name: '比翼多开',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13185376',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
activityIds: 'com.svm.core.pro.view.activity.MainActivityEx',
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[text="打开或下载第三方应用"]',
|
|
'FrameLayout[childCount=3] + FrameLayout > ImageView',
|
|
],
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13185377',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|