Files
AIsouler-GKD_subscription/src/apps/com.tencent.wemeet.app.ts
2025-11-27 16:31:14 +08:00

67 lines
1.7 KiB
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.tencent.wemeet.app',
name: '腾讯会议',
groups: [
{
key: 1,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.StartupActivity',
matches: '[text^="腾讯会议新版本"] +3 * > [text="下次安装"]',
snapshotUrls: 'https://i.gkd.li/i/14332625',
},
],
},
{
key: 2,
name: '评价提示-通话质量评价',
rules: [
{
fastQuery: true,
activityIds:
'com.tencent.wemeet.sdk.meeting.aftermeeting.AfterMeetingFeedbackMeetingExperienceActivity',
matches: [
'[text="通话品质如何"]',
'[vid="closeBtn"][clickable=true]',
],
snapshotUrls: 'https://i.gkd.li/i/23786665',
},
],
},
{
key: 3,
name: '局部广告-卡片广告',
rules: [
{
fastQuery: true,
activityIds:
'com.tencent.wemeet.sdk.meeting.premeeting.home.HomeActivity',
matches:
'@Button[clickable=true][childCount=1] > ImageView[childCount=0][width<80 && height<80] <<n [vid="operatingBannerContainer"]',
snapshotUrls: 'https://i.gkd.li/i/23786670',
},
],
},
{
key: 4,
name: '全屏广告',
rules: [
{
fastQuery: true,
activityIds:
'com.tencent.wemeet.sdk.meeting.aftermeeting.AfterMeetingPictureActivity',
matches: '[vid="btnClose"]',
snapshotUrls: 'https://i.gkd.li/i/23787037',
},
],
},
],
});