This website works better with JavaScript.
Explore
Help
Register
Sign In
18231669351
/
reagent_manage
Watch
1
Star
0
Fork
You've already forked reagent_manage
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
1
Branch
0
Tags
13 MiB
Tag:
Branch:
Tree:
2952d9825b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2952d9825b'
${ noResults }
reagent_manage
/
vue
/
src
/
plugin
/
canvasAnimation
/
sparkRain
/
util.js
4 lines
96 B
Raw
Normal View
History
Unescape
Escape
增加了几个登陆注册页的背景动画
6 years ago
export
function
rand
(
min
,
max
)
{
return
Math
.
floor
(
Math
.
random
(
)
*
(
max
-
min
+
1
)
)
+
min
}