mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 07:21:07 +00:00
8 lines
82 B
JavaScript
8 lines
82 B
JavaScript
|
const location = {
|
||
|
href: 'game.js',
|
||
|
reload() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default location
|