mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-04-22 10:38:40 +00:00
11 lines
146 B
JavaScript
Executable File
11 lines
146 B
JavaScript
Executable File
const location = {
|
|
href: 'game.js',
|
|
pathname: 'game.js',
|
|
search: '',
|
|
hash: '',
|
|
reload() {
|
|
}
|
|
}
|
|
|
|
module.exports = location;
|