Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 983eec4

Browse files
committed
feat(Blued):局部广告(补充规则)
1 parent 21005d9 commit 983eec4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/apps/com.soft.blued.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineAppConfig({
66
groups: [
77
{
88
key: 1,
9-
name: '卡片式广告',
9+
name: '局部广告-卡片式广告',
1010
rules: [
1111
{
1212
key: 0,
@@ -23,6 +23,15 @@ export default defineAppConfig({
2323
'https://i.gkd.li/import/13699455', // activityIds: 'com.soft.blued.ui.home.HomeActivity',
2424
],
2525
},
26+
{
27+
key: 1,
28+
quickFind: true,
29+
activityIds: 'com.soft.blued.ui.home.HomeActivity',
30+
matches: '[id="com.soft.blued:id/ad_option"]',
31+
exampleUrls:
32+
'https://m.gkd.li/57941037/65ee5632-c54b-4ef6-95e9-e57582ff7017',
33+
snapshotUrls: 'https://i.gkd.li/import/14149470',
34+
},
2635
],
2736
},
2837
{

0 commit comments

Comments
 (0)