feat(闪动校园): 开屏广告 (#1164)

* feat(闪动校园): 开屏广告

* feat(闪动校园): 规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #1156
This commit is contained in:
walklty
2023-10-18 00:09:52 +08:00
committed by GitHub
parent 65821a511a
commit e07dc583fb

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huachenjie.shandong_school',
name: '闪动校园',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击跳过',
matchLauncher: true,
quickFind: true,
activityIds: 'com.huachenjie.shandong_school.splash.SplashActivity',
rules: [
{
matches: '[text^="跳过"][clickable=false]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12922866',
},
],
},
],
});