mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(PicACG): 流量提醒弹窗(默认关闭) (#2541)
* feat(PicACG): 流量提醒弹窗(默认关闭) * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2540
This commit is contained in:
@@ -89,5 +89,23 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 5,
|
||||
name: '流量提醒弹窗',
|
||||
desc: '弹出流量提醒弹窗时自动点击“确定”',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
activityIds: 'com.picacomic.fregata.activities.ComicViewerActivity',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'RelativeLayout > Button[text="確定"][id="com.picacomic.fregata:id/button_dialog_custom_positive"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13466492',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user