mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(派健康): 开屏广告 (#646)
This commit is contained in:
16
src/apps/com.lstech.rehealth.ts
Normal file
16
src/apps/com.lstech.rehealth.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.lstech.rehealth',
|
||||||
|
name: '派健康',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.lstech.rehealth.splash.SplashActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.lstech.rehealth:id/ksad_splash_root_container"] [text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12830071',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user