mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(花小猪打车): 更新提示、全屏广告-广告弹窗
This commit is contained in:
39
src/apps/com.huaxiaozhu.rider.ts
Normal file
39
src/apps/com.huaxiaozhu.rider.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user