mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22 lines
474 B
TypeScript
22 lines
474 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.youxiake',
|
|
name: '游侠客旅行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.youxiake.ui.main.MainActivity',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
matches: '[id="com.youxiake:id/start_skip_txt"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12891979',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|