Skip to content

Commit

Permalink
sync:common ui
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed May 22, 2024
1 parent 63680d5 commit 0c04da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.8.8",
"@jx3box/jx3box-common": "^8.2.18",
"@jx3box/jx3box-common-ui": "^8.5.0",
"@jx3box/jx3box-common-ui": "^8.5.8",
"@jx3box/jx3box-data": "^3.5.8",
"@jx3box/jx3box-dict": "^2.2.2",
"@jx3box/jx3box-editor": "^2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/SingleLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Breadcrumb name="云端宏" slug="macro" root="/macro" :publishEnable="true" :adminEnable="true" :feedbackEnable="true" :crumbEnable="true">
<template #op-prepend>
<!-- <AdminDirectMessage v-if="post && post.ID" :user-id="user_id" :sourceId="String(post.ID)" :sourceType="post.post_type"></AdminDirectMessage> -->
<AdminDrop v-if="isTeammate" :post="post" :user-id="user_id" />
<AdminDrop v-if="isTeammate" :post="post" :user-id="user_id" :showMove="true"/>
</template>
<template #title>
<span>{{ title }}</span>
Expand Down

0 comments on commit 0c04da0

Please sign in to comment.