mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
19 lines
477 B
TypeScript
19 lines
477 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'ctrip.android.view',
|
|
name: '携程旅行',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
|
rules: '[text*="用户已升级"] < * + [desc="关闭"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13218347',
|
|
},
|
|
],
|
|
});
|