Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 2.05 KB
Copy Edit Raw Blame History
小不坑 authored 2019-06-02 10:45 . save it
{
"name": "polacode-44886",
"displayName": "Polacode-44886",
"description": "📸 Polaroid for your code. edit by 44886.(给你的代码一个美美的截图,基于polacode而生)",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/44886/polacode.git"
},
"publisher": "44886",
"keywords": [
"polacode",
"polaroid",
"screenshot",
"snippet",
"share",
"44886"
],
"galleryBanner": {
"color": "#fbfbfb",
"theme": "light"
},
"icon": "icon.png",
"categories": [
"Other"
],
"engines": {
"vscode": "^1.32.0"
},
"activationEvents": [
"onCommand:polacode.activate",
"onWebviewPanel:polacode"
],
"main": "./src/extension",
"contributes": {
"commands": [
{
"command": "polacode.activate",
"title": "Polacode📸-44886"
}
],
"configuration": {
"title": "Polacode",
"properties": {
"polacode.shadow": {
"type": "string",
"description": "Shadow of the snippet node. Use any value for CSS `box-shadow`",
"default": "rgba(0, 0, 0, 0.55) 0px 20px 68px"
},
"polacode.transparentBackground": {
"type": "boolean",
"description": "背景色透明吗?",
"default": false
},
"polacode.backgroundColor": {
"type": "string",
"description": "背景颜色 `background-color`",
"format": "color-hex",
"default": "#fff"
},
"polacode.target": {
"type": "string",
"description": "Shoot with or without container",
"default": "container",
"enum": [
"container",
"snippet"
],
"enumDescriptions": [
"Shoot with the container.",
"Shoot with the snippet alone. If you want transparent padding, use `container` with `\"polacode.transparentBackground\": true`"
]
}
}
}
},
"devDependencies": {
"@types/node": "^11.12.0",
"@types/vscode": "^1.32.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化