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