Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/JX3BOX/pvx into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed May 13, 2024
2 parents e4be5e0 + 218c203 commit 56e367f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10,625 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.8.7",
"@jx3box/jx3box-common": "^8.2.9",
"@jx3box/jx3box-common-ui": "^8.3.1",
"@jx3box/jx3box-common": "^8.2.17",
"@jx3box/jx3box-common-ui": "^8.4.6",
"@jx3box/jx3box-data": "^3.5.8",
"@jx3box/jx3box-editor": "^2.1.9",
"@jx3box/jx3box-emotion": "^1.1.5",
Expand Down
5 changes: 5 additions & 0 deletions src/router/adventure.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const portrait = () => import("@/views/adventure/portrait.vue");
const routes = [
{ name: "list", path: "/", component: List },
{ name: "single", path: "/:id(\\d+)", component: Single },
{
name: "treasure",
path: "/treasure",
redirect: "/treasure/landscape",
},
{
name: "landscape",
path: "/treasure/landscape",
Expand Down
Loading

0 comments on commit 56e367f

Please sign in to comment.