feat(磁力云): 开屏广告 (#1459)

This commit is contained in:
Kun Jinkao
2023-10-28 23:03:03 +08:00
committed by GitHub
parent 5c19d6363e
commit 36495d2011

View 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',
},
],
});