Minesweeper-2.0-test/scripts/index.js

10 lines
299 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**************************************
文件名index.js
功能:该模块用于处理开始界面相关内容
版本2.0(23.01.08)
**************************************/
//3秒后进入主菜单
setTimeout(function (){
window.open('./menu.html?lang=en', "_self");
}, 3000);