test: add recipe mode & component render

This commit is contained in:
YunYouJun
2022-06-26 07:42:53 +08:00
parent 33bf4b3a28
commit 31c8163ca9
15 changed files with 866 additions and 478 deletions

View File

@@ -10,7 +10,7 @@
<meta name="description" content="好的,今天我们来做菜!">
<title>隔离食用手册</title>
<script>
(function() {
(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))