Auto merge base into tabbar

This commit is contained in:
GitHub Actions
2025-06-03 04:40:02 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ export const getLastPage = () => {
return pages[pages.length - 1]
}
export const tabBarList = tabBar?.list || []
/** 判断当前页面是否是 tabbar 页 */
export const getIsTabbar = () => {
try {