feat:还原更新框架

This commit is contained in:
2026-07-23 14:49:48 +08:00
parent d5a6a16ea5
commit 75c7434f79
529 changed files with 43714 additions and 68201 deletions
@@ -1,8 +1,6 @@
import { defineMixin } from '../../libs/vue'
import NavbarDefaultProps from './navbar'
import { registerComponentProps } from '../../libs/config/props.js'
const defProps = registerComponentProps(NavbarDefaultProps)
import defProps from '../../libs/config/props.js'
export const props = defineMixin({
props: {
// 是否开启顶部安全区适配
@@ -60,11 +58,6 @@ export const props = defineMixin({
type: String,
default: () => defProps.navbar.bgColor
},
// 状态栏背景颜色 不写会使用背景颜色bgColor
statusBarBgColor: {
type: String,
default: () => ''
},
// 标题的宽度
titleWidth: {
type: [String, Number],