mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
28 lines
748 B
TypeScript
28 lines
748 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sgcc.evs.echarge',
|
|
name: 'e充电',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '全屏广告-首页广告弹窗',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
activityIds: [
|
|
'com.evs.echarge.dev.ui.advertisement.SplashActivity',
|
|
'com.evs.echarge.dev.ui.MainActivity',
|
|
],
|
|
matches: '[id="com.sgcc.evs.echarge:id/iv_close"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13958838', //com.evs.echarge.dev.ui.advertisement.SplashActivity
|
|
'https://i.gkd.li/i/14005508', //com.evs.echarge.dev.ui.MainActivity
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|