mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(WiFi万能钥匙): 局部广告-连接WiFi界面右侧悬浮广告、局部广告-“我的”界面广告卡片 (#212)
This commit is contained in:
@@ -67,5 +67,31 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '局部广告-连接WiFi界面右侧悬浮广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
activityIds: 'com.wifitutu.ui.main.MainActivity',
|
||||
matches: '[vid="img_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15284722',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '局部广告-“我的”界面广告卡片',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
activityIds: 'com.wifitutu.ui.main.MainActivity',
|
||||
matches: '@* - [vid="native_express_ad_logo_tv"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15284730',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user