mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:43:41 +08:00
feat(知网文化): 开屏广告, 更新弹窗 (#497)
This commit is contained in:
parent
5b87c5681b
commit
2def345a99
28
src/apps/com.cnki.view.ts
Normal file
28
src/apps/com.cnki.view.ts
Normal file
|
@ -0,0 +1,28 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cnki.view',
|
||||
name: '知网文化',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.cnki.view.core.tramp.main.SplashActivity',
|
||||
rules: '[id="com.cnki.view:id/tv_advert_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12755696',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: [
|
||||
'com.cnki.view.core.navigator.main.HomeActivity',
|
||||
'com.cnki.view.core.tramp.main.SplashActivity',
|
||||
],
|
||||
rules: '[id="com.cnki.view:id/update_undo"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12755689', // activityId: 'com.cnki.view.core.navigator.main.HomeActivity'
|
||||
'https://gkd-kit.songe.li/import/12755700', // activityId: 'com.cnki.view.core.tramp.main.SplashActivity'
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user