Files
AIsouler-GKD_subscription/src/apps/com.gamersky.ts
2023-10-23 01:20:09 +08:00

24 lines
582 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gamersky',
name: '游民星空',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.gamersky.main.activity.LibMainActivity',
rules: [
{
matches: 'View[clickable= true] + TextView[text ^= "跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12848922',
},
{
matches: '[id="com.gamersky:id/jump"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13038181',
},
],
},
],
});