mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
24 lines
480 B
TypeScript
24 lines
480 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.pywm.fund',
|
|
name: '普益基金',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '版本更新',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: 'TextView[text="立即更新"]',
|
|
action: 'back',
|
|
snapshotUrls: 'https://i.gkd.li/import/13327271',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|