mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(手机天猫): 系统通知+安装新版本的新ActivityId (#1842)
* feat(手机天猫): 系统通知+安装新版本的新ActivityId * 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:
@@ -8,8 +8,9 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchTime: 10000,
|
||||||
activityIds: 'com.tmall.wireless.maintab.module.TMMainTabActivity',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]',
|
rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162604',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162604',
|
||||||
},
|
},
|
||||||
@@ -17,9 +18,15 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新',
|
name: '版本更新',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tmall.wireless.splash.TMSplashActivity',
|
activityIds: [
|
||||||
rules: '[id="com.tmall.wireless:id/update_button_cancel"] [text="取消"]',
|
'com.tmall.wireless.splash.TMSplashActivity',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162603',
|
'com.tmall.wireless.maintab.module.TMMainTabActivity',
|
||||||
|
],
|
||||||
|
rules: '[id="com.tmall.wireless:id/update_button_cancel"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/13162603', //com.tmall.wireless.splash.TMSplashActivity
|
||||||
|
'https://gkd-kit.gitee.io/import/13258201', //com.tmall.wireless.maintab.module.TMMainTabActivity
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
@@ -40,5 +47,15 @@ export default defineAppConfig({
|
|||||||
'https://gkd-kit.gitee.io/import/13222510', //com.tmall.wireless.webview.TMCommonWebViewActivity
|
'https://gkd-kit.gitee.io/import/13222510', //com.tmall.wireless.webview.TMCommonWebViewActivity
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '系统通知',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds:
|
||||||
|
'com.tmall.wireless.messagebox.activity.TMMsgboxMainActivity',
|
||||||
|
rules: 'View[text="开启系统通知"] - View[clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13258215',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user