fix: 修复报错内容
This commit is contained in:
@@ -74,6 +74,14 @@
|
||||
</div>
|
||||
<textarea id="summary" rows="3"></textarea>
|
||||
|
||||
<label>公众号封面(可选上传)</label>
|
||||
<div class="cover-tools">
|
||||
<input id="coverFile" type="file" accept="image/png,image/jpeg,image/jpg,image/webp" />
|
||||
<button id="coverUploadBtn" type="button">上传封面并绑定</button>
|
||||
</div>
|
||||
<input id="thumbMediaId" type="text" placeholder="thumb_media_id(上传后自动填充,也可手动粘贴)" />
|
||||
<p id="coverHint" class="muted small">未上传时将使用后端默认封面策略。</p>
|
||||
|
||||
<div class="field-head">
|
||||
<label>正文(5 自然段,建议 ≤500 字)</label>
|
||||
<span id="bodyCount" class="meta">0 字</span>
|
||||
|
||||
Reference in New Issue
Block a user