feat(叮嗒出行): 开屏广告 (#1923)

* Create com.dingda.app.ts

* feat(叮嗒出行): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>

close #1919
This commit is contained in:
walklty
2023-11-09 18:21:02 +08:00
committed by GitHub
parent ecf036e21c
commit 0890fb80f8

View File

@@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.dingda.app',
name: '叮嗒出行',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: [
'[id="com.dingda.app:id/adContent"]',
'[id!=null][id="com.byted.pangle:id/tt_splash_skip_btn"]', // 不能 quickFind
],
snapshotUrls: 'https://i.gkd.li/import/13290327',
},
],
},
],
});