feat: Spotify-局部广告-卡片广告 (#1598)
This commit is contained in:
21
src/apps/com.spotify.music.ts
Normal file
21
src/apps/com.spotify.music.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.spotify.music',
|
||||
name: 'Spotify',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
fastQuery: true,
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.SpotifyMainActivity',
|
||||
matches: '[vid="ad_tag"] + [vid="close_button"][clickable=true]',
|
||||
exampleUrls: 'https://e.gkd.li/539c0135-9b5b-44c2-baec-4eb9953f8e69',
|
||||
snapshotUrls: 'https://i.gkd.li/i/24270410',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user