mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
23
src/apps/com.wibo.bigbang.ocr.ts
Normal file
23
src/apps/com.wibo.bigbang.ocr.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wibo.bigbang.ocr',
|
||||
name: '布丁扫描',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
matchTime: 20000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="com.wibo.bigbang.ocr:id/vivo_upgrade_negative_btn"][text="忽略本次"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13360281',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user