feat(腾讯会议) 更新提示

This commit is contained in:
Kun Jinkao
2024-02-19 23:04:41 +08:00
parent 3dfb0c6401
commit 6f28cae253

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tencent.wemeet.app',
name: '腾讯会议',
groups: [
{
key: 1,
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="腾讯会议新版本"] +3 * > [text="下次安装"]',
snapshotUrls: 'https://i.gkd.li/import/14332625',
},
],
});