Files
AIsouler-GKD_subscription/src/apps/com.dingda.app.ts
Ran0929 e04cc4d1d2 feat(叮嗒出行): 开屏广告优化 (#2282)
* 钉钉:自动点击原图

* 钉钉:自动点击原图

* chore(actions): check_format_lint

* 叮嗒出行:开屏广告优化

* chore(actions): check_format_lint

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
2023-11-20 22:02:20 +08:00

30 lines
709 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.dingda.app',
name: '叮嗒出行',
groups: [
{
key: 0,
name: '开屏广告',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
matchTime: 10000,
rules: [
{
key: 0,
matches:
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="com.dingda.app:id/adContent"]',
snapshotUrls: 'https://i.gkd.li/import/13290327',
},
{
actionMaximumKey: 0,
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13403575',
},
],
},
],
});