yinbangzhong
2024-09-04 af08dae54f74aa9a94f82f298410165fa9b7b614
src/utils/index.ts
@@ -1,3 +1,5 @@
type TargetContext = '_self' | '_parent' | '_blank' | '_top';
export const openWindow = (
@@ -68,5 +70,10 @@
}
export const documentHeight:number  = window.innerHeight - 320;
export default null;