mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
16 lines
388 B
TypeScript
16 lines
388 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xueqiu.fund',
|
|
name: '雪球基金',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.xueqiu.fund.commonlib.SplashActivity',
|
|
rules: '[id="com.xueqiu.fund:id/tv_exit"][text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12776572',
|
|
},
|
|
],
|
|
});
|