6.10 weboffice新版改造,版本20220624

This commit is contained in:
jl-zhoujl2
2022-06-10 10:18:25 +08:00
parent e92f573281
commit 4605e48fca
20 changed files with 168 additions and 1188 deletions

4
src/typings.d.ts vendored
View File

@ -31,6 +31,10 @@ interface Window {
declare let ga: Function;
declare interface Window {
ntkoBrowser: any;
}
// preview.pro.ant.design only do not use in your production ;
// preview.pro.ant.design 专用环境变量,请不要在你的项目中使用它。
declare let ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: 'site' | undefined;