mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* feat(游民星空): 开屏广告 - 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
16 lines
396 B
TypeScript
16 lines
396 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.gamersky',
|
|
name: '游民星空',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.gamersky.main.activity.LibMainActivity',
|
|
rules: 'View[clickable= true] + TextView[text ^= "跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12848922',
|
|
},
|
|
],
|
|
});
|