Skip to content

Commit c0da128

Browse files
feat: 住理生活-公告 #84
1 parent 7272683 commit c0da128

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'com.whxinna.userplatform',
5+
name: '住理生活',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '通知提示-公告',
10+
rules: [
11+
{
12+
activityIds: 'com.whxinna.webview.WebViewActivity',
13+
matches:
14+
'@Button[clickable=true][width<150 && height<150] - * >3 [text="温馨提示"]',
15+
snapshotUrls: 'https://i.gkd.li/i/26308642',
16+
},
17+
],
18+
},
19+
],
20+
});

0 commit comments

Comments
 (0)