@jx3box/jx3box-ui 2.0.38 → 2.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -248,17 +248,17 @@
248
248
  "parentKey": "pvx"
249
249
  },
250
250
  {
251
- "key": "gonggao",
252
- "link": "/pvg/gonggao",
253
- "label": "活动告示",
251
+ "key": "treasure",
252
+ "link": "/pvx/codex/adventure",
253
+ "label": "奇遇珍卷",
254
254
  "client": "all",
255
255
  "status": true,
256
256
  "parentKey": "pvx"
257
257
  },
258
258
  {
259
- "key": "price",
260
- "link": "/pvg/price",
261
- "label": "价格走势",
259
+ "key": "achievement",
260
+ "link": "/pvx/codex/achievement",
261
+ "label": "资历宝典",
262
262
  "client": "all",
263
263
  "status": true,
264
264
  "parentKey": "pvx"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@element-plus/icons-vue": "^2.3.2",
35
- "@jx3box/jx3box-common": "^9.1.7",
35
+ "@jx3box/jx3box-common": "^9.1.8",
36
36
  "@jx3box/jx3box-data": "^3.9.4",
37
- "@jx3box/jx3box-editor": "^3.0.9",
37
+ "@jx3box/jx3box-editor": "^3.0.10",
38
38
  "@jx3box/jx3box-emotion": "^1.3.0",
39
39
  "@jx3box/jx3box-macro": "^1.0.3",
40
40
  "@jx3box/jx3box-talent": "^1.3.12",
@@ -74,7 +74,7 @@
74
74
  "@vue/cli-service": "~5.0.0",
75
75
  "autoprefixer": "^10.4.27",
76
76
  "cross-env": "^7.0.3",
77
- "csslab": "^6.0.1",
77
+ "csslab": "^6.0.3",
78
78
  "eslint": "^7.32.0",
79
79
  "eslint-plugin-vue": "^8.0.3",
80
80
  "husky": "^8.0.0",
@@ -124,7 +124,7 @@ export default {
124
124
  };
125
125
  Bus.on("toggleLeftSide", this.__toggleLeftSideHandler);
126
126
 
127
- if (window.innerWidth < 1024) {
127
+ if (window.innerWidth < 1200) {
128
128
  this.isOpen = false;
129
129
  }
130
130
 
@@ -108,7 +108,7 @@ export default {
108
108
  };
109
109
  Bus.on("toggleLeftSide", this.__toggleLeftSideHandler);
110
110
 
111
- if (window.innerWidth < 1024) {
111
+ if (window.innerWidth < 1200) {
112
112
  this.isOpen = false;
113
113
 
114
114
  this.__docClickHandler = () => {