dashboard
repositories
filestore
activity
search
login
zhouwx
/
responseApp
forked from
responseApp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
适配64位
zhouwx
2026-01-21
dbccfc04eb5a927d690bb75277f614e63d4544c9
[~zhouwx/responseApp.git]
/
uni_modules
/
uview-ui
/
components
/
u-status-bar
/
props.js
1
2
3
4
5
6
7
8
export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}