This commit is contained in:
2022-03-02 00:22:55 +00:00
parent 7a21a5027c
commit f8b5ebb063
3 changed files with 12 additions and 16 deletions

View File

@@ -144,8 +144,8 @@ export default {
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
interval: "day",
timeSpan: "*thisyear*",
interval: "month",
wotags: [],
woitemtags: [],
techtags: [],
@@ -168,12 +168,12 @@ export default {
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
timeSpan: "*thisyear*",
wotags: [],
woitemtags: [],
techtags: [],
userid: null,
interval: "day",
interval: "month",
color: "#00205B"
}
}