mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
23
src/apps/tech.pingx.watchface.ts
Normal file
23
src/apps/tech.pingx.watchface.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'tech.pingx.watchface',
|
||||
name: '表盘自定义工具',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-公告',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'io.dcloud.PandoraEntryActivity',
|
||||
matches: [
|
||||
'[text*="请勿"][text*="电子书"]',
|
||||
'[text="确定"][clickable=true]',
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/i/23714166',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user