Skip to content

Commit

Permalink
perf: 精选 #41
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Dec 8, 2023
1 parent 3cc7817 commit afce020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.8.1",
"@jx3box/jx3box-common": "^8.1.1",
"@jx3box/jx3box-common-ui": "^8.0.0",
"@jx3box/jx3box-common-ui": "^8.0.1",
"@jx3box/jx3box-data": "^3.5.6",
"@jx3box/jx3box-editor": "^2.0.8",
"@jx3box/jx3box-talent": "^1.2.7",
Expand Down
3 changes: 2 additions & 1 deletion src/views/Highlights.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ export default {
return {
subtype: this.subtype,
order: this.order,
mark: this.mark || "recommended,geek",
mark: this.mark,
client: this.client,
zlp: this.zlp,
tag: this.tag,
topic: this.topic,
star: 1
};
},
// 分页相关参数
Expand Down

0 comments on commit afce020

Please sign in to comment.