mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15: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,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
activityIds: 'com.tmall.wireless.maintab.module.TMMainTabActivity',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162604',
|
||||
},
|
||||
@@ -17,9 +18,15 @@ export default defineAppConfig({
|
||||
key: 1,
|
||||
name: '版本更新',
|
||||
quickFind: true,
|
||||
activityIds: 'com.tmall.wireless.splash.TMSplashActivity',
|
||||
rules: '[id="com.tmall.wireless:id/update_button_cancel"] [text="取消"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162603',
|
||||
activityIds: [
|
||||
'com.tmall.wireless.splash.TMSplashActivity',
|
||||
'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,
|
||||
@@ -40,5 +47,15 @@ export default defineAppConfig({
|
||||
'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