mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(闪动校园): 开屏广告 (#1164)
* feat(闪动校园): 开屏广告 * feat(闪动校园): 规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1156
This commit is contained in:
22
src/apps/com.huachenjie.shandong_school.ts
Normal file
22
src/apps/com.huachenjie.shandong_school.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user