Skip to content

Commit

Permalink
perf: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jun 17, 2024
1 parent dc65dac commit 1831849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common-ui@latest @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest @jx3box/jx3box-editor@latest @jx3box/jx3box-emotion@latest @jx3box/jx3box-facedat@latest @jx3box/jx3box-talent@latest"
},
"dependencies": {
"@jx3box/jx3box-common": "^8.2.18",
"@jx3box/jx3box-common": "^8.2.19",
"@jx3box/jx3box-common-ui": "^8.8.5",
"@jx3box/jx3box-data": "^3.5.9",
"@jx3box/jx3box-editor": "^2.2.6",
"@jx3box/jx3box-editor": "^2.2.7",
"@jx3box/jx3box-emotion": "^1.2.8",
"@jx3box/jx3box-facedat": "^2.6.1",
"@jx3box/jx3box-talent": "^1.2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/components/publish_collection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</el-select>
<div class="u-tip" v-if="isEmpty">
<i class="el-icon-info"></i> 当前没有任何小册,
<router-link to="/collection">创建小册</router-link>
<a href="/publish/#/collection" target="_blank">创建小册</a>
</div>
</div>
</template>
Expand Down

0 comments on commit 1831849

Please sign in to comment.