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

Commit

Permalink
feat(BT磁力下载器): 开屏广告 (#2889)
Browse files Browse the repository at this point in the history
* Create com.ncili.jie.ts

BT磁力下载器开屏广告

* chore(actions): check_format_lint

* feat(BT磁力下载器): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2023
1 parent f8d32e8 commit 059edd5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/apps/com.ncili.jie.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.ncili.jie',
name: 'BT磁力下载器',
groups: [
{
name: '开屏广告',
key: 0,
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
matches: ['[id="com.ncili.jie:id/skip_view2"]'],
snapshotUrls: ['https://i.gkd.li/import/13544299'],
exampleUrls: [
'https://m.gkd.li/58279234/fdda12a5-3a0a-450e-947e-73b48c1667da',
],
},
],
},
],
});

0 comments on commit 059edd5

Please sign in to comment.