mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 07:18:24 +08:00
feat: 白描-自动点击截取全屏 (#1289)
This commit is contained in:
20
src/apps/com.uzero.baimiao.ts
Normal file
20
src/apps/com.uzero.baimiao.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.uzero.baimiao',
|
||||
name: '白描',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '功能类-自动点击截取全屏',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.ui.screen.ScreenCaptureActivity',
|
||||
matches: '[text="截取全屏"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23054772',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user