mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
679 B
TypeScript
24 lines
679 B
TypeScript
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://i.gkd.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://i.gkd.li/import/12777097',
|
|
},
|
|
],
|
|
});
|