forked from FoundKeyGang/FoundKey
tweak client
This commit is contained in:
parent
271854e345
commit
5448ed643e
2 changed files with 6 additions and 7 deletions
|
@ -274,7 +274,7 @@ export default defineComponent({
|
||||||
y: {
|
y: {
|
||||||
position: 'left',
|
position: 'left',
|
||||||
stacked: props.stacked,
|
stacked: props.stacked,
|
||||||
suggestedMax: 100,
|
suggestedMax: 50,
|
||||||
grid: {
|
grid: {
|
||||||
color: gridColor,
|
color: gridColor,
|
||||||
borderColor: 'rgb(0, 0, 0, 0)',
|
borderColor: 'rgb(0, 0, 0, 0)',
|
||||||
|
@ -390,17 +390,17 @@ export default defineComponent({
|
||||||
color: colors.red,
|
color: colors.red,
|
||||||
}, {
|
}, {
|
||||||
name: 'Pub & Sub',
|
name: 'Pub & Sub',
|
||||||
type: 'area',
|
type: 'line',
|
||||||
data: format(raw.pubsub),
|
data: format(raw.pubsub),
|
||||||
color: colors.lime,
|
color: colors.lime,
|
||||||
}, {
|
}, {
|
||||||
name: 'Pub',
|
name: 'Pub',
|
||||||
type: 'area',
|
type: 'line',
|
||||||
data: format(raw.pub),
|
data: format(raw.pub),
|
||||||
color: colors.purple,
|
color: colors.purple,
|
||||||
}, {
|
}, {
|
||||||
name: 'Sub',
|
name: 'Sub',
|
||||||
type: 'area',
|
type: 'line',
|
||||||
data: format(raw.sub),
|
data: format(raw.sub),
|
||||||
color: colors.orange,
|
color: colors.orange,
|
||||||
}],
|
}],
|
||||||
|
|
|
@ -68,11 +68,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
where: 'deviceAccount',
|
where: 'deviceAccount',
|
||||||
default: [
|
default: [
|
||||||
'notifications',
|
'notifications',
|
||||||
'messaging',
|
'favorites',
|
||||||
'drive',
|
'drive',
|
||||||
'followRequests',
|
'followRequests',
|
||||||
'-',
|
'-',
|
||||||
'gallery',
|
|
||||||
'featured',
|
'featured',
|
||||||
'explore',
|
'explore',
|
||||||
'announcements',
|
'announcements',
|
||||||
|
@ -192,7 +191,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
reactionPickerHeight: {
|
reactionPickerHeight: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: 1
|
default: 2
|
||||||
},
|
},
|
||||||
reactionPickerUseDrawerForMobile: {
|
reactionPickerUseDrawerForMobile: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Reference in a new issue