This website requires JavaScript.
Explore
Help
Sign In
JiXinHui
/
YingXingAI
Watch
1
Star
0
Fork
You've already forked YingXingAI
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2924522f77
YingXingAI
/
node_modules
/
uview-plus
/
libs
/
util
/
gcanvas
/
context-webgl
/
classUtils.js
3 lines
95 B
JavaScript
Executable File
Raw
Blame
History
export
function
getTransferedObjectUUID
(
name
,
id
)
{
return
`
${
name
.
toLowerCase
(
)
}
-
${
id
}
`
;
}
Reference in New Issue
View Git Blame
Copy Permalink