mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
16 lines
384 B
TypeScript
16 lines
384 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.yongyou',
|
|
name: '丰云行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: ['com.yongyou.ui.main.WelcomeActivity'],
|
|
rules: '[id="com.yongyou:id/tv_jump"][text^="跳过"]',
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12705337'],
|
|
},
|
|
],
|
|
});
|