mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
26 lines
660 B
TypeScript
26 lines
660 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xiaolian.prometheus',
|
|
name: '智慧笑联',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '@[vid="close_rel"] - * > [text="发现新版本"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14292788',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-关注公众号弹窗',
|
|
activityIds: 'com.xiaolian.home.ui.HomeActivity',
|
|
quickFind: true,
|
|
rules: '@[vid="close_img"] + [text="关注"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14292789',
|
|
},
|
|
],
|
|
});
|