mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
41 lines
1.1 KiB
TypeScript
41 lines
1.1 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.alibaba.ailabs.tg',
|
|
name: '天猫精灵',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules:
|
|
'[id="com.alibaba.ailabs.tg:id/ll_download"] + [id="com.alibaba.ailabs.tg:id/va_dialog_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13296332',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-超级会员弹窗',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
position: {
|
|
left: 'width * 0.9444',
|
|
top: 'width * 1.0583',
|
|
},
|
|
activityIds:
|
|
'com.alibaba.ailabs.flutter.container.FlutterPaymentActivity',
|
|
matches: 'FrameLayout > LinearLayout > [id="android:id/content"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/4a823639-f400-4249-81ea-f920d09317f4',
|
|
snapshotUrls: 'https://i.gkd.li/i/14443874',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|