feat: 表盘自定义工具-公告 (#1482)

Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
天方夜谭
2025-11-25 13:00:14 +08:00
committed by GitHub
parent c5a5915ab1
commit 0dbf8d95f7

View 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',
},
],
},
],
});