Develop dictionary management function

This commit is contained in:
zyronon
2023-11-24 01:17:07 +08:00
parent 3d9c9fdaf0
commit 4bd9e645bd
8 changed files with 195 additions and 126 deletions

View File

@@ -1,3 +1,7 @@
export function getRandom(a: number, b: number): number {
return Math.random() * (b - a) + a;
}
export function no(){
ElMessage.warning('未现实')
}