mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(雪球基金): 开屏广告 (#553)
This commit is contained in:
parent
fe2bd67ea9
commit
1bef4e54be
15
src/apps/com.xueqiu.fund.ts
Normal file
15
src/apps/com.xueqiu.fund.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
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://gkd-kit.songe.li/import/12776572',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user