|
@@ -8,12 +8,12 @@ declare module 'js-export-excel'
|
|
|
declare module 'braft-utils'
|
|
declare module 'braft-utils'
|
|
|
declare module 'react-virtualized'
|
|
declare module 'react-virtualized'
|
|
|
declare const cardNames: any[]
|
|
declare const cardNames: any[]
|
|
|
-
|
|
|
|
|
|
|
+declare const baseOssUrl1: string
|
|
|
|
|
+declare const baseOssUrl2: string
|
|
|
|
|
|
|
|
// public/myData.js 里面的一些数据的类型
|
|
// public/myData.js 里面的一些数据的类型
|
|
|
declare const isPcTemp: boolean
|
|
declare const isPcTemp: boolean
|
|
|
declare const myDataTemp: MyDataType
|
|
declare const myDataTemp: MyDataType
|
|
|
-declare const apiUrlTemp: string
|
|
|
|
|
|
|
|
|
|
// 微信浏览器--视频转画布
|
|
// 微信浏览器--视频转画布
|
|
|
declare const F_Video: any
|
|
declare const F_Video: any
|
|
@@ -22,23 +22,37 @@ type MyDataType = {
|
|
|
isLdong: boolean
|
|
isLdong: boolean
|
|
|
siderData: { title: string; path: string }[]
|
|
siderData: { title: string; path: string }[]
|
|
|
sceneList: { id: string; name: string; thumbUrl: string }[]
|
|
sceneList: { id: string; name: string; thumbUrl: string }[]
|
|
|
- panoHotList: { id: string; name: string; desc: string; thumbUrl: string; videoSrc: string; imgList: string[]; modelSrc: string }[]
|
|
|
|
|
|
|
+ panoHotList: {
|
|
|
|
|
+ id: string
|
|
|
|
|
+ name: string
|
|
|
|
|
+ desc: string
|
|
|
|
|
+ thumbUrl: string
|
|
|
|
|
+ videoSrc: string
|
|
|
|
|
+ imgList: string[]
|
|
|
|
|
+ modelSrc: string
|
|
|
|
|
+ }[]
|
|
|
architectureAnimation: string
|
|
architectureAnimation: string
|
|
|
- memberList: { name: string; nameEn: string; imgSrc: string; imgSrcLight: string; videoSrc: string }[]
|
|
|
|
|
|
|
+ memberList: {
|
|
|
|
|
+ name: string
|
|
|
|
|
+ nameEn: string
|
|
|
|
|
+ imgSrc: string
|
|
|
|
|
+ imgSrcLight: string
|
|
|
|
|
+ videoSrc: string
|
|
|
|
|
+ }[]
|
|
|
lifeList: { name: string; time: string; imgSrc: string; videoSrc?: string; desc: string }[]
|
|
lifeList: { name: string; time: string; imgSrc: string; videoSrc?: string; desc: string }[]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
declare namespace JSX {
|
|
declare namespace JSX {
|
|
|
interface IntrinsicElements {
|
|
interface IntrinsicElements {
|
|
|
- 'media-controller': any;
|
|
|
|
|
- 'media-play-button': any;
|
|
|
|
|
- 'media-mute-button': any;
|
|
|
|
|
- 'media-volume-range': any;
|
|
|
|
|
- 'media-time-range': any;
|
|
|
|
|
- 'media-pip-button': any;
|
|
|
|
|
- 'media-fullscreen-button': any;
|
|
|
|
|
- 'media-control-bar': any;
|
|
|
|
|
- 'media-time-display': any;
|
|
|
|
|
- 'media-duration-display': any;
|
|
|
|
|
|
|
+ 'media-controller': any
|
|
|
|
|
+ 'media-play-button': any
|
|
|
|
|
+ 'media-mute-button': any
|
|
|
|
|
+ 'media-volume-range': any
|
|
|
|
|
+ 'media-time-range': any
|
|
|
|
|
+ 'media-pip-button': any
|
|
|
|
|
+ 'media-fullscreen-button': any
|
|
|
|
|
+ 'media-control-bar': any
|
|
|
|
|
+ 'media-time-display': any
|
|
|
|
|
+ 'media-duration-display': any
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|