mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(中国电信): 通知提示(补充规则)
This commit is contained in:
@@ -80,9 +80,21 @@ export default defineGkdApp({
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
// quickFind: true, 实机测试使用无法跳过
|
||||
rules: 'ImageView[id="com.ct.client:id/msg_close"]',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: 'ImageView[id="com.ct.client:id/msg_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13043522',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
activityIds: 'com.ct.client.activity.MainActivity',
|
||||
matches: '[text^="开启消息通知"] <n * > [vid="ivClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15209597',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '功能类-右下角客服悬浮窗',
|
||||
|
||||
Reference in New Issue
Block a user