feat:save

This commit is contained in:
zyronon
2025-07-09 04:11:48 +08:00
parent b7fa79d148
commit 50bea6d759
46 changed files with 2519 additions and 1108 deletions

View File

@@ -1,8 +1,7 @@
//@import '/node_modules/element-plus/dist/index.css';
@import "/node_modules/hover.css";
@import "variable.scss";
@import "anim";
@import 'element-plus/theme-chalk/dark/css-vars';
//@use "/node_modules/hover.css" as *;
@use "anim" as *;
@use 'element-plus/theme-chalk/dark/css-vars' as *;
:root {
--color-background: #E6E8EB;
@@ -485,4 +484,4 @@ footer {
.center {
@apply flex justify-center items-center;
}
}