mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
7 lines
291 B
TypeScript
7 lines
291 B
TypeScript
import { OptionsOfMetadata } from '@/components/define'
|
|
import { getComponentSettings } from '@/core/settings'
|
|
import { freshHomeOptionsMetadata } from './types'
|
|
|
|
export const freshHomeOptions =
|
|
getComponentSettings<OptionsOfMetadata<typeof freshHomeOptionsMetadata>>('freshHome').options
|