mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(网易严选): 开屏广告,弹窗广告 (#761)
* feat(网易严选) - 开屏广告 - 首页-弹窗广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
23
src/apps/com.netease.yanxuan.ts
Normal file
23
src/apps/com.netease.yanxuan.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.netease.yanxuan',
|
||||||
|
name: '网易严选',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.netease.yanxuan.module.splash.SplashActivity',
|
||||||
|
rules: '[id = "com.netease.yanxuan:id/splash_pic_jump_container"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840637',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页-弹窗广告',
|
||||||
|
activityIds:
|
||||||
|
'com.netease.yanxuan.module.mainpage.activity.MainPageActivity',
|
||||||
|
rules: '[id="com.netease.yanxuan:id/trans_cancel"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840641',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user