diff --git a/src/assets/images/chart/zhilan/weixingimg.png b/src/assets/images/chart/zhilan/weixingimg.png new file mode 100644 index 0000000..b19319f Binary files /dev/null and b/src/assets/images/chart/zhilan/weixingimg.png differ diff --git a/src/assets/images/chart/zhilan/wxglxx.png b/src/assets/images/chart/zhilan/wxglxx.png new file mode 100644 index 0000000..ef8d441 Binary files /dev/null and b/src/assets/images/chart/zhilan/wxglxx.png differ diff --git a/src/assets/images/chart/zhilan/yaogan.png b/src/assets/images/chart/zhilan/yaogan.png new file mode 100644 index 0000000..46f9643 Binary files /dev/null and b/src/assets/images/chart/zhilan/yaogan.png differ diff --git a/src/packages/components/Tasks/Tasks/TaskBanner/index.vue b/src/packages/components/Tasks/Tasks/TaskBanner/index.vue index b2b9eb8..429f634 100644 --- a/src/packages/components/Tasks/Tasks/TaskBanner/index.vue +++ b/src/packages/components/Tasks/Tasks/TaskBanner/index.vue @@ -1,9 +1,9 @@ diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.ts b/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.ts new file mode 100644 index 0000000..8d323a3 --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.ts @@ -0,0 +1,14 @@ +import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'; +import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'; + +export const WeiXingGuoLvConfig: ConfigType = { + key: 'WeiXingGuoLv', + chartKey: 'VWeiXingGuoLv', + conKey: 'VCWeiXingGuoLv', + title: '卫星过滤信息', + category: ChatCategoryEnum.ZHILAN, + categoryName: ChatCategoryEnumName.ZHILAN, + package: PackagesCategoryEnum.ZHILAN, + chartFrame: ChartFrameEnum.STATIC, + image: 'wxglxx.png', +}; diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.vue b/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.vue new file mode 100644 index 0000000..f640e96 --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingGuoLv/index.vue @@ -0,0 +1,119 @@ + + + + diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.ts b/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.ts new file mode 100644 index 0000000..16eab38 --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.ts @@ -0,0 +1,16 @@ +import { PublicConfigClass } from '@/packages/public' +import { chartInitConfig } from '@/settings/designSetting' +import { CreateComponentType } from '@/packages/index.d' +import { WeiXingImgConfig } from './index' +import cloneDeep from 'lodash/cloneDeep' + +export const option = { + +} + +export default class Config extends PublicConfigClass implements CreateComponentType { + public key = WeiXingImgConfig.key + public attr = { ...chartInitConfig, w: 400, h: 271, zIndex: 1 } + public chartConfig = cloneDeep(WeiXingImgConfig) + public option = cloneDeep(option) +} diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.vue b/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.vue new file mode 100644 index 0000000..158afeb --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingImg/config.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.ts b/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.ts new file mode 100644 index 0000000..c2a2404 --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.ts @@ -0,0 +1,14 @@ +import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'; +import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'; + +export const WeiXingImgConfig: ConfigType = { + key: 'WeiXingImg', + chartKey: 'VWeiXingImg', + conKey: 'VCWeiXingImg', + title: '卫星', + category: ChatCategoryEnum.ZHILAN, + categoryName: ChatCategoryEnumName.ZHILAN, + package: PackagesCategoryEnum.ZHILAN, + chartFrame: ChartFrameEnum.STATIC, + image: 'weixingimg.png', +}; diff --git a/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.vue b/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.vue new file mode 100644 index 0000000..17759be --- /dev/null +++ b/src/packages/components/Zhilan/Zhilan/WeiXingImg/index.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/packages/components/Zhilan/Zhilan/ZhiLanRenYuanLeiXing/index.vue b/src/packages/components/Zhilan/Zhilan/ZhiLanRenYuanLeiXing/index.vue index 14ca83d..284d195 100644 --- a/src/packages/components/Zhilan/Zhilan/ZhiLanRenYuanLeiXing/index.vue +++ b/src/packages/components/Zhilan/Zhilan/ZhiLanRenYuanLeiXing/index.vue @@ -7,8 +7,10 @@
+ width: `${(item.value / maxValue * 90)}%`, + background: `linear-gradient(90deg, + ${animalColor[index] ? animalColor[index].color1 : animalColor[0].color1} 0%, + ${animalColor[index] ? animalColor[index].color2 : animalColor[0].color2} 100%)`}">
diff --git a/src/packages/components/Zhilan/Zhilan/index.ts b/src/packages/components/Zhilan/Zhilan/index.ts index 1946863..e8035d8 100644 --- a/src/packages/components/Zhilan/Zhilan/index.ts +++ b/src/packages/components/Zhilan/Zhilan/index.ts @@ -16,6 +16,8 @@ import { ZLLingZhongMianJiConfig } from './ZLLingZhongMianJi/index'; import { ZhiLanTitlesConfig } from './ZhiLanTitles/index'; import { ZhiLanRenYuanLeiXingConfig } from './ZhiLanRenYuanLeiXing/index'; import { ZhiLanGongNengLeiXingConfig } from './ZhiLanGongNengLeiXing/index'; +import { WeiXingGuoLvConfig } from './WeiXingGuoLv/index'; +import { WeiXingImgConfig } from './WeiXingImg/index'; export default [ @@ -23,6 +25,8 @@ export default [ ZLLingZhongMianJiConfig, ZhiLanRenYuanLeiXingConfig, ZhiLanGongNengLeiXingConfig, + WeiXingGuoLvConfig, + WeiXingImgConfig, ZhiLanIcons01Config, ZhiLanIcons02Config, ZhiLanIcons03Config,