初步完成了增改查包括磁盘状态

This commit is contained in:
Sun
2024-01-06 11:46:59 +08:00
parent a85d90985d
commit 3f4b3c67f2
6 changed files with 81 additions and 39 deletions
+10
View File
@@ -0,0 +1,10 @@
export const defautSwatchesBackground = [
'#00000000',
'#000000',
'#ffffff',
'#18A058',
'#2080F0',
'#F0A020',
'rgba(208, 48, 80, 1)',
'#C418D1FF',
]