Improve theme management and add default theme environment variable #94

This commit is contained in:
dragongoose
2024-02-12 11:27:19 -05:00
parent 590b360609
commit 8c7750b695
5 changed files with 24 additions and 7 deletions

View File

@ -11,7 +11,6 @@ import type { CategoryPreview as CategoryPreviewInterface } from '@/types'
import { getFollows } from '@/settingsManager'
export default {
inject: ['protocol'],
async setup() {
let data = ref<CategoryPreviewInterface[]>()
let status = ref<'ok' | 'error'>()