feat(淘宝): 开启悬浮窗权限弹窗 (#2915)

* feat(淘宝): 开启悬浮窗权限弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: adproqwq <2757917031@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq
2023-12-08 20:27:40 +08:00
committed by GitHub
parent 395e18a2e0
commit c1bc8b41e4

View File

@@ -150,5 +150,19 @@ export default defineAppConfig({
rules: '@[text="关闭"] < * <3 * < * + * >3 [text$="小额免密支付"]',
snapshotUrls: 'https://i.gkd.li/import/13438414',
},
{
enable: false,
key: 14,
name: '开启悬浮窗权限',
desc: '点击“否”',
activityIds:
'com.taobao.android.detail2.core.framework.floatwindow.permission.PermissionActivity',
quickFind: true,
actionMaximum: 1,
resetMatch: 'activity',
matchTime: 10000,
rules: '[id="android:id/button2"]',
snapshotUrls: 'https://i.gkd.li/import/13588165',
},
],
});