liudong
2024-08-24 c79dd89ef0c5a0e75c86136202e5c408c184a2f8
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;