mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 05:59:32 +08:00
前端构建错误修复
This commit is contained in:
@@ -482,7 +482,7 @@ const allRegions = ref<any[]>([])
|
||||
|
||||
const config = ref<Config>({
|
||||
Admin: { PasswordBcrypt: '' },
|
||||
API: { Mode: 'local', EnableMktFallback: true },
|
||||
API: { Mode: 'local', EnableMktFallback: true, EnableOnDemandFetch: false },
|
||||
Cron: { Enabled: true, DailySpec: '0 9 * * *' },
|
||||
DB: { Type: 'sqlite', DSN: '' },
|
||||
Feature: { WriteDailyFiles: true },
|
||||
|
||||
@@ -360,7 +360,7 @@ const latestImage = ref<any>(null)
|
||||
const todayLoading = ref(false)
|
||||
|
||||
// 全球今日图片
|
||||
const { images: globalImages, loading: globalLoading } = useGlobalTodayImages()
|
||||
const { images: globalImages } = useGlobalTodayImages()
|
||||
|
||||
// 滚动功能实现
|
||||
const globalScrollContainer = ref<HTMLElement | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user