mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat: 更新提示(补充字段)
This commit is contained in:
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.guwendao.gwd.MainActivity',
|
activityIds: 'com.guwendao.gwd.MainActivity',
|
||||||
rules: '[text="应用升级提醒"] +n LinearLayout > [text="取消"]',
|
rules: '[text="应用升级提醒"] +n LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12776605',
|
snapshotUrls: 'https://i.gkd.li/import/12776605',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.haier.uhome.uplus.upgradeui.ui.UpgradeDialogActivity',
|
'com.haier.uhome.uplus.upgradeui.ui.UpgradeDialogActivity',
|
||||||
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
|
|||||||
@@ -24,7 +24,9 @@ export default defineAppConfig({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'TextView[id="com.hd.smartVillage:id/tv_upgrade_cancel"][text="取消"]',
|
'TextView[id="com.hd.smartVillage:id/tv_upgrade_cancel"][text="取消"]',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.henzanapp.miaomiaozhe.activity.WelcomeActivity',
|
activityIds: 'com.henzanapp.miaomiaozhe.activity.WelcomeActivity',
|
||||||
rules: '[text="更新提示"] +(2) LinearLayout > [text="取消"]',
|
rules: '[text="更新提示"] +(2) LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12649457'],
|
snapshotUrls: ['https://i.gkd.li/import/12649457'],
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ export default defineAppConfig({
|
|||||||
key: 12,
|
key: 12,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '点击以后再说',
|
desc: '点击以后再说',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -6,9 +6,12 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
quickFind: true,
|
|
||||||
name: '更新提示-版本更新弹窗',
|
name: '更新提示-版本更新弹窗',
|
||||||
desc: '点击不再提示',
|
desc: '点击不再提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[vid="tv_update"] + * > [text="不再提示"]',
|
matches: '[vid="tv_update"] + * > [text="不再提示"]',
|
||||||
|
|||||||
@@ -154,6 +154,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
rules: '@[text="以后再说"] + [text="立即更新"]',
|
rules: '@[text="以后再说"] + [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12727318',
|
snapshotUrls: 'https://i.gkd.li/import/12727318',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12738253',
|
snapshotUrls: 'https://i.gkd.li/import/12738253',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[text="忽略本次"] + [text="立即升级"]',
|
rules: '@[text="忽略本次"] + [text="立即升级"]',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.jingdong.app.reader.logo.JdLogoActivity'],
|
activityIds: ['com.jingdong.app.reader.logo.JdLogoActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.jin10.lgd.update.UpdateActivity'],
|
activityIds: ['com.jin10.lgd.update.UpdateActivity'],
|
||||||
rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]',
|
rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12706043'],
|
snapshotUrls: ['https://i.gkd.li/import/12706043'],
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.jingdong.pdj.plunginupdate.update.UpdateDialogActivity',
|
activityIds: 'com.jingdong.pdj.plunginupdate.update.UpdateDialogActivity',
|
||||||
rules: 'Button[text="暂不安装"]',
|
rules: 'Button[text="暂不安装"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13217634',
|
snapshotUrls: 'https://i.gkd.li/import/13217634',
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: -2,
|
key: -2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.km.app.update.UpdateVersionV2Activity',
|
activityIds: 'com.km.app.update.UpdateVersionV2Activity',
|
||||||
rules: '[id="com.kmxs.reader:id/tv_update_cancel"]',
|
rules: '[id="com.kmxs.reader:id/tv_update_cancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12641338',
|
snapshotUrls: 'https://i.gkd.li/import/12641338',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.lphtsccft.zhangle.main.MainActivity',
|
activityIds: 'com.lphtsccft.zhangle.main.MainActivity',
|
||||||
rules: '[text*="升级体验"] +2 LinearLayout > [text="取消"]',
|
rules: '[text*="升级体验"] +2 LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12699308',
|
snapshotUrls: 'https://i.gkd.li/import/12699308',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.luckin.client.main.FirstActivity',
|
activityIds: 'com.luckin.client.main.FirstActivity',
|
||||||
rules:
|
rules:
|
||||||
'@ImageView[id="com.lucky.luckyclient:id/dismiss_btn"] - LinearLayout > ImageView[id="com.lucky.luckyclient:id/update_btn"]',
|
'@ImageView[id="com.lucky.luckyclient:id/dismiss_btn"] - LinearLayout > ImageView[id="com.lucky.luckyclient:id/update_btn"]',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'miuix.appcompat.app.m',
|
activityIds: 'miuix.appcompat.app.m',
|
||||||
rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]',
|
rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12642297',
|
snapshotUrls: 'https://i.gkd.li/import/12642297',
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.maidu.gkld.ui.main.MainActivity',
|
activityIds: 'com.maidu.gkld.ui.main.MainActivity',
|
||||||
rules: '[id="com.maidu.gkld:id/tv_update_next"]',
|
rules: '[id="com.maidu.gkld:id/tv_update_next"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12715215',
|
snapshotUrls: 'https://i.gkd.li/import/12715215',
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -23,6 +23,9 @@ export default defineAppConfig({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '关闭版本更新提示弹窗',
|
desc: '关闭版本更新提示弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: 'TextView[id="com.mihoyo.hyperion:id/mUpgradeDialogCancel"]',
|
rules: 'TextView[id="com.mihoyo.hyperion:id/mUpgradeDialogCancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12675513',
|
snapshotUrls: 'https://i.gkd.li/import/12675513',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -196,7 +196,9 @@ export default defineAppConfig({
|
|||||||
key: 6,
|
key: 6,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.netease.gl.serviceupdate.widget.DialogUpdate',
|
activityIds: 'com.netease.gl.serviceupdate.widget.DialogUpdate',
|
||||||
rules:
|
rules:
|
||||||
'@[id="com.netease.gl:id/iv_close"] +2 LinearLayout >n [id="com.netease.gl:id/btn_update"]',
|
'@[id="com.netease.gl:id/iv_close"] +2 LinearLayout >n [id="com.netease.gl:id/btn_update"]',
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.netease.mobimail.module.flutter.CustomFlutterActivity',
|
'com.netease.mobimail.module.flutter.CustomFlutterActivity',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.netease.newsreader.common.base.activity.SingleFragmentActivity',
|
'com.netease.newsreader.common.base.activity.SingleFragmentActivity',
|
||||||
rules: '[text$="版本更新了"] +(2) RelativeLayout > [text="稍后再说"]',
|
rules: '[text$="版本更新了"] +(2) RelativeLayout > [text="稍后再说"]',
|
||||||
|
|||||||
@@ -5,10 +5,13 @@ export default defineAppConfig({
|
|||||||
name: '完美校园',
|
name: '完美校园',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '新版本提示弹窗,点击右上角【X】按钮',
|
desc: '新版本提示弹窗,点击右上角【X】按钮',
|
||||||
enable: false,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.wanxiao.basebusiness.activity.SplashActivity',
|
activityIds: 'com.wanxiao.basebusiness.activity.SplashActivity',
|
||||||
rules: '[id="com.newcapec.mobile.ncp:id/iv_close"]',
|
rules: '[id="com.newcapec.mobile.ncp:id/iv_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12843377',
|
snapshotUrls: 'https://i.gkd.li/import/12843377',
|
||||||
|
|||||||
@@ -20,9 +20,11 @@ export default defineAppConfig({
|
|||||||
'https://github.com/gkd-kit/inspect/assets/38517192/61d335f0-a85a-4e26-80fe-6bc0d1742bc0',
|
'https://github.com/gkd-kit/inspect/assets/38517192/61d335f0-a85a-4e26-80fe-6bc0d1742bc0',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
matchTime: 30000,
|
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示-版本更新',
|
name: '更新提示-版本更新',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -28,8 +28,9 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '点击取消',
|
desc: '点击取消',
|
||||||
quickFind: true,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.ucpro.BrowserActivity',
|
activityIds: 'com.ucpro.BrowserActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,10 +5,13 @@ export default defineAppConfig({
|
|||||||
name: 'Reddit',
|
name: 'Reddit',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示-社区消息',
|
name: '更新提示-社区消息',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
enable: false,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.reddit.launch.main.MainActivity',
|
activityIds: 'com.reddit.launch.main.MainActivity',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]',
|
rules: '[id="com.sankuai.meituan.takeoutnew:id/wm_upgrade_force_cancel"]',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.seebaby.login.ui.activity.LauncherActivity'],
|
activityIds: ['com.seebaby.login.ui.activity.LauncherActivity'],
|
||||||
rules: '@[id="com.seebaby:id/btn_later"] + [text$="新版本"]',
|
rules: '@[id="com.seebaby:id/btn_later"] + [text$="新版本"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12705351'],
|
snapshotUrls: ['https://i.gkd.li/import/12705351'],
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.sf.activity.MainActivity',
|
activityIds: 'com.sf.activity.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -15,9 +15,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
activityIds: 'com.smzdm.client.android.app.HomeActivity',
|
matchTime: 10000,
|
||||||
quickFind: true,
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.smzdm.client.android.app.HomeActivity',
|
||||||
rules:
|
rules:
|
||||||
'[id="com.smzdm.client.android:id/tv_version"] +2 [id="com.smzdm.client.android:id/iv_close"]',
|
'[id="com.smzdm.client.android:id/tv_version"] +2 [id="com.smzdm.client.android:id/iv_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13198016',
|
snapshotUrls: 'https://i.gkd.li/import/13198016',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text="升级版本"] +n [desc="关闭"][clickable=true]',
|
rules: '[text="升级版本"] +n [desc="关闭"][clickable=true]',
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[desc="关闭"] - LinearLayout > [text="立即升级"]',
|
rules: '@[desc="关闭"] - LinearLayout > [text="立即升级"]',
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ export default defineAppConfig({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示-关闭更新弹窗',
|
name: '更新提示-关闭更新弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '点击我再想想',
|
desc: '点击我再想想',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[text="发现新版本"] +2 * > [text="我再想想"]',
|
matches: '[text="发现新版本"] +2 * > [text="我再想想"]',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text="更新提示"] <<2 * +2 * >2 [text="取消"]',
|
rules: '[text="更新提示"] <<2 * +2 * >2 [text="取消"]',
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示-版本升级弹窗',
|
name: '更新提示-版本升级弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.taobao.ltao.maintab.MainFrameActivity',
|
'com.taobao.ltao.maintab.MainFrameActivity',
|
||||||
'com.taobao.litetao.launcher.ALiFlutterActivityCompat',
|
'com.taobao.litetao.launcher.ALiFlutterActivityCompat',
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.taptap.upgrade.library.dialog.UpgradeDialogAct',
|
activityIds: 'com.taptap.upgrade.library.dialog.UpgradeDialogAct',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[desc="暂不更新"] + [desc="现在更新"]',
|
rules: '@[desc="暂不更新"] + [desc="现在更新"]',
|
||||||
|
|||||||
@@ -378,6 +378,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 17,
|
key: 17,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
||||||
@@ -391,6 +392,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 18,
|
key: 18,
|
||||||
name: '更新提示-消息页面-顶部',
|
name: '更新提示-消息页面-顶部',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -411,6 +415,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 19,
|
key: 19,
|
||||||
name: '更新提示-内测邀请弹窗',
|
name: '更新提示-内测邀请弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -49,8 +49,11 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示-内测体验弹窗',
|
name: '更新提示-内测体验弹窗',
|
||||||
desc: '点击[不再提醒]',
|
desc: '点击[不再提醒]',
|
||||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||||
rules: '[text="抢先体验"] -2 [text="不再提醒"]',
|
rules: '[text="抢先体验"] -2 [text="不再提醒"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13178485',
|
snapshotUrls: 'https://i.gkd.li/import/13178485',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,8 +8,9 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id="com.tencent.qt.qtl:id/btn_update_cancel"]',
|
rules: '[id="com.tencent.qt.qtl:id/btn_update_cancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13611286',
|
snapshotUrls: 'https://i.gkd.li/import/13611286',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tmall.wireless.splash.TMSplashActivity',
|
'com.tmall.wireless.splash.TMSplashActivity',
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.miui.home.launcher.Launcher',
|
'com.miui.home.launcher.Launcher',
|
||||||
|
|||||||
@@ -7,11 +7,13 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
||||||
'com.maoyun.guoguo.MainActivity',
|
'com.maoyun.guoguo.MainActivity',
|
||||||
],
|
],
|
||||||
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.wacai365.HomeActivity',
|
'com.wacai365.HomeActivity',
|
||||||
'com.wacai.android.wind.splash.WindDialogActivity',
|
'com.wacai.android.wind.splash.WindDialogActivity',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'weaver.fw.com.MainActivity',
|
activityIds: 'weaver.fw.com.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
matchTime: 20000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.wm.dmall.MainActivity',
|
activityIds: 'com.wm.dmall.MainActivity',
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'net.smartont.we.wohome.ui.main.view.MainActivity',
|
activityIds: 'net.smartont.we.wohome.ui.main.view.MainActivity',
|
||||||
rules: '@[text="忽略更新"] + [text="立即更新"]',
|
rules: '@[text="忽略更新"] + [text="立即更新"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12707746'],
|
snapshotUrls: ['https://i.gkd.li/import/12707746'],
|
||||||
|
|||||||
@@ -6,10 +6,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
desc: '关闭升级弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
desc: '关闭升级弹窗',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.x2era.xcloud.app.MainActivity',
|
activityIds: 'com.x2era.xcloud.app.MainActivity',
|
||||||
|
|||||||
@@ -6,9 +6,12 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
quickFind: true,
|
|
||||||
name: '更新提示-版本更新弹窗',
|
name: '更新提示-版本更新弹窗',
|
||||||
desc: '点击暂不更新',
|
desc: '点击暂不更新',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.xiaoe.app.ui.main.XiaoeMainActivity',
|
activityIds: 'com.xiaoe.app.ui.main.XiaoeMainActivity',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.xiaomi.account.upgrade.AccountApkUpdateDialogActivity',
|
activityIds: 'com.xiaomi.account.upgrade.AccountApkUpdateDialogActivity',
|
||||||
rules: '@[text="以后再说"] + [text="立即升级"]',
|
rules: '@[text="以后再说"] + [text="立即升级"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12781280',
|
snapshotUrls: 'https://i.gkd.li/import/12781280',
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示-设备固件升级提示弹窗',
|
name: '更新提示-设备固件升级提示弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.xiaomi.smarthome.framework.plugin.rn.PluginRNActivity',
|
activityIds: 'com.xiaomi.smarthome.framework.plugin.rn.PluginRNActivity',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12639671',
|
snapshotUrls: 'https://i.gkd.li/import/12639671',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'miuix.appcompat.app.AlertDialog',
|
activityIds: 'miuix.appcompat.app.AlertDialog',
|
||||||
rules:
|
rules:
|
||||||
'@[text="稍后安装"] < LinearLayout - ScrollView >(4) [text="发现新版本"]',
|
'@[text="稍后安装"] < LinearLayout - ScrollView >(4) [text="发现新版本"]',
|
||||||
|
|||||||
@@ -21,6 +21,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示-版本升级弹窗',
|
name: '更新提示-版本升级弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xiaomi.youpin.globalpopwindow.popwindow.PopWindowActivity',
|
'com.xiaomi.youpin.globalpopwindow.popwindow.PopWindowActivity',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -135,6 +135,9 @@ export default defineAppConfig({
|
|||||||
key: 6,
|
key: 6,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: '[id="com.ximalaya.ting.android:id/host_tv_update_later"]',
|
rules: '[id="com.ximalaya.ting.android:id/host_tv_update_later"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12506287',
|
snapshotUrls: 'https://i.gkd.li/import/12506287',
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ export default defineAppConfig({
|
|||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
matchTime: 30000,
|
matchTime: 10000,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xmcy.hykb.app.dialog.UpdateDialog',
|
activityIds: 'com.xmcy.hykb.app.dialog.UpdateDialog',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -5,10 +5,13 @@ export default defineAppConfig({
|
|||||||
name: '小天才',
|
name: '小天才',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示-通知提示',
|
name: '更新提示-通知提示',
|
||||||
desc: '已知包括APP升级提醒与开启通知提醒,自动点击关闭。',
|
desc: '已知包括APP升级提醒与开启通知提醒,自动点击关闭',
|
||||||
enable: false,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xtc.widget.phone.popup.activity.CustomActivity14',
|
'com.xtc.widget.phone.popup.activity.CustomActivity14',
|
||||||
|
|||||||
@@ -69,12 +69,15 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '自动点击以后再说。',
|
desc: '自动点击以后再说。',
|
||||||
activityIds: 'com.xuexiaoyi.entrance.main.MainActivity',
|
|
||||||
enable: false,
|
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.xuexiaoyi.entrance.main.MainActivity',
|
||||||
rules: '[text="立即体验"] + [text="以后再说"]',
|
rules: '[text="立即体验"] + [text="以后再说"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13203105',
|
snapshotUrls: 'https://i.gkd.li/import/13203105',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -256,6 +256,9 @@ export default defineAppConfig({
|
|||||||
key: 6,
|
key: 6,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.xunlei.upgrade.XUpgradeActivity',
|
activityIds: 'com.xunlei.upgrade.XUpgradeActivity',
|
||||||
rules: '[id="com.xunlei.downloadprovider:id/x_upgrade_cancel"]',
|
rules: '[id="com.xunlei.downloadprovider:id/x_upgrade_cancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13228920',
|
snapshotUrls: 'https://i.gkd.li/import/13228920',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -114,6 +114,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xyhui.start.PUMainActivity',
|
'com.xyhui.start.PUMainActivity',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.yaerxing.fkst.activity.MainActivity',
|
'com.yaerxing.fkst.activity.MainActivity',
|
||||||
'com.yaerxing.fkst.activity.SplashActivity',
|
'com.yaerxing.fkst.activity.SplashActivity',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.yitong.mbank.psbc.module.app.view.customview.dialog.DialogUpdateApk',
|
'com.yitong.mbank.psbc.module.app.view.customview.dialog.DialogUpdateApk',
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ export default defineAppConfig({
|
|||||||
key: 6,
|
key: 6,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
desc: '占位,暂无作用',
|
desc: '占位,暂无作用',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.youku.v2.HomePageEntry',
|
activityIds: 'com.youku.v2.HomePageEntry',
|
||||||
rules: [],
|
rules: [],
|
||||||
snapshotUrls: [],
|
snapshotUrls: [],
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.zhaopin.social.my.setting.AboutUsActivity',
|
activityIds: 'com.zhaopin.social.my.setting.AboutUsActivity',
|
||||||
rules:
|
rules:
|
||||||
'[id="com.zhaopin.social:id/update"] + [id="com.zhaopin.social:id/ignore"]',
|
'[id="com.zhaopin.social:id/update"] + [id="com.zhaopin.social:id/ignore"]',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.zhengnengliang.precepts.ui.activity.MainActivity',
|
'com.zhengnengliang.precepts.ui.activity.MainActivity',
|
||||||
'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
||||||
|
|||||||
@@ -108,9 +108,9 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
enable: false,
|
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
||||||
rules: '[text*="用户已升级"] < * + [desc="关闭"]',
|
rules: '[text*="用户已升级"] < * + [desc="关闭"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13218347',
|
snapshotUrls: 'https://i.gkd.li/import/13218347',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
||||||
rules: '[text*="新版本"] +(2) [text="取消"]',
|
rules: '[text*="新版本"] +(2) [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12706195',
|
snapshotUrls: 'https://i.gkd.li/import/12706195',
|
||||||
|
|||||||
@@ -38,9 +38,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
resetMatch: 'app',
|
|
||||||
actionMaximum: 1,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user