mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(钉钉): 消息列表上方广告+文件即将过期提示 (#2021)
* feat(钉钉): 消息列表上方广告+文件即将过期提示 * chore(actions): check_format_lint * feat(钉钉): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,24 +7,60 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
matchLauncher: true,
|
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'com.alibaba.android.rimet.biz.SplashActivity',
|
|
||||||
matches:
|
matches:
|
||||||
'[id="com.alibaba.android.rimet:id/btn_check_detail"||text^="跳过"]',
|
'[id="com.alibaba.android.rimet:id/btn_check_detail"][text^="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12506211',
|
snapshotUrls: 'https://i.gkd.li/import/12506211',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds: 'com.alibaba.android.rimet.biz.SplashAdvertiseActivity',
|
|
||||||
matches:
|
matches:
|
||||||
'[id="com.alibaba.android.rimet:id/splash_advertise_pass_text"]',
|
'[id="com.alibaba.android.rimet:id/splash_advertise_pass_text"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12837220',
|
snapshotUrls: 'https://i.gkd.li/import/12837220',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 1,
|
||||||
|
name: '消息列表上方广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'ImageView < FrameLayout + FrameLayout > [id="com.alibaba.android.rimet:id/icft_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13325125',
|
||||||
|
action: 'clickCenter',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 2,
|
||||||
|
name: '文件即将过期提示',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'@FrameLayout[id="com.alibaba.android.rimet:id/layout_close"] -2 TextView[text="文件即将过期请备份"]',
|
||||||
|
action: 'clickCenter',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13325125',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user