hookehuyr

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

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