mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
20 lines
460 B
TypeScript
20 lines
460 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tbc.android.defaults',
|
|
name: '云端学习',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: ['com.tbc.android.defaults.MainActivity'],
|
|
rules: [
|
|
{
|
|
matches: '[id="com.tbc.android.defaults:id/tvLoginAdSkip"]',
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12685253'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|