mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
24 lines
582 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|