From d1f6bd4f70317dd54e765a58be909a9625a7cf62 Mon Sep 17 00:00:00 2001 From: emiyl Date: Wed, 10 Jan 2024 14:50:50 +0000 Subject: [PATCH] test 3 --- docs/.vuepress/plugins/devicePages/lib/devicePages.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/plugins/devicePages/lib/devicePages.js b/docs/.vuepress/plugins/devicePages/lib/devicePages.js index 4cb5e17271a56..a06c1e18a39e8 100644 --- a/docs/.vuepress/plugins/devicePages/lib/devicePages.js +++ b/docs/.vuepress/plugins/devicePages/lib/devicePages.js @@ -58,7 +58,7 @@ const fwChartPageArr = [ 'iPhone', 'iPod touch' ] - }, + }/*, { name: 'iPadOS Firmware Chart', description: 'iPadOS Firmware Chart', @@ -69,7 +69,7 @@ const fwChartPageArr = [ 'iPad Pro', 'iPad Air' ] - }/*, + }*/, { name: 'macOS Firmware Chart', description: 'macOS Firmware Chart', @@ -91,7 +91,7 @@ const fwChartPageArr = [ "Virtual Machine", "Xserve" ] - }*/ + } ] for (const fwChartPage of fwChartPageArr) {