mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
430 B
TypeScript
22 lines
430 B
TypeScript
/*
|
|
* app.config.ts
|
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
|
* 2024-05-31 18:10
|
|
* Distributed under terms of the MIT license.
|
|
*/
|
|
|
|
|
|
export default defineAppConfig({
|
|
// host: window.location.protocol + '//' + window.location.host,
|
|
host: '',
|
|
id: 'tMRxWz77P9ABNZA3ZIuoNQILjVBBIUdf',
|
|
layout: {
|
|
theme: '',
|
|
fullscreen: false,
|
|
size: [0, 0],
|
|
header_height: 80,
|
|
footer_height: 16,
|
|
menu_width: 40,
|
|
}
|
|
})
|