mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
386 B
TypeScript
16 lines
386 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|