mvframe 1.1.1 → 1.1.3
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/composition.js +93 -93
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +2 -2
- package/package.json +1 -1
package/dist/vendor.js
CHANGED
|
@@ -9748,7 +9748,7 @@ function sn() {
|
|
|
9748
9748
|
}
|
|
9749
9749
|
.mvframeTopToastItem {
|
|
9750
9750
|
pointer-events: auto;
|
|
9751
|
-
min-width:
|
|
9751
|
+
min-width: 1rem;
|
|
9752
9752
|
max-width: min(90vw, 35rem);
|
|
9753
9753
|
padding: 0.625rem 1rem;
|
|
9754
9754
|
border-radius: 0.25rem;
|
|
@@ -13477,7 +13477,7 @@ const xr = (e, o = {}) => {
|
|
|
13477
13477
|
}, Nr = {
|
|
13478
13478
|
name: "Matt Avias Frame",
|
|
13479
13479
|
copyright: "©2026",
|
|
13480
|
-
version: "1.1.
|
|
13480
|
+
version: "1.1.3",
|
|
13481
13481
|
author: "Matt Avias",
|
|
13482
13482
|
date: "2026-02-26",
|
|
13483
13483
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|