2022-06-25 00:23:03 +08:00

11 lines
146 B
JavaScript
Executable File

const location = {
href: 'game.js',
pathname: 'game.js',
search: '',
hash: '',
reload() {
}
}
module.exports = location;