mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
35 lines
921 B
TypeScript
35 lines
921 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.csair.mbp',
|
|
name: '南方航空',
|
|
groups: [
|
|
{
|
|
key: 3,
|
|
name: '全屏广告-首页弹窗广告',
|
|
quickFind: true,
|
|
activityIds: 'com.csair.mbp.CSMBPActivity',
|
|
rules: '[id="com.csair.mbp:id/close_btn"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13197497',
|
|
},
|
|
{
|
|
key: 4,
|
|
name: '功能类-长辈版弹窗',
|
|
desc: '点击[暂不开启]',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.csair.mbp.CSMBPActivity',
|
|
matches: '[text="开启长辈版"] -2 [text="暂不开启"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/8744f8c6-7f9a-4f7b-a5c7-68de1701cd7b',
|
|
snapshotUrls: 'https://i.gkd.li/i/14810700',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|