feat: 更新 page-container 组件,重命名导航栏相关属性并添加背景色和底部安全区适配功能

This commit is contained in:
熊熊熊子路
2026-02-09 16:06:18 +08:00
parent 7e05fc2a67
commit caf5803e44
4 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!--pages/date/date.wxml-->
<page-container title="日期时间格式化示例" backgroundColor="#123321" textColor="#ffffff">
<page-container navBarTitle="日期时间格式化示例" navBarBackgroundColor="#123321" navBarTextColor="#ffffff">
<view class="container">
<!-- formatTime 函数示例 -->
<view class="section">