update at 2026-02-09 16:09:44

This commit is contained in:
douboer
2026-02-09 16:09:44 +08:00
parent ffb7367d3a
commit 917f210dae
20 changed files with 790 additions and 184 deletions

View File

@@ -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,
},
})