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