开发烟花弹框
This commit is contained in:
3
src/utils/index.ts
Normal file
3
src/utils/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function getRandom(a: number, b: number) {
|
||||
return Math.random() * (b - a) + a;
|
||||
}
|
||||
Reference in New Issue
Block a user