mvframe 1.0.96 → 1.1.0
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/.cursor/rules/style-system.mdc +1 -1
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +1 -1
- package/package.json +1 -1
package/dist/vendor.js
CHANGED
|
@@ -13477,7 +13477,7 @@ const xr = (e, o = {}) => {
|
|
|
13477
13477
|
}, Nr = {
|
|
13478
13478
|
name: "Matt Avias Frame",
|
|
13479
13479
|
copyright: "©2026",
|
|
13480
|
-
version: "1.0
|
|
13480
|
+
version: "1.1.0",
|
|
13481
13481
|
author: "Matt Avias",
|
|
13482
13482
|
date: "2026-02-26",
|
|
13483
13483
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|