feat(智校乐): 开屏广告 (#1347)

This commit is contained in:
Kun Jinkao
2023-10-24 01:06:52 +08:00
committed by GitHub
parent 35eb335b4c
commit 9014973759

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hnjiajie.zhixiaole',
name: '智校乐',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.hnjiajie.zhixiaole.MainActivity',
matchLauncher: true,
rules:
'[id="com.hnjiajie.zhixiaole:id/splash_container"] >n [text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13071717',
},
],
});