mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
31 lines
746 B
TypeScript
31 lines
746 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.fenbi.android.servant',
|
|
name: '粉笔',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.fenbi.android.module.welcome.WelcomeActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.fenbi.android.servant:id/count_down_view"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12999805',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '升级弹窗',
|
|
activityIds: 'com.fenbi.android.module.home.HomeActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.fenbi.android.servant:id/close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12999725',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|