/* * app.config.ts * Copyright (C) 2024 veypi * 2024-05-31 18:10 * Distributed under terms of the MIT license. */ export default defineAppConfig({ // host: window.location.protocol + '//' + window.location.host, host: '', id: 'FR9P5t8debxc11aFF', layout: { theme: '', fullscreen: false, size: [0, 0], header_height: 80, footer_height: 16, menu_width: 40, } })