mvframe 1.0.89 → 1.0.90
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/dist/css/style.css +1 -1
- package/dist/vendor.js +1 -1
- package/package.json +1 -1
package/dist/vendor.js
CHANGED
|
@@ -7818,7 +7818,7 @@ const As = (e, o = {}) => {
|
|
|
7818
7818
|
}, Cs = {
|
|
7819
7819
|
name: "Matt Avias Frame",
|
|
7820
7820
|
copyright: "©2026",
|
|
7821
|
-
version: "1.0.
|
|
7821
|
+
version: "1.0.90",
|
|
7822
7822
|
author: "Matt Avias",
|
|
7823
7823
|
date: "2026-02-26",
|
|
7824
7824
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|