Files
AIsouler-GKD_subscription/src/apps/com.wibo.bigbang.ocr.ts
2024-02-23 21:42:34 +08:00

24 lines
516 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.wibo.bigbang.ocr',
name: '布丁扫描',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches:
'[id="com.wibo.bigbang.ocr:id/vivo_upgrade_negative_btn"][text="忽略本次"]',
snapshotUrls: 'https://i.gkd.li/i/13360281',
},
],
},
],
});