mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(公考雷达): 更新弹窗,首页右侧悬浮广告, 通知权限弹窗(默认关闭) (#365)
This commit is contained in:
32
src/apps/com.maidu.gkld.ts
Normal file
32
src/apps/com.maidu.gkld.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.maidu.gkld',
|
||||
name: '公考雷达',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'com.maidu.gkld.ui.main.MainActivity',
|
||||
rules: '[id="com.maidu.gkld:id/tv_update_next"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715215',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '首页右侧悬浮广告',
|
||||
activityIds: 'com.maidu.gkld.ui.main.MainActivity',
|
||||
rules:
|
||||
'[id="com.maidu.gkld:id/fl_float"] + [id="com.maidu.gkld:id/close_image_view"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715291',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
name: '请求通知权限弹窗',
|
||||
activityIds: 'com.maidu.gkld.ui.main.MainActivity',
|
||||
rules:
|
||||
'[id="com.maidu.gkld:id/ll_open_app_notice"] + [id="com.maidu.gkld:id/iv_cancel"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715250',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user