mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
24 lines
574 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|