Skip to content

Commit

Permalink
feat: fb 上下篇更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jan 11, 2024
1 parent b6073de commit b05efdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/cms-single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<div class="m-single-append">
<slot name="single-append"></slot>

<PostGuide :post="post" />

<!-- 打赏 -->
<Thx
class="m-single-thx"
Expand Down Expand Up @@ -85,6 +87,8 @@ import RightAffix from "@jx3box/jx3box-common-ui/src/single/right-affix.vue";
import Article from "@jx3box/jx3box-editor/src/Article.vue";
import ArticleMarkdown from "@jx3box/jx3box-editor/src/ArticleMarkdown.vue";
import Comment from "@jx3box/jx3box-comment-ui/src/Comment.vue";
import PostGuide from "@jx3box/jx3box-common-ui/src/single/PostGuide.vue";
import { __visibleMap } from "@jx3box/jx3box-common/data/jx3box.json";
import { getAppType } from "@jx3box/jx3box-common/js/utils";
import User from "@jx3box/jx3box-common/js/user";
Expand All @@ -99,6 +103,7 @@ export default {
ArticleMarkdown,
Comment,
RightAffix,
PostGuide,
},
props: ["post", "stat"],
data: function () {
Expand Down

0 comments on commit b05efdc

Please sign in to comment.