mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 05:32:20 +08:00
feat(BT磁力下载器): 开屏广告 (#2889)
* 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 <i@songe.li>
This commit is contained in:
parent
f8d32e86df
commit
059edd57cc
25
src/apps/com.ncili.jie.ts
Normal file
25
src/apps/com.ncili.jie.ts
Normal file
|
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user