mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
fix: 小牛电动-更新提示-固件更新弹窗 #1051
This commit is contained in:
@@ -8,12 +8,13 @@ export default defineGkdApp({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示-固件更新弹窗',
|
name: '更新提示-固件更新弹窗',
|
||||||
desc: '点击[以后再说]',
|
desc: '点击[以后再说]',
|
||||||
|
matchRoot: true, // https://github.com/AIsouler/GKD_subscription/issues/1051
|
||||||
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
fastQuery: true,
|
|
||||||
activityIds: '.main.MainActivityNew',
|
activityIds: '.main.MainActivityNew',
|
||||||
matches: [
|
matches: [
|
||||||
'[text="发现新固件"][visibleToUser=true]',
|
'[text="发现新固件"][visibleToUser=true]',
|
||||||
|
|||||||
Reference in New Issue
Block a user