chore: ram vram usage in resource

This commit is contained in:
jialin
2025-03-06 19:44:35 +08:00
parent b0ac85d81d
commit 36d626c833
13 changed files with 137 additions and 90 deletions
+4
View File
@@ -49,6 +49,10 @@ html {
--color-white-secondary: rgba(255, 255, 255, 90%);
--color-white-tertiary: rgba(255, 255, 255, 70%);
--color-white-quaternary: rgba(255, 255, 255, 50%);
--color-white-light-1: rgba(255, 255, 255, 15%);
--color-white-light-2: rgba(255, 255, 255, 25%);
--color-white-light-3: rgba(255, 255, 255, 35%);
--color-white-light-4: rgba(255, 255, 255, 45%);
--color-text-1: var(--ant-color-text);
--color-text-3: rgba(0, 0, 0, 45%);
--color-text-2: rgba(0, 0, 0, 65%);