mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(航旅纵横): 升级提示 (#727)
* feat(QQ): 扫码登录确认 (gkd-kit#593) * fix(QQ): 优化规则 使用Button[text="拒绝"] - Button[text="登录"] 防止不同版本的 QQ 控件 id 不一致 * feat(支付宝): 开启定位提示 (gkd-kit#269) * Revert "feat(支付宝): 开启定位提示 (gkd-kit#269)" This reverts commit 6426c5d7280e4b463d43d68af6681b93034ccdfe. * feat(航旅纵横): 首页-升级提示(gkd-kit#726) * feat(航旅纵横): 首页-升级提示-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -11,6 +11,20 @@ export default defineAppConfig({
|
|||||||
rules: '[id="com.umetrip.android.msky.app:id/tv_jump"][text$="跳过"]',
|
rules: '[id="com.umetrip.android.msky.app:id/tv_jump"][text$="跳过"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642287',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642287',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 9,
|
||||||
|
name: '首页-升级提示',
|
||||||
|
activityIds: [
|
||||||
|
'com.miui.home.launcher.Launcher',
|
||||||
|
'com.umetrip.android.msky.homepage.activity.UmeHomeActivity',
|
||||||
|
],
|
||||||
|
rules:
|
||||||
|
'@[id="com.umetrip.android.msky.app:id/iv_cancel"] - * > [id="com.umetrip.android.msky.app:id/btn_upgrade"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12838294',
|
||||||
|
'https://gkd-kit.gitee.io/import/12838293',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user