zhangxiao
2024-08-30 c02bff2911f720d54388f4abb6456ec1777f8a96
src/utils/index.ts
@@ -1,3 +1,5 @@
type TargetContext = '_self' | '_parent' | '_blank' | '_top';
export const openWindow = (
@@ -67,4 +69,11 @@
  })
}
export const documentHeight:number  = window.innerHeight - 320;
export default null;