feat(青创网): 更新弹窗 (#123)

This commit is contained in:
Kun Jinkao
2023-09-17 23:29:19 +08:00
committed by GitHub
parent e27a2cd715
commit 8a09ad8c97

15
src/apps/com.m17qcc.mm.ts Normal file
View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.m17qcc.mm',
name: '青创网',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'miuix.appcompat.app.m',
rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642297',
},
],
});