feat: add user about page

This commit is contained in:
YunYouJun
2023-07-30 20:13:20 +08:00
parent 44c9631e70
commit 2db9fee8af
20 changed files with 236 additions and 1191 deletions

View File

@@ -3,7 +3,7 @@ const rStore = useRecipeStore()
</script>
<template>
<div pt-4 text-4xl>
<div text-4xl>
<button
class="cursor-pointer transition active:text-green-800 hover:(text-green-600)"
title="重置"
@@ -16,5 +16,6 @@ const rStore = useRecipeStore()
<p text="sm" m="b-4">
好的今天我们来做菜
</p>
<ChooseFood />
</template>