2024-10-16 17:12:08 +08:00

16 lines
176 B
JavaScript
Executable File

/* eslint-disable */
const location = {
href: 'game.js',
search: '',
hash: '',
reload() {
},
replace(href) {
this.href = href
},
}
export default location