zhangxiao
2024-08-23 b3b34fa409762b44e6fd3c89e651f8c465556a48
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;