add image editing features

This commit is contained in:
2025-03-04 01:29:29 +08:00
parent 3f4bf14533
commit 08d4bbfbf9
29 changed files with 45044 additions and 297 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -90,3 +90,7 @@ html {
height: 100%;
width: 100%;
}
//:not(button) > svg:not([color]) {
// color: var(--text-color) !important;
//}

1
src/assets/svgs/stop.svg Normal file
View File

@@ -0,0 +1 @@
<svg t="1741019346125" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15349" width="200" height="200"><path d="M512.128 0C230.528 0 0 229.056 0 512c0 281.6 228.928 512 512 512s512-228.928 512-512c0.128-281.472-228.8-512-511.872-512z m160.256 657.984a18.368 18.368 0 0 1-18.368 18.368H372.736a18.368 18.368 0 0 1-18.368-18.368V376.704c0-10.112 8.256-18.368 18.368-18.368h281.408c10.112 0 18.368 8.256 18.368 18.368v281.28h-0.128z" fill="#3E81E9" p-id="15350"></path></svg>

After

Width:  |  Height:  |  Size: 517 B