mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
16 lines
404 B
TypeScript
16 lines
404 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'ctrip.android.view',
|
|
name: '携程旅行',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
|
rules: '[text*="用户已升级"] < * + [desc="关闭"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13218347',
|
|
},
|
|
],
|
|
});
|