From de55a88d0ea187b6a01613e10050c580d05e3758 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 3 Jun 2025 12:45:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E4=B8=AD=E5=85=B3=E4=BA=8Espa=E6=A8=A1=E6=9D=BF=E7=9A=84?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将注释中的建议从"请使用"改为更推荐的"推荐使用",使表述更加友好 --- pages.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.config.ts b/pages.config.ts index 3364881..547d0da 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -17,7 +17,7 @@ export default defineUniPages({ 'z-paging/components/z-paging$1/z-paging$1.vue', }, }, - // 如果不需要tabBar,请使用 spa 模板。(pnpm create xxx -t spa) + // 如果不需要tabBar,推荐使用 spa 模板。(pnpm create xxx -t spa) tabBar: { color: '#999999', selectedColor: '#018d71',