mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-16 23:10:11 +08:00
20 lines
431 B
TypeScript
20 lines
431 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.njh.biubiu',
|
|
name: 'biubiu加速器',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.njh.ping.business.base.activity.BusinessActivity',
|
|
rules: [
|
|
{
|
|
matches: '[text="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12512845',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|