Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JX3BOX/pvx into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuana committed Mar 29, 2024
2 parents 750ca8e + 668d255 commit 8024190
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 @@ -14,7 +14,7 @@
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.8.7",
"@jx3box/jx3box-common": "^8.2.9",
"@jx3box/jx3box-common-ui": "^8.2.17",
"@jx3box/jx3box-common-ui": "^8.3.1",
"@jx3box/jx3box-data": "^3.5.8",
"@jx3box/jx3box-editor": "^2.1.9",
"@jx3box/jx3box-emotion": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/adventure/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
return link.match(/(\S*)Adventure\/(\S*)\.tga/)[2];
},
imgUrl(link) {
return this.__imgRoot + `adventure/${this.client}/${link}.png`;
return this.__imgRoot + `adventure/std/${link}.png`;
},
getImg(info) {
const type = info.szRewardType;
Expand Down

0 comments on commit 8024190

Please sign in to comment.