下载下载图片(移动端)function savePicture(Url: string) {
const blob = new Blob([''], { type: 'application/octet-stream' })
const url = URL.creat......
下载下载图片(移动端)function savePicture(Url: string) {
const blob = new Blob([''], { type: 'application/octet-stream' })
const url = URL.creat......
Prettiereditor.formatOnSave
使用 editor.formatOnSave 控制是否开启「保存时格式化」
"editor.formatOnSave": true,
editor.defaultFormatter
使用 editor.defaultFormatte......
setting.json
"editor.defaultFormatter": "esbenp.prettier-vscode",
.prettierrc
{
"printWidth": 100,
"arrowPa......