mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:52:20 +08:00
feat(手机知网): 开屏广告,更新弹窗 (#890)
* feat(手机知网): 开屏广告,更新弹窗 手机知网,开屏广告,更新弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1d5527c9c1
commit
cdae50f264
22
src/apps/com.cnki.client.ts
Normal file
22
src/apps/com.cnki.client.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cnki.client',
|
||||
name: '手机知网',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.cnki.client.core.tramp.SplashActivity'],
|
||||
rules: '[id="com.cnki.client:id/tv_advert_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12854474',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: ['com.cnki.client.core.navigator.main.HomeActivity'],
|
||||
rules: '[id="com.cnki.client:id/update_undo"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12854857',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user