mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
36 lines
916 B
TypeScript
36 lines
916 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sf.activity',
|
|
name: '顺丰速运',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches:
|
|
'@[text="取消"] < ViewGroup - ScrollView >(2) [text*="新版本"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12642445',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '@[desc="取消"] - ViewGroup >n [text="立即升级"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13291144',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '功能类-专属月报弹窗',
|
|
activityIds: 'com.sf.activity.MainActivity',
|
|
rules: ['[id="MonthReportDialogCloseBtn"] > ImageView'],
|
|
snapshotUrls: 'https://i.gkd.li/import/12642441',
|
|
},
|
|
],
|
|
});
|