mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
423 B
TypeScript
20 lines
423 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.taou.maimai',
|
|
name: '脉脉',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.taou.maimai.MainActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.taou.maimai:id/skipBtnNormal"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840698',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|