feat: 更新提示(补充字段)

This commit is contained in:
aisouler
2024-02-06 18:15:01 +08:00
parent 3d37335c03
commit c8c19f17f6
49 changed files with 132 additions and 14 deletions

View File

@@ -21,6 +21,9 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.douyu.module.update.view.UpdateDialog',
'com.douyu.module.home.pages.main.MainActivity',

View File

@@ -23,6 +23,7 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'cn.com.ruijie.wifibox.activity.MainActivity',
rules: [
'@ImageView[id="cn.com.ruijie.magicbox:id/imageView_close"] +(2) RelativeLayout > LinearLayout > [text*="新版本"]',

View File

@@ -34,6 +34,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'cn.lezhi.speedtest.main5.MainV5Activity',
rules:
'[id="cn.lezhi.speedtest:id/rl_update_dialog_layout"] >n [id="cn.lezhi.speedtest:id/iv_close"]',

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'cn.speedtest.lite.main.MainActivity',
rules:
'@[id="cn.speedtest.lite:id/iv_close"] - [id="cn.speedtest.lite:id/ll_main_pane"] >2 [id="cn.speedtest.lite:id/tv_upgrade_content"]',

View File

@@ -53,6 +53,9 @@ export default defineAppConfig({
enable: false,
key: 3,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.android.packageinstaller.permission.ui.GrantPermissionsActivity',
'cn.wps.moffice.main.local.HomeRootActivity',

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'cn.xiaochuankeji.tieba.ui.home.setting.SettingActivity',
rules: [
{

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.alibaba.android.rimet.biz.SplashActivity',
rules: '@[text="取消"] + [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/import/12715139',

View File

@@ -25,7 +25,7 @@ export default defineAppConfig({
enable: false,
key: 3,
name: '更新提示',
desc: '自动点击忽略',
desc: '自动点击忽略',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.ai.obc.cbn.app.ui.other.activity.MainActivity',
'com.ai.obc.cbn.app.ui.main.fragment.MainFragment',

View File

@@ -9,6 +9,9 @@ export default defineAppConfig({
key: 1,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.alibaba.ailabs.tg.activity.HomeActivity',
rules:
'[id="com.alibaba.ailabs.tg:id/ll_download"] + [id="com.alibaba.ailabs.tg:id/va_dialog_cancel"]',

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.alibaba.wireless.launch.home.V5HomeActivity',
'com.alibaba.wireless.workbench.myali.MyAliSettingActivity',

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="以后再说"] + [text="立即更新"]',

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
enable: false,
key: 0,
name: '更新提示-MIUI更新弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.android.updater.MainActivity',
'com.android.settings.SubSettings',

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -95,6 +95,9 @@ export default defineAppConfig({
key: 7,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.baidu.baidumaps.MapsActivity',
rules: 'ImageView[id="com.baidu.BaiduMap:id/cancel_update"]',
snapshotUrls: 'https://i.gkd.li/import/12909385',

View File

@@ -68,6 +68,7 @@ export default defineAppConfig({
key: 6,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="立即更新"] -n [text="下次再说"]', //使用ID会导致误触例如删除确认https://i.gkd.li/import/13069049

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.baidu.newbridge.fast.MainFastActivity',
'com.miui.home.launcher.Launcher',

View File

@@ -8,8 +8,11 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示-软件升级提醒',
activityIds: ['com.baidu.youavideo.home.view.HomeActivity'],
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: ['com.baidu.youavideo.home.view.HomeActivity'],
rules: [
{
matches:

View File

@@ -24,6 +24,9 @@ export default defineAppConfig({
key: 1,
name: '更新提示',
desc: '点击 暂不更新',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.bankcomm.module.biz.webcontainer.BCMHtml5Activity',
'com.bankcomm.module.biz.home.MainActivity',

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.boohee.library.update.UpdateDialogActivity',
rules:
'@[id="com.boohee.one:id/tv_ignore"] + [id="com.boohee.one:id/tv_update"]',

View File

@@ -6,10 +6,13 @@ export default defineAppConfig({
deprecatedKeys: [0],
groups: [
{
enable: false,
key: 1,
name: '更新提示',
quickFind: true,
enable: false,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.bw.zsch.MainActivityTab'],
rules: '[id="com.bw30.zsch:id/tv_cancel"]',
snapshotUrls: ['https://i.gkd.li/import/13068699'],

View File

@@ -8,8 +8,9 @@ export default defineAppConfig({
enable: false,
key: 1,
name: '更新提示',
resetMatch: 'app',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.byd.aeri.splash.module_splash.activity.TabManager'],
rules: [
{

View File

@@ -40,9 +40,12 @@ export default defineAppConfig({
snapshotUrls: ['https://i.gkd.li/import/12914450'],
},
{
enable: false,
key: 4,
name: '更新提示',
enable: false,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: [
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',

View File

@@ -7,8 +7,11 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
activityIds: 'com.cf.dubaji.module.main.MainActivity',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: 'com.cf.dubaji.module.main.MainActivity',
rules: [
{
key: 0,

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:

View File

@@ -26,6 +26,7 @@ export default defineAppConfig({
{
key: 3,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.cnki.client.core.navigator.main.HomeActivity'],
rules: '[id="com.cnki.client:id/update_undo"]',
snapshotUrls: 'https://i.gkd.li/import/12854857',

View File

@@ -8,6 +8,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.cnki.view.core.navigator.main.HomeActivity',
'com.cnki.view.core.tramp.main.SplashActivity',

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.ruili.android.taierspeed.main.MainActivity',
rules: [
'[id="com.cnspeedtest.globalspeed:id/vision_btn_ok"][text="更新"] +2 [id="com.cnspeedtest.globalspeed:id/vision_btn_cancel"]',

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
key: 3,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [

View File

@@ -109,8 +109,11 @@ export default defineAppConfig({
},
{
key: 1,
quickFind: true,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: 'com.coolapk.market.view.main.MainActivity',
snapshotUrls: 'https://i.gkd.li/import/12503762',
rules: '[text=`立即更新`] - [text=`取消`]',

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.csg.palmhall.MainActivity'],
rules: '@[text="关闭"] + [text="升级"]',
snapshotUrls: ['https://i.gkd.li/import/12700060'],

View File

@@ -17,6 +17,7 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.dep.biguo.dialog',
rules: '@[text="取消"] +2 [text="立即更新"]',
snapshotUrls: 'https://i.gkd.li/import/12708751',

View File

@@ -46,11 +46,11 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
activityIds: 'com.dongqiudi.news.DownloadActivity',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.dongqiudi.news.DownloadActivity',
rules: 'TextView[text*="新版本"] +3 TextView[text="下次提醒"]',
snapshotUrls: 'https://i.gkd.li/import/12620586',
},

View File

@@ -44,6 +44,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -23,6 +23,9 @@ export default defineAppConfig({
{
key: 3,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: 'com.dw.btime.base_library.dialog.DWBaseDialog',
rules:

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.eastmoney.android.module.launcher.internal.home.HomeActivity',
'com.bbk.launcher2.Launcher',

View File

@@ -28,6 +28,7 @@ export default defineAppConfig({
{
key: 3,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@FrameLayout[clickable=true] - * >2 [desc="立即升级"]',

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="暂不更新"] + [text="立即更新"]',

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
enable: false,
key: 0,
name: '更新提示-关闭花呗升级弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
@@ -89,6 +90,7 @@ export default defineAppConfig({
enable: false,
key: 3,
name: '更新提示-版本更新弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,

View File

@@ -6,9 +6,12 @@ export default defineAppConfig({
groups: [
{
key: 1,
quickFind: true,
name: '更新提示',
desc: '点击取消',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '@[text="取消"] + [text="立即升级"]',

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="发现新版本"] +n * > [text="忽略"]',

View File

@@ -7,6 +7,9 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.fenbi.android.module.home.HomeActivity',
rules: [
{

View File

@@ -63,6 +63,9 @@ export default defineAppConfig({
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.firebear.androil.app.home.MainActivity',
rules:
'@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]',

View File

@@ -8,10 +8,13 @@ export default defineAppConfig({
key: 0,
name: '更新提示-取消更新',
desc: '点击[以后再说]',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
activityIds: [
'com.google.android.apps.photos.update.treatment.UpdateAppTreatmentPromoPageActivity',
],
quickFind: true,
rules: [
{
matches:

View File

@@ -7,10 +7,19 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
snapshotUrls: 'https://i.gkd.li/import/12534264',
rules:
'Button[text="以后再说"][id^="com.greenpoint.android.mc10086.activity:id/dialog_btn"]',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
matches:
'Button[text="以后再说"][id^="com.greenpoint.android.mc10086.activity:id/dialog_btn"]',
exampleUrls:
'https://m.gkd.li/57941037/65ee49f0-f3f2-4ef8-9f76-e832b0551b86',
snapshotUrls: 'https://i.gkd.li/import/12534264',
},
],
},
{
key: 2,