feat(智慧笑联) 更新提示、全屏广告-关注公众号弹窗 (#52)

This commit is contained in:
AIsouler
2024-02-15 19:56:29 +08:00
committed by GitHub

View File

@@ -0,0 +1,25 @@
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/import/14292788',
},
{
key: 2,
name: '全屏广告-关注公众号弹窗',
activityIds: 'com.xiaolian.home.ui.HomeActivity',
quickFind: true,
rules: '@[vid="close_img"] + [text="关注"]',
snapshotUrls: 'https://i.gkd.li/import/14292789',
},
],
});