yinbangzhong
2024-09-12 ff0ae974a1c561eaf2915988dac63cd066af189f
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;