feat: 主题支持次色可配置

This commit is contained in:
就眠儀式
2022-02-23 18:38:47 +08:00
parent df565ca61d
commit ee2e03febc
50 changed files with 153 additions and 25 deletions

View File

@@ -131,6 +131,7 @@ let blue = ref(0);
let alpha = ref(1);
onMounted(() => {
console.log(props.modelValue)
let { r, g, b, a } = parseColor(props.modelValue);
red.value = r;
green.value = g;