mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(支付宝): 关闭花呗升级弹窗 (#410)
This commit is contained in:
17
src/apps/com.eg.android.AlipayGphone.ts
Normal file
17
src/apps/com.eg.android.AlipayGphone.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.eg.android.AlipayGphone',
|
||||||
|
name: '支付宝',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 0,
|
||||||
|
name: '关闭花呗升级弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
|
||||||
|
rules: 'View[childCount=3] > @Image - View[text="花呗服务升级"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12737055',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user