mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
25 lines
524 B
TypeScript
25 lines
524 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.onecard.hainan',
|
|
name: '海南一卡通',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '@[text="暂不更新"] +(2) [text="立即更新"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12662114',
|
|
'https://i.gkd.li/i/12662136',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|