update at 2026-02-09 16:09:44
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
const { buildRuntimeConfig } = require('./config/server')
|
||||
|
||||
const runtimeConfig = buildRuntimeConfig()
|
||||
|
||||
App({
|
||||
globalData: {
|
||||
fontsManifestUrl: 'https://fonts.biboer.cn/fonts.json',
|
||||
fontsBaseUrl: 'https://fonts.biboer.cn',
|
||||
svgRenderApiUrl: 'https://fonts.biboer.cn/api/render-svg',
|
||||
...runtimeConfig,
|
||||
apiTimeoutMs: 30000,
|
||||
fonts: null,
|
||||
defaultConfig: null,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user