mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(摩托范): 弹窗广告(删除多余字段) (#2709)
This commit is contained in:
@@ -6,8 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '第三方 SDK 广告弹窗',
|
name: '弹窗广告',
|
||||||
matchLauncher: true,
|
|
||||||
activityIds: [],
|
activityIds: [],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -29,7 +28,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]',
|
matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12826288'],
|
snapshotUrls: 'https://i.gkd.li/import/12826288',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user