Skip to content
Snippets Groups Projects
Commit c08d959b authored by syuilo's avatar syuilo
Browse files

🎨

parent 7783c1e0
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ export default defineComponent({
borderJoinStyle: 'round',
borderColor: '#FFB300',
backgroundColor: alpha('#FFB300', 0.1),
yAxisID: 'y2',
data: []
}, {
label: 'Delayed',
......
......@@ -166,8 +166,8 @@ const app = createApp(await (
ui === 'deck' ? import('@client/ui/deck.vue') :
ui === 'desktop' ? import('@client/ui/desktop.vue') :
ui === 'chat' ? import('@client/ui/chat/index.vue') :
ui === 'pope' ? import('@client/ui/universal.vue') :
import('@client/ui/default.vue')
ui === 'default' ? import('@client/ui/default.vue') :
import('@client/ui/universal.vue')
).then(x => x.default));
if (_DEV_) {
......
......@@ -144,7 +144,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
useBlurEffect: {
where: 'device',
default: false
default: true
},
showFixedPostForm: {
where: 'device',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment