nodejs
npm i -g vercel
vercel login
新建一个web.json文件并编辑以下内容
{ "version": 2, "routes": [ {"src": "/(.*)","dest": "https://class.imsun.org"} ] }
vercel -A web.json --prod