mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(京东云无线宝): 全屏广告-广告弹窗
This commit is contained in:
22
src/apps/com.jdcloud.mt.smartrouter.ts
Normal file
22
src/apps/com.jdcloud.mt.smartrouter.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user