CloudProxyPro/.nuxt/mdc-configs.mjs

8 lines
112 B
JavaScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
let configs
export function getMdcConfigs () {
if (!configs) {
configs = Promise.all([
])
}
return configs
}