feat: 添加@uni-ku/root依赖并配置vite插件

移除页面中的tabbar布局配置
在default.vue中暴露testUniLayoutExposedData
添加App.ku.vue作为根组件
更新pages.json移除tabbar布局配置
This commit is contained in:
feige996
2025-08-24 21:42:04 +08:00
parent 21cbb7970b
commit a108236784
9 changed files with 57 additions and 6 deletions

View File

@@ -43,7 +43,6 @@
{
"path": "pages/index/index",
"type": "home",
"layout": "tabbar",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
@@ -52,7 +51,6 @@
{
"path": "pages/about/about",
"type": "page",
"layout": "tabbar",
"style": {
"navigationBarTitleText": "关于"
}
@@ -92,7 +90,6 @@
{
"path": "pages/me/me",
"type": "page",
"layout": "tabbar",
"style": {
"navigationBarTitleText": "我的"
}