mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
16 lines
403 B
TypeScript
16 lines
403 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.pingan.lifecircle',
|
|
name: '平安好生活',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.pingan.lifecircle.home.SplashActivity',
|
|
rules: '[id="com.pingan.lifecircle:id/splash_time_tv"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12567724',
|
|
},
|
|
],
|
|
});
|