数字乡村页面+web页面插槽
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
sjeam 2025-08-23 16:57:48 +08:00
parent 57be2a10f4
commit 1dc3ab3c54

View File

@ -19,7 +19,7 @@
"selectedColor": "#018d71", "selectedColor": "#018d71",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"borderStyle": "black", "borderStyle": "black",
"height": "50px", "height": "60px",
"fontSize": "10px", "fontSize": "10px",
"iconWidth": "24px", "iconWidth": "24px",
"spacing": "3px", "spacing": "3px",
@ -39,6 +39,12 @@
"text": "关于", "text": "关于",
"icon": "i-carbon-code", "icon": "i-carbon-code",
"iconType": "unocss" "iconType": "unocss"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"icon": "i-ant-design-user-outlined ",
"iconType": "unocss"
} }
] ]
}, },