mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* 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>
26 lines
584 B
TypeScript
26 lines
584 B
TypeScript
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',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|