mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
23 lines
544 B
TypeScript
23 lines
544 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jdcloud.mt.smartrouter',
|
|
name: '京东云无线宝',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
matches: '[vid="iv_close"][clickable=true]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/26521f31-ee9b-4bab-8275-fab75a76c96e',
|
|
snapshotUrls: 'https://i.gkd.li/i/14432168',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|