Files
AIsouler-GKD_subscription/src/apps/com.gamersky.ts
2023-11-10 10:16:32 +08:00

24 lines
574 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://i.gkd.li/import/13038181',
},
],
},
],
});