mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat: 评价提示(补充字段)
This commit is contained in:
@@ -51,6 +51,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '评价提示-app评分',
|
name: '评价提示-app评分',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['cn.soulapp.android.component.chat.ConversationActivity'],
|
activityIds: ['cn.soulapp.android.component.chat.ConversationActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -38,8 +38,11 @@ export default defineAppConfig({
|
|||||||
key: 4,
|
key: 4,
|
||||||
name: '评价提示',
|
name: '评价提示',
|
||||||
desc: '点击下次再说',
|
desc: '点击下次再说',
|
||||||
activityIds: ['com.baidu.youavideo.home.view.HomeActivity'],
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
activityIds: ['com.baidu.youavideo.home.view.HomeActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id="com.baidu.youavideo:id/tv_next_time"]',
|
matches: '[id="com.baidu.youavideo:id/tv_next_time"]',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '评价提示-评论区满意度评价',
|
name: '评价提示-评论区满意度评价',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.bilibili.video.story.StoryVideoActivity',
|
activityIds: 'com.bilibili.video.story.StoryVideoActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -16,6 +19,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '评价提示-APP评分',
|
name: '评价提示-APP评分',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
||||||
rules: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
rules: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
||||||
|
|||||||
@@ -68,6 +68,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '评价提示',
|
name: '评价提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
activityIds: 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
||||||
rules: '@[text="取消"] + [text="好评"]',
|
rules: '@[text="取消"] + [text="好评"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13692761',
|
snapshotUrls: 'https://i.gkd.li/import/13692761',
|
||||||
|
|||||||
@@ -133,6 +133,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '评价提示-关闭评分反馈弹窗',
|
name: '评价提示-关闭评分反馈弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.douban.frodo.activity.SplashActivity',
|
activityIds: 'com.douban.frodo.activity.SplashActivity',
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
@@ -31,10 +31,12 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
key: 3,
|
||||||
name: '评价提示',
|
name: '评价提示',
|
||||||
desc: '点击[下次再说]',
|
desc: '点击[下次再说]',
|
||||||
key: 3,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.miui.home.launcher.Launcher'],
|
activityIds: ['com.miui.home.launcher.Launcher'],
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -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.fenbi.android.leo.imgsearch.sdk.activity.NewCheckCameraActivity',
|
'com.fenbi.android.leo.imgsearch.sdk.activity.NewCheckCameraActivity',
|
||||||
rules: '@[text="残忍拒绝"] + [text*="好评"][text.length<=10]',
|
rules: '@[text="残忍拒绝"] + [text*="好评"][text.length<=10]',
|
||||||
|
|||||||
@@ -84,6 +84,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '评价提示-请求好评弹窗',
|
name: '评价提示-请求好评弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -42,8 +42,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '评价提示-满意度打分弹窗',
|
name: '评价提示-满意度打分弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
resetMatch: 'app',
|
||||||
rules: '[text*="满意度打几分"] + ImageView',
|
rules: '[text*="满意度打几分"] + ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13804561',
|
snapshotUrls: 'https://i.gkd.li/import/13804561',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '评价提示-好评弹窗',
|
name: '评价提示-好评弹窗',
|
||||||
activityIds: 'com.xiaomi.fitness.baseui.common.CommonBaseActivity',
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
activityIds: 'com.xiaomi.fitness.baseui.common.CommonBaseActivity',
|
||||||
rules: '[id="com.mi.health:id/nextView"][text="下次再说"]',
|
rules: '[id="com.mi.health:id/nextView"][text="下次再说"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13258813',
|
snapshotUrls: 'https://i.gkd.li/import/13258813',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ export default defineAppConfig({
|
|||||||
name: '评价提示-APP评分弹窗',
|
name: '评价提示-APP评分弹窗',
|
||||||
desc: '点击【x】',
|
desc: '点击【x】',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.sina.weibo.MainTabActivity',
|
activityIds: 'com.sina.weibo.MainTabActivity',
|
||||||
|
|||||||
@@ -91,11 +91,12 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
quickFind: true,
|
|
||||||
actionMaximum: 1,
|
|
||||||
resetMatch: 'app',
|
|
||||||
name: '评价提示-去商店评分',
|
name: '评价提示-去商店评分',
|
||||||
desc: '点击[取消]',
|
desc: '点击[取消]',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||||
rules: '@[text="取消"] +2 [text="五星好评"]',
|
rules: '@[text="取消"] +2 [text="五星好评"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13053628',
|
snapshotUrls: 'https://i.gkd.li/import/13053628',
|
||||||
|
|||||||
@@ -140,11 +140,13 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '评价提示',
|
name: '评价提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
enable: false,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.twitter.app.main.MainActivity',
|
activityIds: 'com.twitter.app.main.MainActivity',
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '评价提示-好评反馈',
|
name: '评价提示-好评反馈',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.xt.retouch.uilauncher.MainActivity',
|
activityIds: 'com.xt.retouch.uilauncher.MainActivity',
|
||||||
rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]',
|
rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13062637',
|
snapshotUrls: 'https://i.gkd.li/import/13062637',
|
||||||
|
|||||||
@@ -93,11 +93,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '评价提示',
|
name: '评价提示',
|
||||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
resetMatch: 'app',
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
matchDelay: 10000,
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||||
rules: '[id="com.youdao.dict:id/btn_never"][text*="不再提醒"]',
|
rules: '[id="com.youdao.dict:id/btn_never"][text*="不再提醒"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13540941',
|
snapshotUrls: 'https://i.gkd.li/import/13540941',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -52,6 +52,9 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
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/12744951',
|
snapshotUrls: 'https://i.gkd.li/import/12744951',
|
||||||
|
|||||||
@@ -143,9 +143,12 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '评价提示-请求好评弹窗',
|
name: '评价提示-请求好评弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.zmzx.college.search.activity.camerasdk.ZybCameraSDKActivity',
|
'com.zmzx.college.search.activity.camerasdk.ZybCameraSDKActivity',
|
||||||
quickFind: true,
|
|
||||||
rules:
|
rules:
|
||||||
'[id="com.zmzx.college.search:id/iv_logo"] + [id="com.zmzx.college.search:id/siv_close"]',
|
'[id="com.zmzx.college.search:id/iv_logo"] + [id="com.zmzx.college.search:id/siv_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13476308',
|
snapshotUrls: 'https://i.gkd.li/import/13476308',
|
||||||
|
|||||||
@@ -17,6 +17,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '评价提示-赏好评弹窗',
|
name: '评价提示-赏好评弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.baidu.homework.activity.init.InitActivity',
|
activityIds: 'com.baidu.homework.activity.init.InitActivity',
|
||||||
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
||||||
|
|||||||
@@ -7,7 +7,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '评价提示-评分弹窗',
|
name: '评价提示-评分弹窗',
|
||||||
desc: '自动点击 LATER 。',
|
desc: '自动点击 LATER ',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds:
|
activityIds:
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '评价提示-应用评分弹窗',
|
name: '评价提示-应用评分弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'me.chunyu.ChunyuDoctor.Activities.WelcomeActivity',
|
'me.chunyu.ChunyuDoctor.Activities.WelcomeActivity',
|
||||||
'me.chunyu.ChunyuDoctor.Activities.MainActivity',
|
'me.chunyu.ChunyuDoctor.Activities.MainActivity',
|
||||||
|
|||||||
@@ -80,8 +80,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '评价提示-软件好评弹窗',
|
name: '评价提示-软件好评弹窗',
|
||||||
resetMatch: 'app',
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'net.csdn.csdnplus.activity.MainActivity',
|
activityIds: 'net.csdn.csdnplus.activity.MainActivity',
|
||||||
rules: '[id="net.csdn.csdnplus:id/tv_cancel"][text="残忍拒绝"]',
|
rules: '[id="net.csdn.csdnplus:id/tv_cancel"][text="残忍拒绝"]',
|
||||||
|
|||||||
Reference in New Issue
Block a user