docs: 更新注释中关于spa模板的推荐说明

将注释中的建议从"请使用"改为更推荐的"推荐使用",使表述更加友好
This commit is contained in:
feige996 2025-06-03 12:45:13 +08:00
parent a5121bfef6
commit de55a88d0e

View File

@ -17,7 +17,7 @@ export default defineUniPages({
'z-paging/components/z-paging$1/z-paging$1.vue', '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: { tabBar: {
color: '#999999', color: '#999999',
selectedColor: '#018d71', selectedColor: '#018d71',