@@ -76,7 +76,7 @@
"title": "标题",
"title_tips": "请填写标题",
"title_require": "请添加标题({limit}字以内)",
- "description": "简介",
+ "": "简介",
"description_tips": "请填写简介",
"link": "添加链接",
"link_text_tips": "请填写链接文本",
@@ -59,11 +59,11 @@
ref="editor"
:html="info.description"
:placeholder="$i18n.t(`edit_settings.intro_placeholder`)"
- :maxlength="1000"
+ :maxlength="2000"
@change="onEditorChange"
></editor>
- <span class="count">{{ introLength }}/1000</span>
+ <span class="count">{{ introLength }}/2000</span>
</div>