mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(网易有道词典): 主页与学习-弹窗 (#1014)
* feat(网易有道词典): 主页弹窗 * feat(网易有道词典): 主页与学习-弹窗
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user