hookehuyr

fix(StarryBackground): 调整微信移动端星星移动速度默认值

......@@ -38,7 +38,7 @@ const props = defineProps({
// 星星移动速度系数 (值越大移动越快)
starSpeed: {
type: Number,
default: isWxMobile ? 1 : 0.1
default: isWxMobile ? 1.5 : 0.1
},
// 流星速度 - 水平分量 (负值向左,正值向右)
meteorVx: {
......