mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:33:45 +08:00
feat(网易有道词典): 主页与学习-弹窗 (#1014)
* feat(网易有道词典): 主页弹窗 * feat(网易有道词典): 主页与学习-弹窗
This commit is contained in:
parent
6caf8c06bf
commit
12643bd15a
|
@ -28,5 +28,21 @@ export default defineAppConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '主页弹窗',
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
rules: '@ImageView[id="com.youdao.dict:id/iv_close_bt"]',
|
||||
quickFind: true,
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12893419',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '学习-弹窗',
|
||||
activityIds: 'com.youdao.dict.edu.main.MainPopDialog',
|
||||
rules: '@ImageView[id="com.youdao.dict:id/iv_close"]',
|
||||
quickFind: true,
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12893450',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user