mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 饿了么-开屏广告 (#42)
This commit is contained in:
15
src/apps/me.ele.ts
Normal file
15
src/apps/me.ele.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'me.ele',
|
||||
name: '饿了么',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'me.ele.application.ui.splash.SplashActivity',
|
||||
rules: '[id="me.ele:id/skip_button"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12534930',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user