diff --git a/ruoyi-content/src/main/resources/static/freemarker/create.flt b/ruoyi-content/src/main/resources/static/freemarker/create.flt new file mode 100644 index 000000000..783a27bd2 --- /dev/null +++ b/ruoyi-content/src/main/resources/static/freemarker/create.flt @@ -0,0 +1,152 @@ + + + + + + + + 文章编辑 + + + + + + + + + + + <#--分享标题--> + <#--分享图片--> + <#--分享描述--> + <#--文章id--> + <#--广告id--> + <#--公司id--> + <#--发布id--> + <#--是否授权 0未授权 1授权--> + <#--是否预约 0不预约 1预约--> + <#--自定义名称--> + <#--介绍--> +
+ +

文章编辑

+ +
+

点击文章段落,可删除不需要的内容

+
+ + +
+ +
 可编辑区域 
+
+ ${articleInfo.articleContent} +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ruoyi-content/src/main/resources/static/freemarker/edit.flt b/ruoyi-content/src/main/resources/static/freemarker/edit.flt new file mode 100644 index 000000000..a3735b5f5 --- /dev/null +++ b/ruoyi-content/src/main/resources/static/freemarker/edit.flt @@ -0,0 +1,182 @@ + + + + + + + + 文章编辑 + + + + + + + + + + + <#--分享标题--> + <#--分享图片--> + <#--分享描述--> + <#--文章id--> + <#--广告id--> + <#--公司id--> + <#--发布id--> + <#--是否授权 0未授权 1授权--> + <#--是否预约 0不预约 1预约--> + <#--自定义名称--> + <#--介绍--> +
+ +

文章编辑

+ +
+

点击文章段落,可删除不需要的内容

+
+ + +
+ +
 可编辑区域 
+
+ ${articleInfo.articleContent} +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ruoyi-content/src/main/resources/static/freemarker/view.flt b/ruoyi-content/src/main/resources/static/freemarker/view.flt new file mode 100644 index 000000000..a85e64acd --- /dev/null +++ b/ruoyi-content/src/main/resources/static/freemarker/view.flt @@ -0,0 +1,41 @@ + + + + + + + + 文章详情 + + + + + + <#--分享标题--> + <#--分享图片--> + <#--分享描述--> + <#--文章id--> + + <#--广告id--> + <#--是否授权 0未授权 1授权--> + <#--是否预约 0不预约 1预约--> + <#--自定义名称--> + <#--介绍--> +${articleInfo.articleContent} + + + + + + + + \ No newline at end of file