mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(网易有道词典): 弹窗广告 (#1889)
* Update com.youdao.dict.ts * chore(actions): check_format_lint * Update com.youdao.dict.md * Update com.youdao.dict.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -31,10 +31,16 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 2,
|
||||
name: '主页弹窗',
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
activityIds: [
|
||||
'com.youdao.dict.activity.MainActivity',
|
||||
'com.youdao.dict.activity.DictSplashActivity',
|
||||
],
|
||||
rules: '@ImageView[id="com.youdao.dict:id/iv_close_bt"]',
|
||||
quickFind: true,
|
||||
snapshotUrls: 'https://i.gkd.li/import/12893419',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12893419',
|
||||
'https://gkd-kit.gitee.io/import/13263801',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
@@ -44,5 +50,13 @@ export default defineAppConfig({
|
||||
quickFind: true,
|
||||
snapshotUrls: 'https://i.gkd.li/import/12893450',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: 'VIP-弹窗',
|
||||
activityIds: 'com.youdao.dict.vip.activity.RecallSevenDayVipActivity',
|
||||
rules: '@ImageView[id="com.youdao.dict:id/iv_close"]',
|
||||
quickFind: true,
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13263706',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user