初始化

This commit is contained in:
2023-12-29 00:08:10 +08:00
commit 5ed0fc646f
512 changed files with 54378 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}