@next-core/brick-container 2.96.0 → 2.96.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/browse-happy.html +5 -1
- package/dist/{dll.205b1489.js → dll.cec01740.js} +7 -7
- package/dist/{dll.205b1489.js.map → dll.cec01740.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.0dd4946daaca434e4887.js → main.6a48acaaa629b5b664d2.js} +2 -2
- package/dist/{main.0dd4946daaca434e4887.js.map → main.6a48acaaa629b5b664d2.js.map} +1 -1
- package/dist/{preview.f55c93c8b78126c986eb.js → preview.674427078b2cecb6a3ae.js} +2 -2
- package/dist/{preview.f55c93c8b78126c986eb.js.map → preview.674427078b2cecb6a3ae.js.map} +1 -1
- package/dist/preview.html +1 -1
- package/package.json +6 -6
package/dist/browse-happy.html
CHANGED
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"
|
|
1
|
+
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"/><title>DevOps 管理专家</title><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>!(
|
|
2
|
+
!("documentMode" in document) &&
|
|
3
|
+
CSS.supports("display", "grid") &&
|
|
4
|
+
window.customElements
|
|
5
|
+
) || (location.href = "<!--# echo var='base_href' default='/' -->");</script></head><body><p><a href="https://browsehappy.com/">请升级您的浏览器。</a></p><p><a href="https://browsehappy.com/">Please upgrade your browser.</a></p></body></html>
|