mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 10:45:09 +08:00
feat(mFood): 开屏、浮窗广告 (#2125)
* feat(mFood): 开屏、浮窗广告 * feat(mFood): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
26
src/apps/com.m.mfood.ts
Normal file
26
src/apps/com.m.mfood.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.m.mfood',
|
||||
name: 'mFood',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '開屏廣告',
|
||||
matchTime: 10000,
|
||||
quickFind: true,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules: '[id="com.m.mfood:id/tvSkip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13350776',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '浮窗廣告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.zdyl.mfood.ui.home.MainActivity',
|
||||
rules: '[id="com.m.mfood:id/close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13350787',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user