fix: make content api

This commit is contained in:
zzc
2026-02-06 11:43:28 +08:00
parent 36ff1fb988
commit c43433848e
4 changed files with 8 additions and 8 deletions

View File

@@ -206,7 +206,7 @@
<!-- 文字编辑 -->
<view v-if="activeTool === 'text'" class="section text-edit-section">
<view class="form-item">
<text class="label">祝福对象</text>
<text class="label">祝福对象(可不填)</text>
<input
class="input-box"
v-model="targetName"
@@ -219,7 +219,7 @@
<!-- 署名 -->
<view class="form-item">
<text class="label">署名</text>
<text class="label">署名(可不填)</text>
<view class="input-wrapper">
<input
class="input-box"