Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(腾讯地图): 开屏广告 (#2246)
Browse files Browse the repository at this point in the history
close #2237
  • Loading branch information
jiuqianyuan authored Nov 18, 2023
1 parent a53c94f commit 0ac1d76
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.tencent.map.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.tencent.map',
name: '腾讯地图',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13400128',
},
],
});

0 comments on commit 0ac1d76

Please sign in to comment.