zhangxiao
2024-08-27 fd15b2a99a4ebd476a54671c560b3a89f69b621e
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;