mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
429 B
TypeScript
17 lines
429 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|