| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- declare module 'history'
- declare module '*.scss'
- declare module '*.png'
- declare module '*.jpg'
- declare module '*.gif'
- declare module '*.svg'
- declare module 'js-export-excel'
- declare module 'braft-utils'
- // public/myData.js 里面的一些数据的类型
- declare const isPcTemp: boolean
- declare const myDataTemp: MyDataType
- declare const myDataTemp2: MyDataType
- declare const apiUrlTemp: string
- // 微信浏览器--视频转画布
- declare const F_Video: any
- type MyDataType = {
- isLdong: boolean
- baseInfo: { title: string; text: string; path: string }[]
- introInfo: { title: string; text: string }[]
- detail_modal: {
- top: { title: string; txt: string }[]
- bottom: { title: string; txt: string }[]
- }
- allTxt: { title: string }[]
- readDetail: {
- words: { name: string; define: string; inset: string }[]
- intro: string
- mzmtz: { title: string; content: string }
- origin: string
- translate: string
- translate_v2: string
- }[]
- shufa: {
- lIntro: string
- rIntro: string
- rItems: { label: string; txt: string }[]
- rTxt: string
- }
- shufa2: {
- lian: string[]
- bei: string[]
- }
- // 发现之谜
- discover: {
- txt1Items: { title: string }[]
- txt2Items: { title: string }[]
- search: { title: string; txt: string; from: string; txt2?: { name: string; text: string }[] }[]
- }
- // 属性之辨
- shuxing: {
- name: string
- time: string
- size: string
- desc: string
- img: string
- }[]
- // 未解之思
- weijie: string
- // 造像中国化
- sinicizeDataStatic: { desc: string; zongjie: { title: string; txt: string } }
- sinicizeData: {
- time: string
- bgPath: string
- desc: string
- items: { title: string; txt: string; inset: string }[]
- imgItems: {
- time: string
- title: string
- src: string
- srcLine: string
- txt: string
- picfrom: string
- direction?: string
- classNameCard?: string
- classNamePoint?: string
- }[]
- }[]
- zaoxiangDataDetail: {
- type: string
- name: string
- lineSrc: string
- intro: string
- imgItems: {
- src: string
- title: string
- fromTxt: string
- }[]
- foxiangUrl: string
- }[]
- // 家族谱系
- genealogyIntro: {
- bigTitle: string
- smallTitle: string
- content: string
- }
- genealogyData: {
- name: string
- customN?: string
- type: string
- addTxt: { time: string; pos: string; backEnd: string }
- extra: string
- position: { x: number; y: number }
- text: { title: string; content: string }[]
- }[]
- // 丧葬因素
- sangzangData: {
- txt: string
- }[]
- sangzangStatic: {
- rightInfoName: string
- leftInfoName: string
- txt: string
- }
- sangzangLeftInfo: {
- pic: string
- from: string
- name: string
- time: string
- }[]
- sangzangLeftInfo2: {
- src: string
- from: string
- name: string
- time: string
- txt: string
- }[]
- mzgeshi: {
- key: number
- name: string
- sonTxt: string
- txt: string
- }[]
- mzw: {
- title: string
- txt: string
- }[]
- policy: {
- title: string
- bottomPic: string
- part1: {
- txt: string
- from: string
- author: string
- }
- part2: {
- desc: string
- img: string[]
- from: string
- name: string
- time: string
- img_ac: string[]
- from_ac: string
- name_ac: string
- }[]
- }[]
- }
|