Compare commits
4 Commits
4752caf982
...
2025-12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd9b82848e | ||
|
|
bcbd274f9d | ||
|
|
6d48942c83 | ||
|
|
a156976302 |
@@ -76,6 +76,7 @@ log:
|
||||
report:
|
||||
template: {{APP_DATA_PATH}}\template
|
||||
reportDir: {{APP_DATA_PATH}}\report
|
||||
dateFormat: yyyy年MM月dd日
|
||||
data:
|
||||
homeDir: {{APP_DATA_PATH}}\data
|
||||
qr:
|
||||
|
||||
Binary file not shown.
@@ -234,7 +234,7 @@ const setEchart = () => {
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
color:
|
||||
colorName == 'A' ? '#DAA520' : colorName == 'B' ? '#2E8B57' : colorName == 'C' ? '#A52a2a' : '',
|
||||
colorName == 'A' ? '#DAA520' : colorName == 'B' ? '#2E8B57' : colorName == 'C' ? '#A52a2a' : '#DAA520',
|
||||
symbol: 'none',
|
||||
data: seriesList,
|
||||
lineStyle: lineStyle[lineS],
|
||||
|
||||
Reference in New Issue
Block a user