hcui-package 1.9.53 → 1.9.54

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.
@@ -1,3 +1,5 @@
1
+ import { ContactSupportFilled } from "@vicons/material";
2
+
1
3
  class BrowserCheck extends HTMLElement {
2
4
  constructor() {
3
5
  super()
@@ -70,6 +72,7 @@ class BrowserCheck extends HTMLElement {
70
72
 
71
73
  isPrivateBrowsing () {
72
74
  return new Promise((resolve) => {
75
+ console.log(window, '????????????????')
73
76
  if (window && window.localStorage) {
74
77
  // 尝试写入 localStorage 检测无痕模式
75
78
  console.log('尝试写入 localStorage 检测无痕模式', window)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hcui-package",
3
- "version": "1.9.53",
3
+ "version": "1.9.54",
4
4
  "main": "./dist/hcui-package.umd.js",
5
5
  "module": "./dist/hcui-package.es.js",
6
6
  "style": "./dist/hcui-package.css",