Compare commits

...

2 Commits

Author SHA1 Message Date
0cd9c071d7
chore: bump version to 1.1.5 2024-08-03 23:23:33 +08:00
bf582d0194
fix: update color 2024-08-03 23:19:49 +08:00
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "zzz-signal-search-export",
"version": "1.1.4",
"version": "1.1.5",
"autoUpdateActive": true,
"autoUpdateFrom": "1.1.0",
"main": "./dist/electron/main/main.js",

@ -32,7 +32,7 @@ const props = defineProps({
const chart = ref(null);
const colors = ["#eeaa66", "#fac858", "#ee6666", "#5470c6", "#ba66ee", "#91cc75", "#73c0de"];
const colors = ["#fac858", "#fac858", "#ee6666", "#5470c6", "#5470c6", "#91cc75", "#73c0de"];
const parseData = (detail, type) => {
const text = props.i18n.ui.data;