plugins add dropdown menu; realesrgan support 2x 4x

This commit is contained in:
Qing
2023-03-25 13:39:56 +08:00
parent a5997e9332
commit 003a104406
9 changed files with 877 additions and 149 deletions

View File

@@ -32,6 +32,7 @@
// Text
--text-color: #040404;
--text-color-gray: rgb(107, 111, 118);
--text-color-disabled: rgb(107, 111, 118);
// Shared
--btn-text-color: var(--text-color);

View File

@@ -30,6 +30,7 @@
// Text
--text-color: white;
--text-color-gray: rgb(195, 196, 198);
--text-color-disabled: rgb(107, 111, 118);
// Shared
--btn-text-color: var(--text-color);