mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
17 lines
451 B
TypeScript
17 lines
451 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xuexiaoyi.xxy',
|
|
name: '学小易',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
// quickFind: true, 实机测试会导致无法点击
|
|
activityIds: 'com.xuexiaoyi.entrance.splash.SplashActivity',
|
|
rules: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12895001',
|
|
},
|
|
],
|
|
});
|