mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: PICO-更新提示 #1000
This commit is contained in:
24
src/apps/com.picovr.assistantphone.ts
Normal file
24
src/apps/com.picovr.assistantphone.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.picovr.assistantphone',
|
||||
name: 'PICO',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.ui.MainActivity',
|
||||
matches: '[vid="update_check_cancel_btn"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/b63e9ce4-e333-4702-abd5-d2355f83da1f',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20852432',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user