feat(花小猪打车): 更新提示、全屏广告-广告弹窗

This commit is contained in:
aisouler
2024-02-12 12:08:42 +08:00
parent 13fde3a2af
commit 0c040f8725

View File

@@ -0,0 +1,39 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huaxiaozhu.rider',
name: '花小猪打车',
groups: [
{
key: 1,
name: '更新提示',
desc: '点击"稍后更新"',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text="稍后更新"]',
exampleUrls:
'https://m.gkd.li/57941037/7b5e81bf-6c51-4222-b832-ba4176be2a4b',
snapshotUrls: 'https://i.gkd.li/import/14233480',
},
],
},
{
key: 2,
name: '全屏广告-广告弹窗',
desc: '点击关闭',
rules: [
{
quickFind: true,
activityIds: 'com.huaxiaozhu.sdk.app.MainActivity',
matches: '[vid="popClose"]',
exampleUrls:
'https://m.gkd.li/57941037/1555a2be-92cb-4360-b50f-019f30955a22',
snapshotUrls: 'https://i.gkd.li/import/14233488',
},
],
},
],
});