mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(Blued): 开屏广告,交友页面-广告卡片 (#562)
This commit is contained in:
parent
5da7a279d1
commit
e5b1fb542b
23
src/apps/com.soft.blued.ts
Normal file
23
src/apps/com.soft.blued.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.soft.blued',
|
||||
name: 'Blued',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.blued.android.core.ui.TerminalActivity',
|
||||
rules: '[id="com.soft.blued:id/fl_ad_content"] >n [text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12777070',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '交友页面-广告卡片',
|
||||
activityIds: 'com.blued.android.core.ui.TerminalActivity',
|
||||
rules:
|
||||
'[id="com.soft.blued:id/ad_container"] >n [id="com.soft.blued:id/img_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12777097',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user