使用方式:
- chrome 浏览器打开 如下链接 https://item.mi.com/product/10000085.html 或其他抢购链接
- 选中需要抢购的产品,记住,这一步非常重要
- 键盘点击 F12
- 在弹出的窗口 选中 console 选项卡 或者点击 键盘 ESC
- 在输入光标处 粘贴 下面文件的代码,点击 enter 键
使用方式:
create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
module.exports = { | |
globals: { | |
'ts-jest': { | |
diagnostics: { | |
warnOnly: true, | |
}, | |
}, | |
}, | |
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], | |
transform: { |