代码拉取完成,页面将自动刷新
{
"name": "sss-upload-img",
"displayName": "sss-upload-img",
"description": "upload image to aliyun",
"version": "0.0.1",
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "extension.choosedImage",
"title": "选择图片"
}
],
"menus": {
"editor/context": [
{
"when": "editorFocus",
"command": "extension.choosedImage",
"group": "navigation"
}
]
},
"configuration": [
{
"title": "图片上传工具配置",
"properties": {
"upload_image.domain": {
"type": "string",
"default": "",
"description": "设置图片域名"
},
"upload_image.accessKeyId": {
"type": "string",
"default": "",
"description": "设置阿里云上传accessKeyId"
},
"upload_image.accessKeySecret": {
"type": "string",
"default": "",
"description": "设置阿里云上传accessKeySecret"
},
"upload_image.bucket": {
"type": "string",
"default": "",
"description": "设置阿里云上传类型"
},
"upload_image.region": {
"type": "string",
"default": "",
"description": "设置阿里云存储地址"
}
}
}
]
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.51.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.4",
"@types/node": "^12.11.7",
"eslint": "^7.15.0",
"glob": "^7.1.6",
"mocha": "^8.1.3",
"typescript": "^4.1.2",
"vscode-test": "^1.4.1"
},
"dependencies": {
"ali-oss": "^6.12.0",
"co": "^4.6.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"uuid": "^8.3.2"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。