@next-core/brick-kit 2.159.1 → 2.159.2
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/index.bundle.js +7 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +7 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/types/core/Kernel.d.ts +1 -0
- package/dist/types/core/Kernel.d.ts.map +1 -1
- package/dist/types/core/Router.d.ts.map +1 -1
- package/dist/types/core/Runtime.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.bundle.js
CHANGED
|
@@ -3397,7 +3397,9 @@
|
|
|
3397
3397
|
var _kernel$bootstrapData3;
|
|
3398
3398
|
return Object.assign({
|
|
3399
3399
|
base_title: "DevOps 管理专家"
|
|
3400
|
-
}, (_kernel$bootstrapData3 = kernel.bootstrapData.settings) === null || _kernel$bootstrapData3 === void 0 ? void 0 : _kernel$bootstrapData3.brand)
|
|
3400
|
+
}, (_kernel$bootstrapData3 = kernel.bootstrapData.settings) === null || _kernel$bootstrapData3 === void 0 ? void 0 : _kernel$bootstrapData3.brand, kernel.getOriginFaviconHref() ? {
|
|
3401
|
+
favicon: kernel.getOriginFaviconHref()
|
|
3402
|
+
} : {});
|
|
3401
3403
|
}
|
|
3402
3404
|
getLaunchpadSettings() {
|
|
3403
3405
|
var _kernel$bootstrapData4;
|
|
@@ -8791,6 +8793,9 @@
|
|
|
8791
8793
|
return filterMenus;
|
|
8792
8794
|
})();
|
|
8793
8795
|
}
|
|
8796
|
+
setOriginFaviconHref(href) {
|
|
8797
|
+
this.originFaviconHref = href;
|
|
8798
|
+
}
|
|
8794
8799
|
getOriginFaviconHref() {
|
|
8795
8800
|
return this.originFaviconHref;
|
|
8796
8801
|
}
|
|
@@ -10894,6 +10899,7 @@
|
|
|
10894
10899
|
} else {
|
|
10895
10900
|
faviconElement.href = _this3.kernel.getOriginFaviconHref();
|
|
10896
10901
|
}
|
|
10902
|
+
_this3.kernel.setOriginFaviconHref(faviconElement.href);
|
|
10897
10903
|
}
|
|
10898
10904
|
setTheme(((_getLocalAppsTheme = getLocalAppsTheme()) === null || _getLocalAppsTheme === void 0 ? void 0 : _getLocalAppsTheme[currentApp === null || currentApp === void 0 ? void 0 : currentApp.id]) || (currentApp === null || currentApp === void 0 ? void 0 : currentApp.theme) || "light");
|
|
10899
10905
|
setMode("default");
|