mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
22 lines
532 B
TypeScript
22 lines
532 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xiaoe.client',
|
|
name: '小鹅通',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '更新提示-版本更新弹窗',
|
|
desc: '点击暂不更新',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.xiaoe.app.ui.main.XiaoeMainActivity',
|
|
matches: 'FrameLayout[vid="centerPopupContainer"] [text="暂不更新"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13832282',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|