@gonsin/gview 2.0.49 → 2.0.50

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.
package/CHANGELOG.md CHANGED
@@ -8,7 +8,7 @@
8
8
  + `2.0.48` !fix: 修复顶部tab问题
9
9
  + `2.0.48` fix: 修复网站设置问题
10
10
  + `2.0.48` fix: 修复首页刷新问题
11
- + `2.0.49` fix(i18n): 修改加载语言顺序
11
+ + ~~`2.0.49` fix(i18n): 修改加载语言顺序~~
12
12
  + ✨ feat:
13
13
  + `2.0.47` feat: 增加外部可修改内容
14
14
  + `2.0.49` feat: 补充用户名翻译
package/dist/index.mjs CHANGED
@@ -2730,8 +2730,9 @@ const _e = po("setting", {
2730
2730
  async initUserLang(o) {
2731
2731
  if (o)
2732
2732
  try {
2733
+ this.userLang = o, Ge.setItem(so, o);
2733
2734
  const { setupI18n: e } = Ve();
2734
- await e(o), Ge.setItem(so, o), this.userLang = o;
2735
+ await e(o);
2735
2736
  } catch {
2736
2737
  }
2737
2738
  },
@@ -10319,7 +10320,7 @@ const ho = He(is), ss = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
10319
10320
  _: 1
10320
10321
  }, 8, ["title"]));
10321
10322
  }
10322
- }), us = "@gonsin/gview", ds = "2.0.49", ms = "dist/index.mjs", fs = "dist/types/index.d.ts", hs = [
10323
+ }), us = "@gonsin/gview", ds = "2.0.50", ms = "dist/index.mjs", fs = "dist/types/index.d.ts", hs = [
10323
10324
  "dist",
10324
10325
  "README.md",
10325
10326
  "CHANGELOG.md"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.49",
3
+ "version": "2.0.50",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [