mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: OPPO健康-更新提示 等2个更新 (#1208)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
40
src/apps/com.heytap.health.ts
Normal file
40
src/apps/com.heytap.health.ts
Normal file
@@ -0,0 +1,40 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.heytap.health',
|
||||
name: 'OPPO 健康',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
desc: '点击[以后再说]',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.heytap.health.settings.me.upgrade.UpgradeActivity',
|
||||
matches: [
|
||||
'[text="检测到新版本"][visibleToUser=true]',
|
||||
'[text="以后再说"][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/i/22657352',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '局部广告-卡片广告',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.heytap.health.main.MainActivity',
|
||||
matches:
|
||||
'[vid="adapter_act_root_view"] > [vid="close"][clickable=true][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/22657359',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user