Skip to content

Commit

Permalink
feat(Blued):局部广告(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Feb 3, 2024
1 parent 21005d9 commit 983eec4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/apps/com.soft.blued.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '卡片式广告',
name: '局部广告-卡片式广告',
rules: [
{
key: 0,
Expand All @@ -23,6 +23,15 @@ export default defineAppConfig({
'https://i.gkd.li/import/13699455', // activityIds: 'com.soft.blued.ui.home.HomeActivity',
],
},
{
key: 1,
quickFind: true,
activityIds: 'com.soft.blued.ui.home.HomeActivity',
matches: '[id="com.soft.blued:id/ad_option"]',
exampleUrls:
'https://m.gkd.li/57941037/65ee5632-c54b-4ef6-95e9-e57582ff7017',
snapshotUrls: 'https://i.gkd.li/import/14149470',
},
],
},
{
Expand Down

0 comments on commit 983eec4

Please sign in to comment.