add icon for devchat

This commit is contained in:
bobo.yang 2023-05-11 13:30:42 +08:00
parent fca693d85b
commit 1d48df44a4
3 changed files with 4 additions and 3 deletions

BIN
assets/devchat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "devchat",
"version": "0.0.3",
"version": "0.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "devchat",
"version": "0.0.3",
"version": "0.0.15",
"dependencies": {
"@emotion/react": "^11.10.8",
"@mantine/core": "^6.0.10",

View File

@ -2,7 +2,8 @@
"name": "devchat",
"displayName": "devchat",
"description": "devchat",
"version": "0.0.3",
"version": "0.0.27",
"icon": "assets/devchat.png",
"engines": {
"vscode": "^1.77.0"
},