mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +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:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user