mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(磁力云): 开屏广告 (#1459)
This commit is contained in:
16
src/apps/com.happy.cloud.ts
Normal file
16
src/apps/com.happy.cloud.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.happy.cloud',
|
||||||
|
name: '磁力云',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.e4a.runtime.android.mainActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
rules: '[id="com.happy.cloud:id/splash_container"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13187851',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user