Optimize UI interface

This commit is contained in:
zyronon
2023-11-02 00:05:09 +08:00
parent bae55461b4
commit 3f913c831f
7 changed files with 507 additions and 448 deletions

View File

@@ -1,3 +1,3 @@
export function getRandom(a: number, b: number): number {
return Math.random() * (b - a) + a;
}
return Math.random() * (b - a) + a;
}