@gonsin/gview 2.0.91 → 2.0.92

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -33,7 +33,7 @@ const nn = "config", Io = "themeConfig", Nl = "user", Lo = "langConfig", cc = "m
33
33
  // 主题模式 light | dark | auto
34
34
  };
35
35
  function bn(n, e, t) {
36
- return n.filter((o) => o.parent === e).map((o) => ({
36
+ return n.filter((o) => o.parent === e && o.menuMold != 3).map((o) => ({
37
37
  ...o,
38
38
  children: bn(n, o.name, t + 1),
39
39
  path: o.url,
@@ -10654,7 +10654,7 @@ const du = { class: "gConfigProvider" }, mu = /* @__PURE__ */ ue({
10654
10654
  }, 8, ["globalConfig"])
10655
10655
  ]));
10656
10656
  }
10657
- }), fu = Ye(mu), pu = "@gonsin/gview", hu = "2.0.91", vu = "dist/index.mjs", gu = "dist/types/index.d.ts", yu = [
10657
+ }), fu = Ye(mu), pu = "@gonsin/gview", hu = "2.0.92", vu = "dist/index.mjs", gu = "dist/types/index.d.ts", yu = [
10658
10658
  "dist",
10659
10659
  "README.md",
10660
10660
  "CHANGELOG.md"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.91",
3
+ "version": "2.0.92",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [