mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
🎨
This commit is contained in:
parent
4fab75de7e
commit
41e48ba90a
3 changed files with 4 additions and 3 deletions
|
@ -100,6 +100,7 @@ export default defineComponent({
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: '#FFB300',
|
borderColor: '#FFB300',
|
||||||
backgroundColor: alpha('#FFB300', 0.1),
|
backgroundColor: alpha('#FFB300', 0.1),
|
||||||
|
yAxisID: 'y2',
|
||||||
data: []
|
data: []
|
||||||
}, {
|
}, {
|
||||||
label: 'Delayed',
|
label: 'Delayed',
|
||||||
|
|
|
@ -166,8 +166,8 @@ const app = createApp(await (
|
||||||
ui === 'deck' ? import('@client/ui/deck.vue') :
|
ui === 'deck' ? import('@client/ui/deck.vue') :
|
||||||
ui === 'desktop' ? import('@client/ui/desktop.vue') :
|
ui === 'desktop' ? import('@client/ui/desktop.vue') :
|
||||||
ui === 'chat' ? import('@client/ui/chat/index.vue') :
|
ui === 'chat' ? import('@client/ui/chat/index.vue') :
|
||||||
ui === 'pope' ? import('@client/ui/universal.vue') :
|
ui === 'default' ? import('@client/ui/default.vue') :
|
||||||
import('@client/ui/default.vue')
|
import('@client/ui/universal.vue')
|
||||||
).then(x => x.default));
|
).then(x => x.default));
|
||||||
|
|
||||||
if (_DEV_) {
|
if (_DEV_) {
|
||||||
|
|
|
@ -144,7 +144,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
useBlurEffect: {
|
useBlurEffect: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: false
|
default: true
|
||||||
},
|
},
|
||||||
showFixedPostForm: {
|
showFixedPostForm: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Add table
Reference in a new issue