Feature(custom): rewrite upload and image process page

This commit is contained in:
Kuingsmile
2025-08-05 14:31:23 +08:00
parent 11dd2e7238
commit b1f514e80c
15 changed files with 2379 additions and 761 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -728,7 +728,7 @@ onBeforeMount(() => {
/* Scrollbar Styling */
::-webkit-scrollbar {
width: 4px;
display: none;
}
::-webkit-scrollbar-track {
@@ -737,7 +737,7 @@ onBeforeMount(() => {
::-webkit-scrollbar-thumb {
background: var(--color-border);
border-radius: 3px;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {