mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(澳覓): 开屏、浮窗广告及开启通知提示框 (#2124)
* feat(澳覓): 开屏、浮窗广告及开启通知提示框 * feat(澳覓): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
35
src/apps/com.mem.MacaoLife.ts
Normal file
35
src/apps/com.mem.MacaoLife.ts
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.mem.MacaoLife',
|
||||||
|
name: '澳覓',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionDelay: 800, // 剛啟動時開屏廣告點擊不到
|
||||||
|
quickFind: true,
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionMaximum: 1,
|
||||||
|
rules: '[id="com.mem.MacaoLife:id/skip_time_out_layout"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13350651',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '開啟通知提示',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.mem.life.ui.launch.LaunchActivity',
|
||||||
|
rules: '[id="com.mem.MacaoLife:id/cancel"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13350665',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '浮窗廣告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.mem.life.ui.home.HomeActivity',
|
||||||
|
rules: '[id="com.mem.MacaoLife:id/close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13350685',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user