zhangxiao
2024-08-26 7c666a5083125a4cfd68145d2b7a7a7d5f5f7ebf
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;