[FindMy] 隐藏查找APP中无法移除的异常设备

This commit is contained in:
blackmatrix7
2024-05-22 16:25:59 +08:00
parent 510886274c
commit 2707839dae
8 changed files with 170 additions and 0 deletions

View File

@ -723,6 +723,30 @@
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/testflight/icon/testflight.png",
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/testflight/icon/testflight.png"
]
},
{
"id": "blackmatrix7.findmy",
"name": "Find My",
"keys": [
"find_my_device_discovery_id"
],
"author": "@blackmatrix7",
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/findmy",
"icons": [
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/icon/findmy_gray.jpg",
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/icon/findmy.jpg"
],
"settings": [
{
"id": "find_my_device_discovery_id",
"name": "Find My设备ID",
"val": "",
"type": "textarea",
"placeholder": "",
"autoGrow": true,
"desc": "Find My设备ID多个设备以;分隔"
}
]
}
]
}