mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(维护大师): 开屏广告 (#1065)
This commit is contained in:
20
src/apps/com.example.maintenancemaster.ts
Normal file
20
src/apps/com.example.maintenancemaster.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.example.maintenancemaster',
|
||||||
|
name: '维护大师',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.weihudashi.activity.AdvertisementActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.example.maintenancemaster:id/advertisement_countdown_ccd"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12903877'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user