mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(智慧笑联) 更新弹窗、全屏广告-关注公众号弹窗
This commit is contained in:
25
src/apps/com.xiaolian.prometheus.ts
Normal file
25
src/apps/com.xiaolian.prometheus.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user