简化项目结构

This commit is contained in:
就眠儀式
2022-02-10 09:44:07 +08:00
parent 87eec9155c
commit 2c85b6d3ec
22 changed files with 45 additions and 1015 deletions

View File

@@ -13,8 +13,8 @@
<script setup>
const themeVariable = {
'--global-primary-color':'red',
'--global-checked-color':'red'
"--global-primary-color":"red",
"--global-checked-color":"red"
}
</script>
```
@@ -25,4 +25,6 @@ const themeVariable = {
--global-primary-color: #009688;
--global-checked-color: #5fb878;
--global-border-radius: 2px;
```