|
|
|
@ -4,7 +4,7 @@ export default { |
|
|
|
|
//skin:'oxide-dark',
|
|
|
|
|
language: 'zh_CN', |
|
|
|
|
language_url: './styles/tinymce/langs/zh_CN.js', |
|
|
|
|
plugins: 'print powerpaste preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template advcode codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autosave autoresize formatpainter', |
|
|
|
|
plugins: 'print powerpaste preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template advcode codesample table charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists wordcount imagetools textpattern help emoticons autoresize formatpainter', |
|
|
|
|
toolbar: 'code undo redo restoredraft | cut copy powerpaste pastetext | forecolor backcolor headings fontsize lineHeight bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify | \ |
|
|
|
|
styleselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \ |
|
|
|
|
table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em formatpainter', |
|
|
|
@ -212,7 +212,8 @@ export default { |
|
|
|
|
}, |
|
|
|
|
//为内容模板插件提供预置模板
|
|
|
|
|
templates: [ |
|
|
|
|
{ title: '个股分析报告', description: '', content: ` |
|
|
|
|
{ |
|
|
|
|
title: '个股分析报告', description: '', content: ` |
|
|
|
|
<div class="tiny-report"> |
|
|
|
|
<h2>个股分析报告</h2> |
|
|
|
|
<h6>1.引言</h6> |
|
|
|
@ -271,7 +272,8 @@ export default { |
|
|
|
|
` |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ title: '行业数据分析报告', description: '', content: ` |
|
|
|
|
{ |
|
|
|
|
title: '行业数据分析报告', description: '', content: ` |
|
|
|
|
<div class="tiny-report"> |
|
|
|
|
<h2>行业数据分析报告</h2> |
|
|
|
|
<h6>1.引言</h6> |
|
|
|
@ -344,7 +346,8 @@ export default { |
|
|
|
|
` |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ title: '宏观数据分析报告', description: '', content: ` |
|
|
|
|
{ |
|
|
|
|
title: '宏观数据分析报告', description: '', content: ` |
|
|
|
|
<div class="tiny-report"> |
|
|
|
|
<h2>宏观数据分析报告</h2> |
|
|
|
|
<h6>1.引言</h6> |
|
|
|
@ -403,7 +406,8 @@ export default { |
|
|
|
|
` |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ title: '可视化报告', description: '', content: ` |
|
|
|
|
{ |
|
|
|
|
title: '可视化报告', description: '', content: ` |
|
|
|
|
<div class="tiny-report"> |
|
|
|
|
<h2>可视化报告</h2> |
|
|
|
|
<h6>1.封面</h6> |
|
|
|
@ -474,7 +478,8 @@ export default { |
|
|
|
|
` |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ title: '数据分析报告', description: '', content: ` |
|
|
|
|
{ |
|
|
|
|
title: '数据分析报告', description: '', content: ` |
|
|
|
|
<div class="tiny-report"> |
|
|
|
|
<h2>数据分析报告</h2> |
|
|
|
|
<h6>1.引言</h6> |
|
|
|
|