pr675
黄云飞 4 years ago
parent 76bc1d7571
commit 3cd1413efb

@ -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,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

@ -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 {

Loading…
Cancel
Save