From 88fc1c76f28cb15a21b0a4c10941cc6f954d7088 Mon Sep 17 00:00:00 2001 From: FengHui Date: Thu, 2 Apr 2026 11:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E6=8C=87=E5=AF=BC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=88=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +- pages/resume-guide/resume-guide.vue | 43 +++++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 8b92358..fb47fe4 100644 --- a/pages.json +++ b/pages.json @@ -80,7 +80,8 @@ { "path": "pages/resume-guide/resume-guide", "style": { - "navigationBarTitleText": "简历制作指导" + "navigationBarTitleText": "简历制作指导", + "navigationStyle": "custom" } }, { diff --git a/pages/resume-guide/resume-guide.vue b/pages/resume-guide/resume-guide.vue index cd7f468..71a7c18 100644 --- a/pages/resume-guide/resume-guide.vue +++ b/pages/resume-guide/resume-guide.vue @@ -1,5 +1,12 @@