From c681c612b5a2436212a08c0e259be7af5083ac66 Mon Sep 17 00:00:00 2001 From: obroccolio Date: Thu, 6 Aug 2026 16:33:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=A1=B5=E9=9D=A2=20json=20=E5=8F=8C?= =?UTF-8?q?=E5=86=99=20navigationStyle=20custom=20=E5=85=9C=E5=BA=95?= =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/checkout/index.json | 4 +++- src/pages/designList/index.json | 4 +++- src/pages/diy/index.json | 1 + src/pages/index/index.json | 1 + src/pages/orders/index.json | 1 + src/pages/product/index.json | 4 +++- src/pages/profile/index.json | 1 + src/pages/service/index.json | 1 + src/pages/wordcloud/index.json | 1 + 9 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/pages/checkout/index.json b/src/pages/checkout/index.json index 0967ef4..2da9865 100644 --- a/src/pages/checkout/index.json +++ b/src/pages/checkout/index.json @@ -1 +1,3 @@ -{} +{ + "navigationStyle": "custom" +} diff --git a/src/pages/designList/index.json b/src/pages/designList/index.json index 0967ef4..2da9865 100644 --- a/src/pages/designList/index.json +++ b/src/pages/designList/index.json @@ -1 +1,3 @@ -{} +{ + "navigationStyle": "custom" +} diff --git a/src/pages/diy/index.json b/src/pages/diy/index.json index a97367d..b16ef3e 100644 --- a/src/pages/diy/index.json +++ b/src/pages/diy/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} } diff --git a/src/pages/index/index.json b/src/pages/index/index.json index a97367d..b16ef3e 100644 --- a/src/pages/index/index.json +++ b/src/pages/index/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} } diff --git a/src/pages/orders/index.json b/src/pages/orders/index.json index a97367d..b16ef3e 100644 --- a/src/pages/orders/index.json +++ b/src/pages/orders/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} } diff --git a/src/pages/product/index.json b/src/pages/product/index.json index 0967ef4..2da9865 100644 --- a/src/pages/product/index.json +++ b/src/pages/product/index.json @@ -1 +1,3 @@ -{} +{ + "navigationStyle": "custom" +} diff --git a/src/pages/profile/index.json b/src/pages/profile/index.json index a97367d..b16ef3e 100644 --- a/src/pages/profile/index.json +++ b/src/pages/profile/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} } diff --git a/src/pages/service/index.json b/src/pages/service/index.json index a97367d..b16ef3e 100644 --- a/src/pages/service/index.json +++ b/src/pages/service/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} } diff --git a/src/pages/wordcloud/index.json b/src/pages/wordcloud/index.json index a97367d..b16ef3e 100644 --- a/src/pages/wordcloud/index.json +++ b/src/pages/wordcloud/index.json @@ -1,3 +1,4 @@ { + "navigationStyle": "custom", "usingComponents": {} }