mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
25 lines
691 B
TypeScript
25 lines
691 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.shougang.shiftassistant',
|
|
name: '倒班助手',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: ['com.shougang.shiftassistant.ui.activity.SplashActivity'],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'@[text^="跳过"][clickable=true] - FrameLayout >(2) [id="com.byted.pangle:id/tt_splash_ad_logo"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12683266'],
|
|
},
|
|
{
|
|
matches: '@[text^="跳过"] - FrameLayout >(n) [text="广告"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12683289'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|