perf: 去除多余图片,修改展示图

This commit is contained in:
奔跑的面条
2022-09-21 19:46:02 +08:00
parent deca505b9c
commit b23d8504d2
46 changed files with 6 additions and 287 deletions
@@ -4,8 +4,9 @@ import { Decorates03Config } from './index'
import cloneDeep from 'lodash/cloneDeep'
export const option = {
dataset: '我是标题',
textColor: '#fff',
textSize: 24,
textSize: 32,
colors: ['#1dc1f5', '#1dc1f5'],
}
@@ -1,6 +0,0 @@
<template>
</template>
<script setup lang="ts">
</script>
@@ -1,14 +0,0 @@
import image from '@/assets/images/chart/decorates/time.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const TimeConfig: ConfigType = {
key: 'Time',
chartKey: 'VTime',
conKey: 'VCTime',
title: '时间',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.DECORATES,
image
}
@@ -1,13 +0,0 @@
<template>
<div>
天气
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
</style>
@@ -1,4 +1,4 @@
import image from '@/assets/images/chart/decorates/time-common.png'
import image from '@/assets/images/chart/decorates/time.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
@@ -1,6 +0,0 @@
<template>
</template>
<script setup lang="ts">
</script>
@@ -1,14 +0,0 @@
import image from '@/assets/images/chart/decorates/weather.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const WeatherConfig: ConfigType = {
key: 'Weather',
chartKey: 'VWeather',
conKey: 'VCWeather',
title: '天气',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.DECORATES,
image
}
@@ -1,13 +0,0 @@
<template>
<div>
天气
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
</style>
@@ -1,6 +0,0 @@
<template>
</template>
<script setup lang="ts">
</script>
@@ -1,14 +0,0 @@
import image from '@/assets/images/chart/decorates/weather_time.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const WeatherTimeConfig: ConfigType = {
key: 'WeatherTime',
chartKey: 'VWeatherTime',
conKey: 'VCWeatherTime',
title: '天气和时间',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.DECORATES,
image
}
@@ -1,13 +0,0 @@
<template>
<div>
天气
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
</style>
@@ -1,7 +1,4 @@
import { WeatherConfig } from './Weather/index'
import { TimeConfig } from './Time/index'
import { WeatherTimeConfig } from './WeatherTime/index'
import { NumberConfig } from './Number/index'
import { TimeCommonConfig } from './TimeCommon/index'
export default [WeatherConfig, TimeCommonConfig, TimeConfig, WeatherTimeConfig, NumberConfig]
export default [TimeCommonConfig, NumberConfig]