This commit is contained in:
黄云飞
2022-10-13 17:43:39 +08:00
parent 76bc1d7571
commit 3cd1413efb
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
## snapshot ## snapshot
![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.5.png) ![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.6.png)
## next features ## next features
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "0.9.5", "version": "0.9.6",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"lib": "npm run lint && tsc && vite build --mode lib", "lib": "npm run lint && tsc && vite build --mode lib",
Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

+1 -1
View File
@@ -78,7 +78,7 @@ ul {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 0 4px; margin: 0 3px;
} }
.menu-item>div:hover { .menu-item>div:hover {