mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(智校乐): 开屏广告 (#1347)
This commit is contained in:
17
src/apps/com.hnjiajie.zhixiaole.ts
Normal file
17
src/apps/com.hnjiajie.zhixiaole.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user