mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(系统更新)!: renamed [更新提示-MIUI更新弹窗] to [更新提示-智能更新弹窗] and optimized performance (#223)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -6,15 +6,16 @@ export default defineGkdApp({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '更新提示-MIUI更新弹窗',
|
name: '更新提示-智能更新弹窗',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules:
|
rules: [
|
||||||
'[id="com.android.updater:id/alertTitle"][text="开启智能更新"] < * +2 * > Button[id="android:id/button2"][text="暂不开启"]',
|
{
|
||||||
snapshotUrls: [
|
matches: ['[text="开启智能更新"]', '[text="暂不开启"]'],
|
||||||
'https://i.gkd.li/i/12715712',
|
snapshotUrls: 'https://i.gkd.li/i/15386937',
|
||||||
'https://i.gkd.li/i/12749906',
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user