优化编辑功能
This commit is contained in:
parent
74188898a0
commit
f2114dc462
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.d1d4763f.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.2108b618.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
3
dist/js/864.0e601fb4.js
vendored
3
dist/js/864.0e601fb4.js
vendored
File diff suppressed because one or more lines are too long
3
dist/js/973.3c58c9c1.js
vendored
Normal file
3
dist/js/973.3c58c9c1.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -123,6 +123,7 @@
|
||||
<p class="section-desc">使用Markdown语法编辑您的投稿内容。插入图片后,如需修改图片大小,请在编辑器中找到插入的图片标签,修改其width属性。</p>
|
||||
<p class="section-desc">如上传了附件且需在文中指定位置展示,<strong>可以用[附件名]来表示附件位置</strong>。如不指定,则审核人员将按照文章内容在适当位置展示。</p>
|
||||
<p class="section-desc"><strong>草稿功能和文章页预览只针对此部分内容,上传的附件等将不会保存并不支持文章页预览。</strong></p>
|
||||
<p v-if="isEditMode" class="section-desc" style="color: red;"><strong>检测到您当前处于编辑模式,请注意您之前如有其他投稿的草稿内容,在保存草稿或提交编辑后将不会保留。</strong></p>
|
||||
|
||||
<div class="editor-container">
|
||||
<MdEditor
|
||||
@ -165,7 +166,7 @@
|
||||
<!-- 提交按钮 -->
|
||||
<div class="form-actions">
|
||||
<button type="button" class="btn btn-primary" @click="submitForm">
|
||||
提交投稿
|
||||
{{ isEditMode ? '提交编辑' : '提交投稿' }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user