代码拉取完成,页面将自动刷新
{
"name": "xxmj-upload",
"displayName": "xxmj-upload",
"description": "小熊美家上传工具,taro、飞冰代码提示",
"version": "0.0.7",
"publisher": "dxy-upload",
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Other","Snippets"
],
"activationEvents": [
"*"
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "xxmj-upload.choosedFile",
"title": "选择图片/文件"
},
{
"command": "xxmj-upload.changeFile",
"title": "imgcook转换"
},
{
"command": "xxmj-upload.createTaroDir",
"title": "创建page文件 taro",
"key": "Ctrl+Shift+M"
}
],
"menus": {
"editor/context": [
{
"when": "editorFocus",
"command": "xxmj-upload.choosedFile",
"group": "navigation"
},
{
"when": "editorFocus",
"command": "xxmj-upload.changeFile",
"group": "navigation"
}
],
"explorer/context": [
{
"command": "xxmj-upload.createTaroDir",
"group": "navigation"
}
]
},
"configuration": [
{
"title": "上传工具配置",
"properties": {
"upload_file.accessKey": {
"type": "string",
"default": "",
"description": "设置七牛上传accessKey"
},
"upload_file.secretKey": {
"type": "string",
"default": "",
"description": "设置七牛上传secretKey"
},
"upload_file.domain": {
"type": "string",
"default": "",
"description": "设置上传后域名"
},
"upload_file.scope": {
"type": "string",
"default": "",
"description": "设置七牛上传上传空间"
},
"upload_file.gzip": {
"type": "boolean",
"default": "true",
"description": "是否启用图片压缩"
}
}
}
],
"snippets": [
{
"language": "typescript",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "javascript",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.code-snippets"
}
]
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.46.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": {
"imagemin": "^7.0.1",
"img-compressor": "0.0.2",
"md5": "^2.3.0",
"qiniu": "^7.3.2",
"tinify": "^1.6.0-beta.2",
"uuid": "^8.3.2"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。