diff --git a/pages/make/index.vue b/pages/make/index.vue index dbc5bd3..a265f0b 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -212,6 +212,22 @@ /> + + + 署名 + + + + + + @@ -243,21 +259,37 @@ + + + + + + 调整样式与位置 + + + + + 字体大小 + + - - 署名 - - - - + 祝福语宽窄 + @@ -280,19 +312,6 @@ - - - 字体大小 - - - 祝福语颜色 @@ -310,15 +329,25 @@ - - - - - 调整位置 + + 署名颜色 + + + + + - + @@ -944,8 +944,8 @@ const selectGreeting = (text) => { const tools = [ { type: "template", text: "1. 选模板", icon: "🎨", step: 1 }, { type: "title", text: "2. 选标题", icon: "🧧", step: 2 }, - { type: "text", text: "3. 改文字", icon: "✍️", step: 3 }, - { type: "position", text: "4. 调位置", icon: "🎯", step: 4 }, + { type: "text", text: "3. 写祝福", icon: "✍️", step: 3 }, + { type: "position", text: "4. 设样式", icon: "✨", step: 4 }, ]; const activeTool = ref("template"); const showPanel = ref(false);