ts/public/baseConfig.js

93 lines
2.4 KiB
JavaScript
Raw Normal View History

2024-12-09 06:44:52 +00:00
window['settings'] = {
apis: '/taishiView',
textConfigs: [],
2025-01-13 08:45:08 +00:00
baseMBDict: {
base: {
icon: './images/icons/base/党政首脑机关.png',
color: '#ea7354',
2025-01-23 01:05:13 +00:00
model: './models/基地.glb',
},
airport: {
icon: './images/icons/base/军用机场.png',
color: '#80b1d3',
model: './models/机场.glb',
},
port: {
icon: './images/icons/base/军用港口.png',
color: '#fcee82',
model: './models/港口.glb',
},
station: {
icon: './images/icons/base/民用机场.png',
color: '#8dd3c7',
model: './models/雷达.glb',
2025-01-13 08:45:08 +00:00
},
},
mbCountryDict: {
美国: '#fff',
中国: '#d00',
日本: '#dd0',
韩国: '#00d',
},
2025-01-13 08:45:08 +00:00
mbDict: {
: {
icon: './images/icons/10-7600-0-侦察机.svg',
2025-01-13 08:45:08 +00:00
color: '#d00',
model: './models/IDF.glb',
payload: 'airplaneConic',
2025-01-13 08:45:08 +00:00
},
: {
icon: './images/icons/10-5900-0-航空母舰.svg',
color: '#ff0',
2025-01-13 08:45:08 +00:00
model: './models/驱逐舰2.glb',
2025-02-19 08:06:46 +00:00
payload: 'radar',
2025-01-13 08:45:08 +00:00
},
: {
icon: './images/icons/10-6100-0-驱逐舰.svg',
2025-01-13 08:45:08 +00:00
color: '#dd0',
model: './models/驱逐舰2.glb',
2025-02-19 08:06:46 +00:00
payload: 'radar',
2025-01-13 08:45:08 +00:00
},
},
map: {
1: {
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=4&scene=0&version=347',
tilingScheme: 'WebMercatorTilingScheme',
image: './images/map/1.png',
name: '黑色',
},
2: {
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=5&scene=0&version=347',
tilingScheme: 'WebMercatorTilingScheme',
image: './images/map/2.png',
name: '白色',
},
3: {
url: './resources/map/{z}/{x}/{y}.jpg',
tilingScheme: 'WebMercatorTilingScheme',
image: './images/map/3.jpg',
name: 'Arcgis',
},
4: {
url: 'http://192.168.10.201:2022/api/maptilecache/service/tms/1.0.0/img_globle1to9-PNG-4326@EPSG:4326@png/{z}/{x}/{reverseY}.png',
tilingScheme: 'GeographicTilingScheme',
image: './images/map/4.png',
name: '卫星影像',
},
},
2025-02-19 08:06:46 +00:00
gantt: {
task: { label: '任务', color: 'error' },
dd: { label: '主体' },
mainEvent: { label: '主事件', color: 'success' },
eventType: { label: '事件分类', color: 'info' },
subEvent: { label: '子事件', color: 'warning' },
twoEvent: { label: '二级分类', color: 'warning' },
2025-02-19 08:06:46 +00:00
},
2024-12-09 06:44:52 +00:00
}