chore: update details
This commit is contained in:
@@ -65,7 +65,7 @@ const clickTool = (item: StuffItem) => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h2 m="t-4" text="xl" font="bold" p="1">
|
<h2 m="t-4" text="xl" font="bold" p="1">
|
||||||
第一步:🥘 选择食材
|
🥘 选择食材
|
||||||
</h2>
|
</h2>
|
||||||
<div>
|
<div>
|
||||||
<h2 opacity="90" text="base" font="bold" p="1">
|
<h2 opacity="90" text="base" font="bold" p="1">
|
||||||
@@ -105,8 +105,8 @@ const clickTool = (item: StuffItem) => {
|
|||||||
</MeatTag>
|
</MeatTag>
|
||||||
</div>
|
</div>
|
||||||
<div m="y-4">
|
<div m="y-4">
|
||||||
<h2 text="xl" font="bold" p="1">
|
<h2 text="base" font="bold" p="1">
|
||||||
第二步:🍚 选择主食
|
🍚 主食们
|
||||||
</h2>
|
</h2>
|
||||||
<StapleTag
|
<StapleTag
|
||||||
v-for="item, i in staple" :key="i"
|
v-for="item, i in staple" :key="i"
|
||||||
@@ -123,7 +123,7 @@ const clickTool = (item: StuffItem) => {
|
|||||||
</div>
|
</div>
|
||||||
<div m="t-4">
|
<div m="t-4">
|
||||||
<h2 text="xl" font="bold" p="1">
|
<h2 text="xl" font="bold" p="1">
|
||||||
第三步:🍳 选择厨具
|
🍳 选择厨具
|
||||||
</h2>
|
</h2>
|
||||||
<ToolTag
|
<ToolTag
|
||||||
v-for="item, i in tools" :key="i"
|
v-for="item, i in tools" :key="i"
|
||||||
|
|||||||
Reference in New Issue
Block a user