mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
* 钉钉:自动点击原图 * 钉钉:自动点击原图 * 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>
30 lines
709 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|