mvframe 1.1.27 → 1.1.28

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/vendor.js +1 -1
  2. package/package.json +1 -1
package/dist/vendor.js CHANGED
@@ -13958,7 +13958,7 @@ const Wr = (a, o = {}) => {
13958
13958
  }, qr = {
13959
13959
  name: "Matt Avias Frame",
13960
13960
  copyright: "©2026",
13961
- version: "1.1.27",
13961
+ version: "1.1.28",
13962
13962
  author: "Matt Avias",
13963
13963
  date: "2026-02-26",
13964
13964
  /** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mvframe",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.1.27",
4
+ "version": "1.1.28",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",