mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(必剪):版本更新 (#2648)
* feat(必剪):版本更新 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2635
This commit is contained in:
@@ -26,5 +26,29 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '版本更新',
|
||||||
|
desc: '勾选【忽略】-点击【以后再说】',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.bcut.homepage.widget.MainActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '勾选【忽略】',
|
||||||
|
matches:
|
||||||
|
'[id="com.bilibili.studio:id/update_cbx_ignore_version"][checked=false]',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 0,
|
||||||
|
name: '点击【以后再说】',
|
||||||
|
matches: '[id="com.bilibili.studio:id/update_btn_cancel"]',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13496049',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user